Mirai (malware)

From Wikipedia, the free encyclopedia
Mirai
Original author(s)Paras Jha, Josiah White and Dalton Norman
Repository
Written inC (agent), Go (controller)
Operating systemLinux
TypeBotnet
LicenseGNU General Public License v3.0
Websitegithub.com/jgamblin/Mirai-Source-Code Edit this on Wikidata

Mirai (from the Japanese word for "future", 未来) is malware that turns networked devices running Linux into remotely controlled bots that can be used as part of a botnet in large-scale network attacks. It primarily targets online consumer devices such as IP cameras and home routers.[1] The Mirai botnet was first found in August 2016[2] by MalwareMustDie,[3] a white hat malware research group, and has been used in some of the largest and most disruptive distributed denial of service (DDoS) attacks, including an attack on 20 September 2016[4] on computer security journalist Brian Krebs' website, an attack on French web host OVH,[5] and the October 2016 Dyn cyberattack.[6][7] According to a chat log between Anna-senpai (the malware's original author) and Robert Coelho, Mirai was named after the 2011 TV anime series Mirai Nikki.[8]

The software was initially used by the creators to DDoS Minecraft servers and companies offering DDoS protection to Minecraft servers, with the authors using Mirai to operate a protection racket.[9] The source code for Mirai was subsequently published on Hack Forums as open-source.[10] Since the source code was published, the techniques have been adapted in other malware projects.[11][12]

Malware[edit]

Devices infected by Mirai continuously scan the internet for the IP address of Internet of things (IoT) devices. Mirai includes a table of IP address ranges that it will not infect, including private networks and addresses allocated to the United States Postal Service and Department of Defense.[13]

Mirai then identifies vulnerable IoT devices using a table of more than 60 common factory default usernames and passwords, and logs into them to infect them with the Mirai malware.[5][14][15] Infected devices will continue to function normally, except for occasional sluggishness,[14] and an increased use of bandwidth. A device remains infected until it is rebooted, which may involve simply turning the device off and after a short wait turning it back on. After a reboot, unless the login password is changed immediately, the device will be reinfected within minutes.[14] Upon infection Mirai will identify any "competing" malware, remove it from memory, and block remote administration ports.[16]

Victim IoT devices are identified by “first entering a rapid scanning phase where it asynchronously and “statelessly” sent TCP SYN probes to pseudo-random IPv4 addresses, excluding those in a hard-coded IP blacklist, on telnet TCP ports 23 and 2323”.[17] If an IoT device responds to the probe, the attack then enters into a brute-force login phase. During this phase, the attacker tries to establish a telnet connection using predetermined username and password pairs from a list of credentials. Most of these logins are default usernames and passwords from the IoT vendor. If the IoT device allows the Telnet access, the victim's IP, along with the successfully used credential is sent to a collection server.

There are a large number of IoT devices which use default settings, making them vulnerable to infection. Once infected, the device will monitor a command and control server which indicates the target of an attack.[14] The reason for the use of the large number of IoT devices is to bypass some anti-DoS software which monitors the IP address of incoming requests and filters or sets up a block if it identifies an abnormal traffic pattern, for example, if too many requests come from a particular IP address. Other reasons include to be able to marshall more bandwidth than the perpetrator can assemble alone, and to avoid being traced.

Mirai as an Internet of things (IoT) devices threat has not been stopped after the arrest of the actors [citation needed]. Some believe that other actors are utilizing the Mirai malware source code on GitHub to evolve Mirai into new variants. They speculate that the goal is to expand its botnet node to many more IoT devices. The detail of the recent progress of these variants is listed in the following paragraphs.

On 12 December 2017, researchers identified a variant of Mirai exploiting a zero-day flaw in Huawei HG532 routers to accelerate Mirai botnets infection,[18] implementing two known SOAP related exploits on routers web interface, CVE-2014–8361 and CVE-2017–17215. This Mirai version is called "Satori".

On 14 January 2018, a new variant of Mirai dubbed “Okiru”, the Japanese word for "get up," already targeting popular embedded processor like ARM, MIPS, x86, PowerPC[19] and others was found targeting ARC processors based Linux devices[20] for the first time. Argonaut RISC Core processor (shorted: ARC processors) is the second-most-popular embedded 32 bit processor, shipped in more than 1.5 billion products per year, including desktop computers, servers, radio, cameras, mobile, utility meters, televisions, flash drives, automotive, networking devices (smart hubs, TV modems, routers, wifi) and Internet of Things. Only a relatively small number of ARC-based devices run Linux and are therefore exposed to Mirai.

