Donations

BTC: bc1qxv3stg0xha9upurf7h4aqnmg3xjn3h0zk28kpe

ETH: 0x01870296774Fb0A2DbF9b44d2E6a57fb8Ccea070

LTC: LQ44CP6xDDkX5bAiKd3yqmDB4c23U7orrQ

DOGE: DCpu9v1bkTXj8VKUDG97LHdV2qipDPyZsR

ADA: addr1qx4q7348dv2ju5zshee9ru23ssmqhyyjlnxe0xlezjq5we42par2w6c49eg9p0nj28c4rppkpwgf9lxdj7dlj9ypganqtmuu2p

segunda-feira, 29 de maio de 2023

TL;DR, most of the security news about IoT is full of FUD. Always put the risks in context - who can exploit this and what can the attacker do with it. Most story only covers the latter.

Introduction

There is rarely a day without news that another "Internet of Things" got hacked. "Smart" safes, "smart" rifles, "smart" cars, "smart" fridges, "smart" TVs, "smart" alarm systems, "smart" meters, "smart" bulbs, NAS devices, routers. These devices are getting hacked every day. Because most of these devices were never designed with security as a goal, and some of them have been never tested by security professionals, it is no surprise that these things are full of vulnerabilities.





Independent security researchers find these vulnerabilities, write a cool blog post or give a presentation about the vulnerability and the exploit, and the media forgets the constraints just for the sake of more clicks. "We are all doomed" we can read in the news, but sometimes the risks are buried deeply in technical jargon. Please note I blame the news sites here, not the researchers.

http://www.slideshare.net/danielmiessler/iot-attack-surfaces-defcon-2015

There are huge differences between the following risks:

  • Attackers can directly communicate with the router (or camera) from the Internet without authentication and exploit the vulnerability. This is the worst-case scenario. For example, an automated ransomware attack against your NAS is pretty bad.
  • Attackers have to position themselves in the same WAN network (e.g. Sprint mobile network in the case of Jeep hacking) to exploit the vulnerability. This is still pretty bad.
  • The vulnerable code can not be triggered directly from the Internet, but tricks like CSRF can be used to exploit it (details later in this post). 
  • The vulnerable code can not be triggered directly from the Internet, and it uses a protocol/port which prevents Cross Protocol Scripting. Attackers have to access the local network before exploiting this vulnerability.
As it is the case with the worst scenario, one can find a lot of devices connected to the internet. You can always find funny stuff at http://explorer.shodanhq.com/#/explore , or use the nmap screenshot script to find your own stuff :)


Network exposure

Most devices are behind an IPv4 NAT device (e.g. home router), thus can not be reached from the Internet side by default. Except when the device configures the firewall via UPNP. Or the device has a persistence cloud connection, and the cloud can send commands to the device. Or the device uses IPv6 tunneling (e.g. Teredo), thus it is reachable from the Internet. But not every vulnerability on your home network is accessible directly from the Internet. As more and more devices and networks will support IPv6, this scenario might change, but I hope most home routers will come with a default deny configuration in their IPv6 firewall module. On the other hand, scanning for IPv6 devices blindly is not feasible due to the large number of IPv6 addresses, but some tricks might work

If attackers can not access the device directly, there is a way to hack it through the user's browser. Just convince the victim user to visit a website, and via CSRF (Cross Site Request Forgery) and brute-forcing the device IP, it is possible to hack some devices (mostly through HTTP - if the exploit can fit into simple GET or POST commands.

If attackers can not attack the device vulnerability through the Internet directly, or via CSRF, but have connected to the same network - the network exposure shrinks significantly. And when attackers are on the same network as you, I bet you have bigger problems than the security of the IoT devices ...

Recommendations for home users

Don't buy **** you don't need

Disconnect from the power cord the IoT devices you don't need to operate 7*24. 

Disable cloud connectivity if it is not necessary. For example, I have a NAS device that can be reached through the "cloud", but I have disabled it by not configuring any default gateway for the device. I prefer connecting to my network via VPN and reach all my stuff through that.

