65
Hide’n’Seek An Adaptive Peer-to-Peer Botnet Adrian Șendroiu Vladimir Diaconescu

Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

  • Upload
    others

  • View
    5

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Hide’n’SeekAn Adaptive Peer-to-Peer Botnet

Adrian ȘendroiuVladimir Diaconescu

Page 2: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● IoT Botnets increasing in impact and diversity● Tried and tested models (Mirai)

○ Central C2 Server○ (Different) Infecting machine○ (Different) Reporting machine

● Dictionary and CVE extensions● Main objective: DDoS

Context

Page 3: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● A new idea: Peer-to-Peer botnet○ Also seen in Hajime

● Custom protocol● Modular● Authenticated● Different goals

Analysis - Overview

Page 4: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● Two main components○ Scanner

Functionality

Page 5: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● Two main components○ Scanner○ P2P protocol

Functionality

Page 6: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● Pick a random IP and a port○ 23, 2323 (telnet) - try default credentials○ 80, 8080 (http) - try known IoT exploits○ 5555 - ADB○ Others (2480, 5984)

Scanning for victims

Page 7: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Analysis - Infection process

Page 8: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Analysis - Infection process: Scan

TCP SYN :23

ACK

SCAN

Page 9: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Analysis - Infection process: Connect

Get login prompt

“login:”

SCAN CONN

Page 10: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Analysis - Infection process: Dictionary

userk:passwordk

user@host:/~

SCAN CONN DICT

Page 11: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Analysis - Infection process: Sysinfo

cat /proc/cpuinfo

ARM

SCAN CONN DICT INFO

Page 12: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Analysis - Infection process: Probing

wgetcurlbase64

wget: not foundcurl: not found

SCAN CONN DICT INFO PROB

Page 13: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● “echo -e ‘\x7fELF…’ > abc”● chmod +x abc

Analysis - Infection process: Dropping

SCAN CONN DICT INFO PROB DROP

Page 14: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● ./abc a1.2.3.4:5678 k23 l4444 e5.4.3.2:80

Analysis - Infection process: Dropping

SCAN CONN DICT INFO PROB DROP

Page 15: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● ./abc a1.2.3.4:5678 k23 l4444 e5.4.3.2:80○ Initial starting peers

Analysis - Infection process: Dropping

SCAN CONN DICT INFO PROB DROP

Page 16: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● ./abc a1.2.3.4:5678 k23 l4444 e5.4.3.2:80○ Initial starting peers○ Kill port

Analysis - Infection process: Dropping

SCAN CONN DICT INFO PROB DROP

Page 17: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● ./abc a1.2.3.4:5678 k23 l4444 e5.4.3.2:80○ Initial starting peers○ Kill port○ P2P listening port (UDP)

Analysis - Infection process: Dropping

SCAN CONN DICT INFO PROB DROP

Page 18: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● ./abc a1.2.3.4:5678 k23 l4444 e5.4.3.2:80○ Initial starting peers○ Kill port○ P2P listening port (UDP)○ Additional scan targets

Analysis - Infection process: Dropping

SCAN CONN DICT INFO PROB DROP

Page 19: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● Custom UDP protocol○ Data structures○ Messages

P2P protocol

Page 20: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Data structures - Peer table

IP port

1.2.3.4 20123

5.6.7.8 30456

4.3.2.1 40789

Page 21: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Data structures - Caches

payload id -> hash

0x15 -> 1af3…0x13 -> 3f14...

hash -> data

3f14… -> \x7fELF...1af3... -> \x7fELF…

config cache data cache

Page 22: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

user@host:/~

Page 23: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

$ cat /proc/cpuinfo

Page 24: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

...model name : ARMv7 Processor rev 1

...

$ cat /proc/cpuinfo

● What to download?

Page 25: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

...model name : ARMv7 Processor rev 1

...

payload id -> hash

0x15 -> 1af3…0x13 -> 3f14...

hash -> data

3f14… -> \x7fELF...1af3... -> \x7fELF…

config cache data cache

$ cat /proc/cpuinfo

Page 26: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

...model name : ARMv7 Processor rev 1

...

payload id -> hash

0x15 -> 1af3…0x13 -> 3f14...

hash -> data

3f14… -> \x7fELF...1af3... -> \x7fELF…

config cache data cache

$ cat /proc/cpuinfo

Page 27: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

...model name : ARMv7 Processor rev 1

...

payload id -> hash

0x15 -> 1af3…0x13 -> 3f14...

hash -> data

3f14… -> \x7fELF...1af3... -> \x7fELF…

config cache data cache

$ cat /proc/cpuinfo

Page 28: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

...model name : ARMv7 Processor rev 1

...

payload id -> hash