On 18 January 2018, a successor of Mirai is reported to be designed to hijack cryptocurrency mining operations.[21]

On 26 January 2018, two similar Mirai variant botnets were reported, the more modified version of which weaponizes EDB 38722 D-Link router's exploit to enlist further vulnerable IoT devices. The vulnerability in the router's Home Network Administration Protocol (HNAP) is utilized to craft a malicious query to exploited routers that can bypass authentication, to then cause an arbitrary remote code execution. The less modified version of Mirai is called "Masuta" (after the Japanese transliteration of "Master"), while the more modified version is called "PureMasuta".[22]

In March 2018, a new variant of Mirai, dubbed as "OMG", has emerged to surface with added configurations to target vulnerable IoT devices and turning them into proxy servers. New firewall rules that allow traffic to travel through the generated HTTP and SOCKS ports were added configurations to the Mirai code. Once these ports are open to traffic, OMG sets up 3proxy – open-source software available on a Russian website.[23]

Between May and June 2018, another variant of Mirai, dubbed as "Wicked", has emerged with added configurations to target at least three additional exploits including those affecting Netgear routers and CCTV-DVRs. Wicked scans ports 8080, 8443, 80, and 81 and attempts to locate vulnerable, unpatched IoT devices running on those ports. Researchers suspect the same author created the Wicked, Sora, Owari, and Omni botnets.[24][25]

In early July 2018 it was reported at least thirteen versions of Mirai malware has been detected actively infecting Linux Internet of things (IoT) in the internet, and three of them were designed to target specific vulnerabilities by using exploit proof of concept, without launching brute-forcing attack to the default credential authentication.[26] In the same month it was published a report of infection campaign of Mirai malware to Android devices through the Android Debug Bridge on TCP/5555, an optional feature in the Android operating system, though it was discovered that this feature appears to be enabled on some Android phones.[27]

At the end of 2018, a Mirai variant dubbed "Miori" started being spread through a remote code execution vulnerability in the ThinkPHP framework, affecting versions 5.0.23 to 5.1.31. This vulnerability is continuously being abused by the further evolved Mirai variants dubbed as "Hakai" and "Yowai" in January 2019, and variant "SpeakUp" in February, 2019.[28]

Use in DDoS attacks[edit]

Mirai was used, alongside BASHLITE,[29] in the DDoS attack on 20 September 2016 on the Krebs on Security site which reached 620 Gbit/s.[30] Ars Technica also reported a 1 Tbit/s attack on French web host OVH.[5]

On 21 October 2016, multiple major DDoS attacks in DNS services of DNS service provider Dyn occurred using Mirai malware installed on a large number of IoT devices, many of which were still using their default usernames and passwords.[31] These attacks resulted in the inaccessibility of several high-profile websites, including GitHub, Twitter, Reddit, Netflix, Airbnb and many others.[32] The attribution of the Dyn attack to the Mirai botnet was originally reported by Level 3 Communications.[29][33]

Mirai was later revealed to have been used during the DDoS attacks against Rutgers University from 2014 to 2016, which left faculty and students on campus unable to access the outside Internet for several days at a time. Additionally, a failure of the university's Central Authentication Service caused course registration and other services to become unavailable during critical times in the academic semester. The university reportedly spent $300,000 in consultation and increased the cyber-security budget of the university by $1 million in response to these attacks. The university cited the attacks among its reasons for the increase in tuition and fees for the 2015–2016 school year.[34] A person under the alias "exfocus" claimed responsibility for the attacks, stating in a Reddit AMA on the /r/Rutgers subreddit that the user was a student at the school and the DDoS attacks were motivated by frustrations with the university's bus system. The same user later claimed in an interview with a New Jersey-based blogger that they had lied about being affiliated with the university and that the attacks were being funded by an anonymous client. Security researcher Brian Krebs later alleged the user was indeed a student at Rutgers University and that the latter interview was given in an attempt to distract investigators.[8]

Staff at Deep Learning Security observed the steady growth of Mirai botnets before and after the 21 October attack.[35]

Mirai has also been used in an attack on Liberia's Internet infrastructure in November 2016.[36][37][38] According to computer security expert Kevin Beaumont, the attack appears to have originated from the actor which also attacked Dyn.[36]

Its DDoS attacks were also notable in Brazil, Taiwan, Costa Rica and India.[39]