Prevent CSRF attacks. I use two tricks. Don't use the 192.168.0.x - 192.168.10.x network at-home - use an uncommon IP range instead (e.g. 192.168.156.x is better). The second trick is I configured my Adblock plugin in my primary browser to block access to my internal network. And I use another browser whenever I want to access my internal devices. Update: On Firefox you can use NoScript ABE to block access to internal resources.


Check your router configuration:

  • disable UPnP
  • check the firewall settings and disable unnecessary port forwards
  • check for IPv6 settings, and configure the firewall as default deny for incoming IPv6 TCP/UDP.

Change default passwords, especially for services connected to the Internet. Follow password best practices.

Run Nmap to locate new IoT in your home network :) 

Run a WiFi scan to locate new WiFi access points. Let me share a personal experience with you. I moved to a new house and brought my own WiFi router with me. I plugged it in, and forget about WiFi. Months later it turned out I had two other WiFi devices in my house - the cable modem had its own integrated WiFi with default passwords printed on the bottom, and the Set-top-box was the same - default WiFi passwords printed on the bottom. And don't forget to scan for ZigBee, Bluetooth, IrDA, FM, ...

Update your devices - in case you have a lot of free time in your hand.

Don't allow your guests to connect to your home network. Set up a separated AP for them. Imagine your nephew stealing your private photos or videos from your NAS or DNLA server.

With great power, comes great responsibility. The less device you own in your house, the less time you need to maintain those.

Read the manuals of your devices. Be aware of the different interfaces. Configure it in a secure way.

Disable Teredo protocol in case you don't need IPv6.

Stop being amazed by junk hacking.

Update: Disable WebRTC: https://www.browserleaks.com/webrtc , in Chrome you can use this extension: https://chrome.google.com/webstore/detail/webrtc-network-limiter/npeicpdbkakmehahjeeohfdhnlpdklia

Update: Prevent against DNS rebind attacks via configuring a DNS server which can block internal IP addresses. OpenDNS can block internal IP, but this is not a default option, you have to configure it.

Recommendations for vendors

For vendors, I recommend at least the followings:

  • Implement security during Software Development LifeCycle
  • Continuous security testing and bug bounties
  • Seamless auto-update
  • Opt-in cloud connectivity

Recommendations for journalists

Stop FUD. Pretty please.

The questions to ask before losing your head

  • who can exploit the vulnerability?
  • what prerequisites do we have about the attack to successfully exploit the vulnerability? Is the attacker already in your home network? If yes, you have probably bigger problems.
  • what can the attacker do when the exploit is successful?

And last but not least, don't forget that in the case of IoT devices, sometimes users are the product, not the customer. IoT is about collecting data for marketing purposes.


