IoT26 items
IoT Security Testing Checklist
A security testing checklist for Internet of Things devices and ecosystems. Covers firmware security, communication protocols, hardware interfaces, cloud backend integration, and device lifecycle management aligned with the OWASP IoT Top 10.
OWASP IoT Top 10NIST IR 8259ETSI EN 303 645IEC 62443
Progress: 0 of 26 items
0%
Commands
binwalk -e firmware.bingrep -aRiE "(password|api[_-]?key|secret|token)" _firmware.bin.extracted/trufflehog filesystem _firmware.bin.extracted/Evidence to capture
extracted firmware path containing the secret, the offending file/line, and proof the credential authenticates to a live device or service.
Commands
cve-bin-tool firmware.binCommands
strings firmware.bin | grep -iE "(telnet|debug|/bin/sh|dropbear)"Commands
tshark -i wlan0mon -w capture.pcapCommands
mosquitto_sub -h <broker> -t "#" -vnmap -p 1883,8883 --script mqtt-subscribe <target>Commands
bluetoothctl scan ongatttool -b AA:BB:CC:DD:EE:FF -ICommands
jtagulatorscreen /dev/ttyUSB0 115200Evidence to capture
photograph of the PCB with the identified debug interface marked, plus a screen capture of the resulting root or bootloader console session.
Commands
flashrom -p ch341a_spi -r flash_dump.bin