mirror of
https://github.com/V33RU/awesome-connected-things-sec.git
synced 2026-04-10 12:33:45 +00:00
96 lines
4.4 KiB
Markdown
96 lines
4.4 KiB
Markdown
#### Automotive Security
|
|
|
|
<img src="https://raw.githubusercontent.com/V33RU/IoTSecurity101/master/Automotive/car.png" width="200" height="200" />
|
|
|
|
|
|
### Automotive
|
|
- [Automotive-Security](https://github.com/V33RU/IoTSecurity101/blob/master/Automotive-Security.md)
|
|
|
|
**************************************
|
|
|
|
[Automotive-Security](https://github.com/V33RU/IoTSecurity101/blob/master/Automotive/Automotive-security.md) comprises a vast amount of interlinkings to different cybersecurity areas like IoT Security !. So, dont limit yourself.
|
|
|
|
This page contains stuff additional to IoTsecurity101 which are specific to automotive security.
|
|
|
|
Note: Explore each link to dig more into your topic of intrest.
|
|
|
|
********************************************************************************************************************************
|
|
|
|
|
|
#### Approach Methodology
|
|
|
|
- ***1. In-Vehicle Network***
|
|
- ***2. Hardware Hacking & Fault Injections & SCA Attacks***
|
|
- ***3. Firmware Pentesting (OS and Firmware)***
|
|
- ***4. Wireless Connectivity (RF, Zigbee , WiFi , Bluetooth , etc)***
|
|
- ***5. Mobile App (Android & iOS)***
|
|
- ***6. Cloud / Telemetry***
|
|
|
|
|
|
## Contents
|
|
### Automtoive Security information
|
|
- [Automtoive Security Community](#Chat-groups-for-Automotive-Security)
|
|
- [Educational Content](#Books/Channels-related-to-AutomotiveSecurity)
|
|
- [Exploitation Tools](#Exploitation-Tools)
|
|
|
|
********************************************************************************
|
|
## In-Vehicle Network communication Protocols
|
|
- [CAN](https://en.wikipedia.org/wiki/CAN_bus)
|
|
- [CAN-FD](https://en.wikipedia.org/wiki/CAN_FD)
|
|
- [LIN](https://en.wikipedia.org/wiki/Local_Interconnect_Network)
|
|
|
|
********************************************************************************************************************************
|
|
### Automtoive Security Community
|
|
|
|
- [ASRG](asrg,io)
|
|
- [Auto-ISAC](https://automotiveisac.com/)
|
|
********************************************************************************************************************************
|
|
### Books/Channels-related-to-AutomotiveSecurity
|
|
#### Books
|
|
- [Car Hacker's Handbook by Craig Smith](https://nostarch.com/carhacking)
|
|
- [Hacking Connected Cars: Tactics, Techniques, and Procedures](https://onlinelibrary.wiley.com/doi/book/10.1002/9781119491774)
|
|
|
|
#### Channels
|
|
- [ASRG](https://www.youtube.com/@automotivesecurityresearch1613)
|
|
- [Car Hacking Village](https://www.youtube.com/@carhackingvillage)
|
|
|
|
#### Blogs
|
|
|
|
- [CANisLabs](https://kentindell.github.io/)-
|
|
- [CANBusHack](https://canbushack.com/blog/)
|
|
|
|
|
|
*************************************************************************************
|
|
### Exploitation-Tools
|
|
#### Hardware
|
|
|
|
- [Nano-CAN](https://github.com/mintynet/nano-can) - Goto CAN tool for beginers for hardware MITM.
|
|
- [USBtin](http://www.fischl.de/usbtin/) - USB2CAN connector for data dumping on linux.
|
|
- [USB2CAN](http://www.8devices.com/products/usb2can/) - CAN connector for data dumping on linux.
|
|
- [CANPico](https://canislabs.com/canpico/) - Best tool for protocol level attacks. also, comes with C API library support.
|
|
- [Intrepid Tools](http://store.intrepidcs.com/) - Costly but relaible for rich hackers and corporate, comes with software support too.
|
|
- [CANtact](http://linklayer.github.io/cantact/) - Open source tool avaliable for purchase also.
|
|
- [OBD-KILL](https://store.intrepidcs.com/product/chv-badge-30) - fancy hacker version of CANPico
|
|
- [ELM327](https://www.elmelectronics.com/obdic.html) - Workes(sometimes) in old vehicle's where there is OBD-II data inflow protection is enabled.
|
|
|
|
|
|
#### Software
|
|
|
|
- [can-utils](https://github.com/linux-can/can-utils) - Linus (SocketCAN) userspace utilities and tools for CAN bus.
|
|
- [ICsim](https://github.com/zombieCraig/ICSim/) - CLI based Instrument Cluster emulator for learning.
|
|
- [UDSim](https://github.com/zombieCraig/UDSim/) - GUI tool helps in learning also.
|
|
- [CANalyse 2.0](https://github.com/canalyse/CANalyse-2.0) - Vehicle network analyser built on top of python-can library.
|
|
- [CANToolz](https://github.com/eik00d/CANToolz) - it is a framework for analysing CAN bus networks.
|
|
- [CANalyzat0r](https://github.com/schutzwerk/CANalyzat0r) - it is a framework for analysing vehicle networks.
|
|
|
|
#### Libraries
|
|
|
|
- [python-can](https://pypi.org/project/python-can/) - python supprt for CAN developers and scripting.
|
|
- [Scap CAN Layer](https://dissec.to/kb/chapters/can/can-scapy.html) - CAN integration in Scapy
|
|
|
|
**************************************************************************
|
|
|
|
|
|
|
|
|