0x15 -> 1af3…0x13 -> 3f14...

hash -> data

3f14… -> \x7fELF...1af3... -> \x7fELF…

config cache data cache

$ cat /proc/cpuinfo

Page 29: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

...model name : ARMv7 Processor rev 1

...

payload id -> hash

0x15 -> 1af3…0x13 -> 3f14...

hash -> data

3f14… -> \x7fELF...1af3... -> \x7fELF…

config cache data cache

$ cat /proc/cpuinfo

Page 30: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

$ echo -e ‘\x7fELF…’ > abc; ./abc

payload id -> hash

0x15 -> 1af3…0x13 -> 3f14...

hash -> data

3f14… -> \x7fELF...1af3... -> \x7fELF…

config cache data cache

Page 31: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

P2P protocol messages

● Config cache update● Peer management● Target reporting

1 byte id message data

Page 32: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Config cache update

payload id -> hash

Page 33: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Config cache update

payload id -> hash

0x15 -> 1af3…0x13 -> 3f14...

Page 34: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Config cache update

h 0

h 0

h 0

h - config cache version report

Page 35: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Config cache update

H 5

H 5

H 8

H - config cache version reply

Page 36: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Config cache update

y 0

Y 0 data

y - chunk requestY - chunk reply

check signature

Page 37: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

...model name : ARMv7 Processor rev 1

...

payload id -> hash

0x15 -> 1af3…0x13 -> 3f14...

hash -> data

3f14… -> \x7fELF...1af3... -> \x7fELF…

config cache data cache

$ cat /proc/cpuinfo

Page 38: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Config cache update

y 0

Y 0 data

y - chunk requestY - chunk reply

check signature

Page 39: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Data cache update

hash -> data

3f14… -> \x7fELF...1af3... -> \x7fELF…

Page 40: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Peer update

~ - peer request

~

~

~

Page 41: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Peer update

^ 4.3.2.1 789

^ 5.6.7.8 456

^ 1.2.3.4 123

^ - peer reply

Page 42: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Target device reporting

GET /some/exploit

Page 43: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Target device reporting

HTTP/1.1 404 Not FoundGET /some/exploit

Page 44: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Target device reporting

z 1.2.3.4 80

Page 45: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Target device reporting

GET /some/exploit

Page 46: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Target device reporting

GET /some/exploit

HTTP/1.1 200 OK

Page 47: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Hide’n’Seek - Summary

● Infects many kinds of IoT systems● Decentralized P2P architecture● Network controlled by the author

Page 48: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Updates

Page 49: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● ~30 samples○ Code refactoring○ New functionality

Updates

Page 50: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● ~30 samples○ Code refactoring○ New functionality

● Persistency (copy itself to /etc/init.d/S99abcd)

Updates

Page 51: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● ~30 samples○ Code refactoring○ New functionality

● Persistency (copy itself to /etc/init.d/S99abcd)● Dropping other binaries

○ cpuminer

Updates

Page 52: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● HTTP-based exploits for more IoT vendors

Updates

Page 53: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● HTTP-based exploits for more IoT vendors● RCE via OrientDB and CouchDB

Updates

Page 54: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● HTTP-based exploits for more IoT vendors● RCE via OrientDB and CouchDB● Hijacking devices via ADB

Updates

Page 55: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Monitoring

Page 56: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Monitoring

^ 4.3.2.1 789

^ 5.6.7.8 456

^ 1.2.3.4 123

~

~

~

Page 57: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● ~300,000 peers

Monitoring

Page 58: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● A new trend in the IoT landscape○ Qbot, Mirai

Conclusions

Page 59: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● A new trend in the IoT landscape○ Qbot, Mirai○ Hajime

Conclusions

Page 60: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● A new trend in the IoT landscape○ Qbot, Mirai○ Hajime, Satori

Conclusions

Page 61: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● A new trend in the IoT landscape○ Qbot, Mirai○ Hajime, Satori, Reaper

Conclusions

Page 62: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● A new trend in the IoT landscape○ Qbot, Mirai○ Hajime, Satori, Reaper, VPNFilter

Conclusions

Page 63: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● A new trend in the IoT landscape○ Qbot, Mirai○ Hajime, Satori, Reaper, VPNFilter, HNS

Conclusions

Page 64: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

● A new trend in the IoT landscape○ Qbot, Mirai○ Hajime, Satori, Reaper, VPNFilter, HNS

● More threats to come

Conclusions

Page 65: Hide’n’Seek - Virus Bulletin€¦ · Peer update ^ 4.3.2.1 789 ^ 5.6.7.8 456 ^ 1.2.3.4 123 ^ - peer reply. Target device reporting GET /some/exploit. Target device reporting HTTP/1.1

Q&A