Other notable incidents[edit]

At the end of November 2016, approximately 900,000 routers, from Deutsche Telekom and produced by Arcadyan, were crashed due to failed TR-064 exploitation attempts by a variant of Mirai, which resulted in Internet connectivity problems for the users of these devices.[40][41] While TalkTalk later patched their routers, a new variant of Mirai was discovered in TalkTalk routers.[42]

A British man suspected of being behind the attack was arrested at Luton Airport, according to the BBC.[43]

Identity of the author[edit]

On January 17, 2017, computer security journalist Brian Krebs posted an article on his blog, Krebs on Security, where he disclosed the name of the person who he believed to have written the malware. Krebs stated that the likely real-life identity of Anna-senpai (named after Anna Nishikinomiya, a character from Shimoneta), the author of Mirai, was actually an Indian-American Paras Jha, the owner of a DDoS mitigation service company ProTraf Solutions and a student of Rutgers University. In an update to the original article, Paras Jha responded to Krebs and denied having written Mirai.[8] The FBI was reported to have questioned Jha on his involvement in the October 2016 Dyn cyberattack.[44] On December 13, 2017, Paras Jha, Josiah White, and Dalton Norman entered a guilty plea to crimes related to the Mirai botnet.[45] The trio assisted the government with other cybersecurity investigations, and were sentenced to probation and community service without imprisonment.[46]

Daniel Kaye, 29, also known as alias "BestBuy", "Popopret" or "Spiderman", has been accused of "using an infected network of computers known as the Mirai botnet to attack and blackmail Lloyds Banking Group and Barclays banks," according to the NCA. He has been extradited from Germany to the UK according to the same report. Kaye has also pleaded guilty in court on hijacking more than 900,000 routers from the network of Deutsche Telekom.[47][48]

Researchers later pointed to the handle name "Nexus Zeta" as responsible for the author of new variants of Mirai (dubbed as Okiru, Satori, Masuta and PureMasuta),[49][50][22] and on August 21, 2018, an American grand jury indicted Kenneth Currin Schuchman, 20, aka Nexus Zeta, of knowingly causing the transmission of a program, information, code, and commands, and as result of such conduct intentionally causing damage without authorization to protected computers, according to the indictment filed in U.S. District Court in Anchorage,[51][52] followed by the arrest and trial of the suspect.[53]

In popular culture[edit]

American electronic musician and composer James Ferraro's 2018 album Four Pieces for Mirai references Mirai in its ongoing narrative.

See also[edit]