Related word


  1. Hacker Tools For Windows
  2. Hacker Tools List
  3. Hack Apps
  4. Bluetooth Hacking Tools Kali
  5. Hacker Tools For Windows
  6. Usb Pentest Tools
  7. Pentest Tools Kali Linux
  8. Hack Tools For Mac
  9. Hack Tools
  10. Pentest Tools Port Scanner
  11. Easy Hack Tools
  12. Hack Tools Download
  13. Wifi Hacker Tools For Windows
  14. Hack Tool Apk No Root
  15. New Hacker Tools
  16. Hack Tools Pc
  17. Hack App
  18. Hacker Search Tools
  19. Kik Hack Tools
  20. Nsa Hack Tools Download
  21. Wifi Hacker Tools For Windows
  22. Pentest Tools For Mac
  23. Pentest Tools Website Vulnerability
  24. Hacking Tools Download
  25. Hacker Tools Windows
  26. Hacks And Tools
  27. Hack App
  28. Hacker Tools Hardware
  29. Hacking Tools For Kali Linux
  30. Hacker Tools Apk
  31. Pentest Tools Github
  32. Pentest Tools Subdomain
  33. Pentest Tools
  34. Pentest Recon Tools
  35. Pentest Tools Framework
  36. Best Pentesting Tools 2018
  37. Hacker Tools List
  38. Hacking Tools For Games
  39. Github Hacking Tools
  40. Hacker
  41. Hacking Tools And Software
  42. Hacker Tools List
  43. Pentest Tools Linux
  44. Pentest Tools Linux
  45. New Hack Tools
  46. How To Hack
  47. Hacker Tools Free
  48. Underground Hacker Sites
  49. Pentest Tools For Ubuntu
  50. Pentest Tools Tcp Port Scanner
  51. Pentest Tools Github
  52. Bluetooth Hacking Tools Kali
  53. Pentest Tools Alternative
  54. Kik Hack Tools
  55. Hacking Tools Usb
  56. Hacker Techniques Tools And Incident Handling
  57. Pentest Recon Tools
  58. Black Hat Hacker Tools
  59. Hacker Tools Free
  60. Hack Tools
  61. New Hack Tools
  62. Pentest Reporting Tools
  63. Hacking Tools
  64. Ethical Hacker Tools
  65. Hacker Tools 2020
  66. Nsa Hack Tools
  67. Hacking Tools Online
  68. Hacking Tools For Windows
  69. Pentest Tools Website
  70. Hacker Tools Github
  71. Pentest Tools For Ubuntu
  72. Pentest Tools Github
  73. Hacks And Tools
  74. Hacking Tools For Mac
  75. Hacker Tools Online
  76. Pentest Tools Port Scanner
  77. Pentest Tools Android
  78. What Is Hacking Tools
  79. Growth Hacker Tools
  80. Pentest Tools Port Scanner
  81. Hacker Tools Mac
  82. Pentest Tools Online
  83. Hacker Tools
  84. Beginner Hacker Tools
  85. Growth Hacker Tools
  86. Pentest Tools Website Vulnerability
  87. Hack Tools For Windows
  88. Hacking Apps
  89. Pentest Tools Nmap
  90. Pentest Tools For Ubuntu
  91. Pentest Tools Website Vulnerability
  92. Game Hacking
  93. Android Hack Tools Github
  94. Hacking Tools Mac
  95. Pentest Tools Android
  96. Hacking Tools For Windows 7
  97. Pentest Tools Website
  98. Pentest Tools List
  99. Hackers Toolbox
  100. Hacker Techniques Tools And Incident Handling
  101. Physical Pentest Tools
  102. Pentest Tools For Windows
  103. Hacker Tools 2020
  104. Pentest Tools Find Subdomains
  105. Pentest Tools Kali Linux
  106. Pentest Tools For Ubuntu
  107. Hack And Tools
  108. Pentest Automation Tools
  109. Hackers Toolbox
  110. Pentest Tools
  111. Pentest Tools For Ubuntu
  112. Hacker Tools List
  113. Hacker Tools Free
  114. Beginner Hacker Tools
  115. Hacker Tool Kit
  116. Hacker Tools
  117. Pentest Tools Find Subdomains
  118. Hacker Tools Apk
  119. Hacking Tools For Pc
  120. Hacking Tools Pc
  121. Pentest Tools Download
  122. Hacker Techniques Tools And Incident Handling
  123. Hacking Tools For Pc
  124. Pentest Recon Tools
  125. Hacker Tools Software
  126. Pentest Tools Github
  127. Computer Hacker
  128. Hacking Tools Usb
  129. Hacker Tools 2020
  130. What Is Hacking Tools
  131. Hacking Tools Software
  132. Pentest Tools For Windows
  133. Termux Hacking Tools 2019
  134. Pentest Tools List
  135. Hacker Tools Github
  136. Pentest Tools Open Source
  137. Pentest Tools Subdomain
  138. Hacker Tools 2020
  139. Hacking Apps
  140. Hacker Tools Apk
  141. Pentest Tools List
  142. Hacking Tools Kit
  143. Hacker Tools Online
  144. Hacking Tools For Pc

0 comentários:

Postar um comentário

Donations

BTC: bc1qxv3stg0xha9upurf7h4aqnmg3xjn3h0zk28kpe

ETH: 0x01870296774Fb0A2DbF9b44d2E6a57fb8Ccea070

LTC: LQ44CP6xDDkX5bAiKd3yqmDB4c23U7orrQ

DOGE: DCpu9v1bkTXj8VKUDG97LHdV2qipDPyZsR

ADA: addr1qx4q7348dv2ju5zshee9ru23ssmqhyyjlnxe0xlezjq5we42par2w6c49eg9p0nj28c4rppkpwgf9lxdj7dlj9ypganqtmuu2p