Files
awesome-connected-things-sec/Automotive/Automotive-security.md
2023-07-20 11:20:46 +05:30

4.4 KiB

Automotive Security

Automotive


Automotive-Security 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


In-Vehicle Network communication Protocols


Automtoive Security Community


Books

Channels

Blogs


Exploitation-Tools

Hardware

  • Nano-CAN - Goto CAN tool for beginers for hardware MITM.
  • USBtin - USB2CAN connector for data dumping on linux.
  • USB2CAN - CAN connector for data dumping on linux.
  • CANPico - Best tool for protocol level attacks. also, comes with C API library support.
  • Intrepid Tools - Costly but relaible for rich hackers and corporate, comes with software support too.
  • CANtact - Open source tool avaliable for purchase also.
  • OBD-KILL - fancy hacker version of CANPico
  • ELM327 - Workes(sometimes) in old vehicle's where there is OBD-II data inflow protection is enabled.

Software

  • can-utils - Linus (SocketCAN) userspace utilities and tools for CAN bus.
  • ICsim - CLI based Instrument Cluster emulator for learning.
  • UDSim - GUI tool helps in learning also.
  • CANalyse 2.0 - Vehicle network analyser built on top of python-can library.
  • CANToolz - it is a framework for analysing CAN bus networks.
  • CANalyzat0r - it is a framework for analysing vehicle networks.

Libraries