Use ⬅️ ➡️ keys to navigate these slides
https://learn.adafruit.com/search?q=iot&
https://www.coursera.org/specializations/iot
[...]
require 'net/telnet'
coffee_machine_ip = '10.10.42.42'
password = '1234'
password_prompt = 'Password: '
delay_before_brew = 17
delay = 24
sleep delay_before_brew
con = Net::Telnet.new('Host' => coffee_machine_ip)
con.cmd('String' => password, 'Match' => /#{password_prompt}/)
con.cmd('sys brew')
sleep delay
con.cmd('sys pour')
con.close
https://github.com/NARKOZ/hacker-scripts/
hxxp://80.234.37.94/
https://www.shodan.io/
https://www.shodan.io/
https://www.shodan.io/
https://www.shodan.io/
https://cirt.net/passwords
| Traditional malware | Hacktivism | Targeted threat | |
|---|---|---|---|
| Target | Widespread, infecting anyone | Organizations related to geopolitical tensions | Specific organization or multiple organizations within a specific industry |
| Attacker | Individuals or small groups | Individuals or networks of (anonymous) activists | Attackers with time, resources and skills to design and execute organized attacks |
| Traditional malware | Hacktivism | Targeted threat | |
|---|---|---|---|
| Goal | For financial gains | Drive political agendas | Steal sensitive info or disrupt systems |
| Approach | Banking Trojans, ransomware, clickjacking | DDoS, defacement, social media hacks | Espionage, sabotage |
"Devices from pacemakers to cars could be rendered useless by ransomware infections"
Customize My Pal Violet to say out your child's name!
"A cyber attack on digital toymaker VTech Holdings exposed the data of 6.4 million children, the company said on Tuesday, in what experts called the largest known hack targeting youngsters."
Press release: Data Breach on VTech Learning Lodge
"Mirai-infected devices [...] mostly CCTV cameras [...] Other victimized devices included DVRs and routers."
"Using a hit-and-run tactic, the attack peaked at 280 Gbps and 130 Mpps, both indicating a very powerful botnet."
What's the insecurity?
Why should we care?
What's the fix?
security researcher
home owner
engineer / product manager
Choose WiFi ISSS614 🔊
Go to URL lamp.local on 📱 💻 🖥
Choose WiFi ISSS614 🔊
Go to URL lamp.local on 📱 💻 🖥
Access oven and sniff packets
Choose WiFi ISSS614 🔊
Go to URL lamp.local on 📱 💻 🖥
Access oven and sniff packets
Go to URL https://lamp.local on 📱 💻 🖥
Access oven and scan for devices
#!/bin/bash
while true; do
echo 0 > /sys/class/gpio/gpio18/value
sleep 5
done
slides: https://sayan.ee/iot-security-lecture
demo code:
github.com/sayanee/iot-security-lecture/tree/master/demo
eugene's homepage: https://temasek.org