Introduction to Mirai Luis Espinoza lespinoz@akamai.com Hardcoded - - PowerPoint PPT Presentation

introduction to mirai
SMART_READER_LITE
LIVE PREVIEW

Introduction to Mirai Luis Espinoza lespinoz@akamai.com Hardcoded - - PowerPoint PPT Presentation

Introduction to Mirai Luis Espinoza lespinoz@akamai.com Hardcoded list of user/pass used by Mirai https://krebsonsecurity.com/wp-content/uploads/2016/10/IoTbadpass-Sheet1.pdf loader/src/headers/includes.h loader/src/headers/binary.h


slide-1
SLIDE 1

Introduction to Mirai

Luis Espinoza lespinoz@akamai.com

slide-2
SLIDE 2

Hardcoded list of user/pass used by Mirai

https://krebsonsecurity.com/wp-content/uploads/2016/10/IoTbadpass-Sheet1.pdf

slide-3
SLIDE 3

loader/src/headers/includes.h

slide-4
SLIDE 4

loader/src/headers/binary.h

slide-5
SLIDE 5

mirai/bot/ Bot in device

slide-6
SLIDE 6

dlr

slide-7
SLIDE 7

resolv.c

slide-8
SLIDE 8

main.c

slide-9
SLIDE 9

scanner.c Static user/pass

slide-10
SLIDE 10

scanner.c IP exceptions

slide-11
SLIDE 11

mirai/cnc/ Command-&-Control

slide-12
SLIDE 12

admin.go

slide-13
SLIDE 13

attack.go

  • Attack Name: “udp”, “vse”, “dns”, “syn”, “ack”, “stomp”, “greip”,

“greeth”, “udpplain”, “http”

  • Attack targets:

“Comma delimited list of target prefixes Ex: 192.168.0.1 Ex: 10.0.0.0/8 Ex: 8.8.8.8,127.0.0.0/29”

  • Attack Duration: “Duration must be between 0 and 3600 seconds”
  • Flags: “len”, “rand”, “tos”, “ident”, “sport”, “dport”, “domain” …
slide-14
SLIDE 14

main.go

slide-15
SLIDE 15

mirai/tools/scanListen.go Bot scan report

slide-16
SLIDE 16

Problem of volume

  • The “Internet of Things” is exploding. It is made up of billions of “smart”

devices—from miniscule chips to mammoth machines—that use wireless technology to talk to each other (and to us). Our IoT world is growing at a breathtaking pace, from 2 billion objects in 2006 to a projected 200 billion by 2020.1 That will be around 26 smart objects for every human being on Earth!

  • 1IDC, Intel, United Nations.

* http://www.intel.com/content/www/us/en/internet-of-things/infographics/guide-to-iot.html

slide-17
SLIDE 17

Comments?

Thank you!