References[edit]

  1. ^ Biggs, John (Oct 10, 2016). "Hackers release source code for a powerful DDoS app called Mirai". TechCrunch. Archived from the original on 20 October 2016. Retrieved 19 October 2016.
  2. ^ njccic (December 28, 2016). "Mirai Botnet". The New Jersey Cybersecurity and Communications Integration Cell (NJCCIC). Archived from the original on 12 December 2016. Retrieved 28 December 2016.
  3. ^ unixfreaxjp (August 31, 2016). "MMD-0056-2016 - Linux/Mirai, how an old ELF malcode is recycled". MalwareMustDie. Archived from the original on 5 September 2016. Retrieved 31 August 2016.
  4. ^ Krebs, Brian (September 21, 2016). "KrebsOnSecurity Hit With Record DDoS". Brian Krebs. Archived from the original on 15 November 2016. Retrieved 17 November 2016.
  5. ^ a b c Bonderud, Douglas (October 4, 2016). "Leaked Mirai Malware Boosts IoT Insecurity Threat Level". securityintelligence.com. Archived from the original on 21 October 2016. Retrieved 20 October 2016.
  6. ^ Hackett, Robert (October 3, 2016). "Why a Hacker Dumped Code Behind Colossal Website-Trampling Botnet". Fortune.com. Archived from the original on 22 October 2016. Retrieved 19 October 2016.
  7. ^ Newman, Lily Hay. "What We Know About Friday's Massive East Coast Internet Outage". WIRED. Archived from the original on 2016-10-22. Retrieved 2016-10-21.
  8. ^ a b c Krebs, Brian. "Who is Anna-Senpai, the Mirai Worm Author?". Krebs on Security. Archived from the original on 22 January 2017. Retrieved 25 January 2017.
  9. ^ "The Mirai Botnet Was Part of a College Student Minecraft Scheme". Wired. ISSN 1059-1028. Retrieved 2020-10-19.
  10. ^ Statt, Nick (October 21, 2016). "How an army of vulnerable gadgets took down the web today". The Verge. Archived from the original on November 16, 2016. Retrieved October 21, 2016.
  11. ^ Kan, Michael (October 18, 2016). "Hackers create more IoT botnets with Mirai source code". ITWORLD. Archived from the original on 20 October 2016. Retrieved 20 October 2016.
  12. ^ "IoTroop Botnet: The Full Investigation - Check Point Research". 29 October 2017. Archived from the original on 2018-01-15. Retrieved 2018-01-14.
  13. ^ Zeifman, Igal; Bekerman, Dima; Herzberg, Ben (October 10, 2016). "Breaking Down Mirai: An IoT DDoS Botnet Analysis". Incapsula. Archived from the original on 21 October 2016. Retrieved 20 October 2016.
  14. ^ a b c d Moffitt, Tyler (October 10, 2016). "Source Code for Mirai IoT Malware Released". Webroot. Archived from the original on 21 October 2016. Retrieved 20 October 2016.
  15. ^ Osborne, Charlie (October 17, 2016). "Mirai DDoS botnet powers up, infects Sierra Wireless gateways". ZDNet. Archived from the original on 20 October 2016. Retrieved 20 October 2016.
  16. ^ Xander (October 28, 2016). "DDoS on Dyn The Complete Story". ServerComparator. Archived from the original on 21 November 2016. Retrieved 21 November 2016.
  17. ^ Antonakakis, M., et al.: Understanding the Mirai botnet. In: 26th USENIX Security Symposium (USENIX Security 2017) (2017)
  18. ^ Dan Goodin (December 12, 2017). "100,000-strong botnet built on router 0-day could strike at any time". Ars Technica. Archived from the original on February 7, 2018. Retrieved February 4, 2018.
  19. ^ "IoT Botnet: More Targets in Okiru's Cross-hairs". Fortinet. 25 January 2018. Archived from the original on 23 July 2018. Retrieved 18 April 2018.
  20. ^ Leyden, John (January 16, 2016). "New Mirai botnet species 'Okiru' hunts for ARC-based kit". www.theregister.co.uk. Archived from the original on January 16, 2018. Retrieved February 4, 2016.
  21. ^ Warwick Ashford (January 18, 2018). "Next-gen Mirai botnet targets cryptocurrency mining operations". Computer Weekly. Archived from the original on February 7, 2018. Retrieved February 4, 2018.
  22. ^ a b Rene Millman (January 26, 2018). "Satori creator linked with new Mirai variant Masuta". SC Media UK. Archived from the original on February 7, 2018. Retrieved February 4, 2018.
  23. ^ Catalin Cimpanu (February 27, 2018). "New Mirai Variant Focuses on Turning IoT Devices into Proxy Servers". Bleeping Computer. Archived from the original on February 27, 2018. Retrieved February 27, 2018.
  24. ^ Rommel Joven and Kenny Yang (May 17, 2018). "A Wicked Family of Bots". Fortinet. Archived from the original on May 23, 2018. Retrieved May 17, 2018.
  25. ^ Tara Seals (May 21, 2018). "Wicked Botnet Uses Passel of Exploits to Target IoT". Threat Post. Archived from the original on May 21, 2018. Retrieved May 21, 2018.
  26. ^ Malwaremustdie/Unixfreaxjp (July 7, 2018). "Mirai mirai on the wall.. how many are you now?". Imgur. Retrieved July 7, 2018.
  27. ^ Johannes B. Ullrich (July 10, 2018). "Worm (Mirai?) Exploiting Android Debug Bridge (Port 5555/tcp)". SANS ISC InfoSec Forums. Archived from the original on July 10, 2018. Retrieved July 11, 2018.
  28. ^ Satnam Narang (February 7, 2019). "ThinkPHP Remote Code Execution Vulnerability Used To Deploy Variety of Malware (CVE-2018-20062)". Tenable. Archived from the original on May 6, 2019. Retrieved February 7, 2019.
  29. ^ a b "Double-dip Internet-of-Things botnet attack felt across the Internet". 21 October 2016. Archived from the original on 2017-05-19. Retrieved 2017-06-14.
  30. ^ The Economist, 8 October 2016, The internet of stings Archived 2017-08-06 at the Wayback Machine
  31. ^ Fruhlinger, Josh (2018-03-09). "The Mirai botnet explained: How IoT devices almost brought down the internet". CSO Online. Archived from the original on 2019-07-24. Retrieved 2019-07-24.
  32. ^ "Today the web was broken by countless hacked devices". theregister.co.uk. 21 October 2016. Archived from the original on 24 October 2016. Retrieved 24 October 2016.
  33. ^ "Blame the Internet of Things for Destroying the Internet Today". Motherboard. VICE. Archived from the original on 24 October 2016. Retrieved 27 October 2016.
  34. ^ "Former Rutgers student pleads guilty in cyber attacks". North Jersey. Archived from the original on 2017-12-14. Retrieved 2017-12-14.
  35. ^ "Think Mirai DDoS is over? It ain't!!". Archived from the original on 2016-10-27. Retrieved 2016-10-26.
  36. ^ a b McGoogan, Cara (4 November 2016). "Unprecedented cyber attack takes Liberia's entire internet down". The Telegraph. Archived from the original on 21 November 2016. Retrieved 21 November 2016.
  37. ^ "DDoS attack from Mirai malware 'killing business' in Liberia". PCWorld. Archived from the original on 22 November 2016. Retrieved 21 November 2016.
  38. ^ "Massive cyber-attack grinds Liberia's internet to a halt". The Guardian. 3 November 2016. Archived from the original on 21 November 2016. Retrieved 21 November 2016.
  39. ^ Schwartz, Mathew J. "Mirai Malware Is Still Launching DDoS Attacks". bankinfosecurity.com.
  40. ^ Krebs, Brian (30 November 2016). "New Mirai Worm Knocks 900K Germans Offline". krebsonsecurity.com. Archived from the original on 20 December 2016. Retrieved 14 December 2016.
  41. ^ "German leaders angry at cyberattack, hint at Russian involvement | Germany | DW.COM | 29.11.2016". Deutsche Welle. Archived from the original on 5 January 2017. Retrieved 5 January 2017.
  42. ^ "New Mirai Variant Embeds in TalkTalk Home Routers". www.incapsula.com. Archived from the original on 2016-12-22. Retrieved 2016-12-18.
  43. ^ "Router hacker suspect arrested at Luton Airport". BBC News. 2017-02-23. Archived from the original on 2017-02-24. Retrieved 2017-02-23.
  44. ^ Clark, Adam; Mueller, Mark (21 January 2017). "FBI questions Rutgers student about massive cyber attack". NJ.com. Archived from the original on 23 January 2017. Retrieved 25 January 2017.
  45. ^ Justice, Department of (13 December 2017). "Justice Department Announces Charges And Guilty Pleas In Three Computer Crime Cases Involving Significant Cyber Attacks". justice.gov. Archived from the original on 13 December 2017. Retrieved 13 December 2017.
  46. ^ Shapiro, Scott (2023). Fancy Bear Goes Phishing: The dark history of the information age, in five extraordinary hacks (1st ed.). New York: Farrar, Straus and Giroux. pp. 280–281. ISBN 978-0-374-60117-1.
  47. ^ Brian Krebs (July 5, 2017). "Who is the GovRAT Author and Mirai Botmaster'Bestbuy'?". Krebs on Security. Archived from the original on July 5, 2017. Retrieved July 5, 2017.
  48. ^ Mathew J. Schwartz (August 31, 2017). "Mirai Malware Attacker Extradited From Germany to UK". Bank Info Security. Archived from the original on August 31, 2017. Retrieved August 31, 2017.
  49. ^ Check Point Research (December 21, 2017). "Huawei Home Routers in Botnet Recruitment". Check Point. Archived from the original on February 6, 2018. Retrieved February 4, 2018.
  50. ^ Catalin Cimpanu (December 22, 2017). "Amateur Hacker Behind Satori Botnet". Bleeping Computer. Archived from the original on December 27, 2017. Retrieved February 4, 2018.
  51. ^ Kevin Poulsen (August 30, 2018). "Newbie Hacker Fingered for Monster Botnet". The Daily Baast. Archived from the original on August 7, 2019. Retrieved August 30, 2018.
  52. ^ Jessica Prokop (September 4, 2018). "Vancouver man charged in federal hacking case in Alaska". The Columbian. Archived from the original on September 5, 2018. Retrieved September 4, 2018.
  53. ^ Catalin Cimpanu (October 28, 2018). "Satori botnet author in jail again after breaking pretrial release conditions". ZD Net. Archived from the original on September 5, 2019. Retrieved October 28, 2018.

Further reading[edit]