词条 | Linux malware |
释义 |
As of 2018 there had not yet been a single widespread Linux virus or malware infection of the type that is common on Microsoft Windows; this is attributable generally to the malware's lack of root access and fast updates to most Linux vulnerabilities.[2] Linux vulnerabilityLike Unix systems, Linux implements a multi-user environment where users are granted specific privileges and there is some form of access control implemented. To gain control over a Linux system or to cause any serious consequences to the system itself, the malware would have to gain root access to the system.[2] In the past, it has been suggested that Linux had so little malware because its low market share made it a less profitable target. Rick Moen, an experienced Linux system administrator, counters that: {{quote|[That argument] ignores Unix's dominance in a number of non-desktop specialties, including Web servers and scientific workstations. A virus/trojan/worm author who successfully targeted specifically Apache httpd Linux/x86 Web servers would both have an extremely target-rich environment and instantly earn lasting fame, and yet it doesn't happen.[3]}}In 2008 the quantity of malware targeting Linux was noted as increasing. Shane Coursen, a senior technical consultant with Kaspersky Lab, said at the time, "The growth in Linux malware is simply due to its increasing popularity, particularly as a desktop operating system ... The use of an operating system is directly correlated to the interest by the malware writers to develop malware for that OS."[4] Tom Ferris, a researcher with Security Protocols, commented on one of Kaspersky's reports, stating, "In people's minds, if it's non-Windows, it's secure, and that's not the case. They think nobody writes malware for Linux or Mac OS X. But that's not necessarily true."[4] Some Linux users do run Linux-based anti-virus software to scan insecure documents and email which comes from or is going to Windows users. SecurityFocus's Scott Granneman stated: {{quote|...some Linux machines definitely need anti-virus software. Samba or NFS servers, for instance, may store documents in undocumented, vulnerable Microsoft formats, such as Word and Excel, that contain and propagate viruses. Linux mail servers should run AV software in order to neutralize viruses before they show up in the mailboxes of Outlook and Outlook Express users.[1]}}Because they are predominantly used on mail servers which may send mail to computers running other operating systems, Linux virus scanners generally use definitions for, and scan for, all known viruses for all computer platforms. For example, the open source ClamAV "Detects ... viruses, worms and trojans, including Microsoft Office macro viruses, mobile malware, and other threats."[5] Viruses and trojan horsesThe viruses listed below pose a potential, although minimal, threat to Linux systems. If an infected binary containing one of the viruses were run, the system would be temporarily infected, as the Linux kernel is memory resident and read-only. Any infection level would depend on which user with what privileges ran the binary. A binary run under the root account would be able to infect the entire system. Privilege escalation vulnerabilities may permit malware running under a limited account to infect the entire system. It is worth noting that this is true for any malicious program that is run without special steps taken to limit its privileges. It is trivial to add a code snippet to any program that a user may download and let this additional code download a modified login server, an open mail relay, or similar program, and make this additional component run any time the user logs in. No special malware writing skills are needed for this. Special skill may be needed for tricking the user to run the (trojan) program in the first place. The use of software repositories significantly reduces any threat of installation of malware, as the software repositories are checked by maintainers, who try to ensure that their repository is malware-free. Subsequently, to ensure safe distribution of the software, checksums are made available. These make it possible to reveal modified versions that may have been introduced by e.g. hijacking of communications using a man-in-the-middle attack or via a redirection attack such as ARP or DNS poisoning. Careful use of these digital signatures provides an additional line of defense, which limits the scope of attacks to include only the original authors, package and release maintainers and possibly others with suitable administrative access, depending on how the keys and checksums are handled. Worms and targeted attacksThe classical threat to Unix-like systems are vulnerabilities in network daemons, such as SSH and web servers. These can be used by worms or for attacks against specific targets. As servers are patched quite quickly when a vulnerability is found, there have been only a few widespread worms of this kind. As specific targets can be attacked through a vulnerability that is not publicly known there is no guarantee that a certain installation is secure. Also servers without such vulnerabilities can be successfully attacked through weak passwords. Web scriptsLinux servers may also be used by malware without any attack against the system itself, where e.g. web content and scripts are insufficiently restricted or checked and used by malware to attack visitors. Some attacks use complicated malware to attack Linux servers, but when most get full root access then hackers are able to attack by[6] modifying anything like replacing binaries or injecting modules. This may allow the redirection of users to different content on the web.[7] Typically, a CGI script meant for leaving comments, could, by mistake, allow inclusion of code exploiting vulnerabilities in the web browser. Buffer overrunsOlder Linux distributions were relatively sensitive to buffer overrun attacks: if the program did not care about the size of the buffer itself, the kernel provided only limited protection, allowing an attacker to execute arbitrary code under the rights of the vulnerable application under attack. Programs that gain root access even when launched by a non-root user (via the setuid bit) were particularly attractive to attack. However, as of 2009 most of the kernels include address space layout randomization (ASLR), enhanced memory protection and other extensions making such attacks much more difficult to arrange. Cross-platform virusesAn area of concern identified in 2007 is that of cross-platform viruses, driven by the popularity of cross-platform applications. This was brought to the forefront of malware awareness by the distribution of an OpenOffice.org virus called Badbunny. Stuart Smith of Symantec wrote the following: What makes this virus worth mentioning is that it illustrates how easily scripting platforms, extensibility, plug-ins, ActiveX, etc, can be abused. All too often, this is forgotten in the pursuit to match features with another vendor... The ability for malware to survive in a cross-platform, cross-application environment has particular relevance as more and more malware is pushed out via Web sites. How long until someone uses something like this to drop a JavaScript infecter on a Web server, regardless of platform?[8] Social engineeringAs is the case with any operating system, Linux is vulnerable to malware that tricks the user into installing it through social engineering. In December 2009 a malicious waterfall screensaver that contained a script that used the infected Linux PC in denial-of-service attacks was discovered.[9] Anti-virus applicationsThere are a number of anti-virus applications available which will run under the Linux operating system. Most of these applications are looking for exploits which could affect users of Microsoft Windows. For Microsoft Windows-specific threatsThese applications are useful for computers (typically, servers) which will pass on files to MS Windows users. They do not look for Linux-specific threats. {{columns-list|colwidth=30em|
}} For Linux-specific threatsThese applications look for actual threats to the Linux computers on which they are running.
Linux malware can also be detected (and analyzed) using memory forensics tools, such as the following.
ThreatsThe following is a partial list of known Linux malware. However, few if any are in the wild, and most have been rendered obsolete by Linux updates or were never a threat. Known malware is not the only or even the most important threat: new malware or attacks directed to specific sites can use vulnerabilities previously unknown to the community or unused by malware. Botnets
Ransomware{{columns-list|colwidth=30em|
}} Rootkits
Trojans{{columns-list|colwidth=30em|
}}
Viruses{{columns-list|colwidth=30em|
}} Worms{{columns-list|colwidth=30em|
}} See also
References1. ^1 {{cite web |url=http://www.securityfocus.com/columnists/188 |title=Linux vs. Windows Viruses |accessdate=2008-03-06 |last=Granneman |first=Scott |authorlink= |date=October 2003}} 2. ^1 2 {{cite web |url=http://librenix.com/?inode=21 |title=The short life and hard times of a linux virus |accessdate=2015-12-06 |last=Yeargin |first=Ray |authorlink= |date=July 2005|archiveurl =https://web.archive.org/web/20080501223406/http://librenix.com/?inode=21 |archivedate = 1 May 2008}} 3. ^{{cite web|url=http://linuxmafia.com/~rick/faq/#virus4 |title=Virus Department |accessdate=2015-12-24}} 4. ^1 {{cite web |url=http://www.internetnews.com/dev-news/article.php/3601946 |title=Linux Malware On The Rise |accessdate=2008-03-08 |last=Patrizio |first=Andy |authorlink= |date=April 2006}} 5. ^{{cite web |url=http://www.clamav.net/doc/latest/clamdoc.pdf |title=Clam AntiVirus 0.96 User Manual |accessdate=2011-02-22 |last=ClamAV |authorlink= |year=2010 |month=}} 6. ^{{Cite web|url = http://eds.b.ebscohost.com/ehost/detail/detail?vid=5&sid=3da8c26e-15dc-4ddf-a6ce-cfe248f08906%40sessionmgr198&hid=120&bdata=JnNpdGU9ZWhvc3QtbGl2ZQ%3d%3d#db=iih&AN=91650917|title = Stealthy Apache Exploit Redirects Victims to Blackhole Malware.|date = 5 January 2013|accessdate = |website = |publisher = |last = Prince|first = Brian}} 7. ^{{Cite web|url = http://www.eweek.com/security/stealthy-apache-exploit-redirects-victims-to-blackhole-malware/|title = Stealthy Apache Exploit Redirects Victims to Blackhole Malware|date = May 1, 2013|accessdate = Nov 19, 2014|website=eWeek |publisher = |last = Prince|first = Brian}} 8. ^1 {{cite web |url=http://www.symantec.com/enterprise/security_response/weblog/2007/06/bad_bunny.html |title=Bad Bunny |accessdate=2008-02-20 |last=Smith |first=Stuart |authorlink= |date=June 2007 |deadurl=yes |archiveurl=https://web.archive.org/web/20080324042224/http://www.symantec.com/enterprise/security_response/weblog/2007/06/bad_bunny.html |archivedate=2008-03-24 |df= }} 9. ^{{cite web |url=http://www.ubuntu-user.com/Online/News/Malicious-Screensaver-Malware-on-Gnome-Look.org |title=Malicious Screensaver: Malware on Gnome-Look.org |accessdate=2009-12-12 |last=Kissling |first=Kristian |authorlink= |date=December 2009}} 10. ^{{cite web|url=http://www.avira.com/en/support-for-home-knowledgebase-detail/kbid/1491|title=Discontinuation of Antivirus solutions for Linux systems on June 30th 2016|publisher=}} 11. ^{{cite web|url = https://www.comodo.com/home/internet-security/antivirus-for-linux.php |title = Comodo Antivirus for Linux | accessdate = 17 October 2012|last = Comodo Group |year = 2015}} 12. ^{{cite web |url=http://www.clamav.net/ |title=ClamAV |accessdate=2011-02-22}} 13. ^{{cite web |url=http://products.drweb.com/linux/ |title=Dr.Web anti-virus for Linux |accessdate=2010-05-25 |publisher=Dashke}} 14. ^{{cite web|url = http://www.f-prot.com/products/corporate_users/unix/|title = F-PROT Antivirus for Linux x86 / BSD x86|accessdate = 13 December 2011|last = FRISK Software International|year = 2011}} 15. ^{{cite web |url=http://www.kaspersky.com/linux |title=Kaspersky Linux Security - Gateway, mail and file server, workstation protection for Linux/FreeBSD |accessdate=2009-02-11 |publisher=Kaspersky Lab}} 16. ^{{cite web |url=http://www.mcafee.com/us/products/virusscan-enterprise-for-linux.aspx |title= McAfee VirusScan Enterprise for Linux |accessdate=2012-12-27 |publisher=McAfee}} 17. ^{{cite web |url=http://www.pandasecurity.com/spain/homeusers/solutions/linux/ |title=Panda Security Antivirus Protection for Linux |accessdate=2009-01-13 |publisher=Panda Security}} 18. ^{{cite web |url=http://service1.symantec.com/SUPPORT/ent-security.nsf/ppfdocs/2005110716014248 |archive-url=https://web.archive.org/web/20070429092307/http://service1.symantec.com/SUPPORT/ent-security.nsf/ppfdocs/2005110716014248 |dead-url=yes |archive-date=2007-04-29 |title=System requirements for Symantec AntiVirus for Linux 1.0 |accessdate=2009-03-07 |last=Symantec |authorlink= |date=January 2009 }} 19. ^{{cite web|url=http://www.chkrootkit.org|title=Chkrootkit}} 20. ^{{cite web|url=http://www.clamav.net|title=ClamAV}} 21. ^{{cite web|url=http://forums.comodo.com/comodo-antivirus-for-linux-cavl/comodo-antivirus-for-linux-cavl-v112680251-is-released-t92199.0.html |title=COMODO Antivirus for Linux (CAVL) v1.1.268025.1 is released! |publisher=comodo.com |date=2013-02-28 |accessdate=2014-06-12}} 22. ^{{cite web |url=http://products.drweb.com/linux/ |title=Dr.Web anti-virus for Linux |accessdate=2010-05-25 |publisher=Dashke}} 23. ^{{cite web |url=http://www.eset.com/int/home/products/antivirus-linux/|title=ESET File Security - Antivirus Protection for Linux, BSD, and Solaris |accessdate=2008-10-26 |publisher=Eset}} 24. ^{{cite web |url=http://www.eset.com/products/linux_mail.php |title=ESET Mail Security - Linux, BSD, and Solaris mail server protection |accessdate=2008-10-26 |publisher=Eset |deadurl=yes |archiveurl=https://web.archive.org/web/20080512082347/http://www.eset.com/products/linux_mail.php |archivedate=2008-05-12 |df= }} 25. ^{{cite web |url=http://www.eset.com/products/gateway.php |title=ESET NOD32 Antivirus for Linux Gateway Devices |accessdate=2008-10-26 |publisher=Eset |deadurl=yes |archiveurl=https://web.archive.org/web/20080510143951/http://www.eset.com/products/gateway.php |archivedate=2008-05-10 |df= }} 26. ^{{cite web |url=http://www.eset.com/us/download/home/detail/family/71/#offline,98,ENU |title=ESET NOD32 Antivirus 4 for Linux Desktop |accessdate=2014-06-12 |publisher=Eset}} 27. ^https://www.rfxn.com/projects/linux-malware-detect/ R-fx Networks project page of LMD 28. ^{{cite web|url=http://www.rootkit.nl/projects/rootkit_hunter.html|title=Root Kit Hunter|deadurl=yes|archiveurl=https://web.archive.org/web/20130305191528/http://rootkit.nl/projects/rootkit_hunter.html|archivedate=2013-03-05|df=}} 29. ^{{cite web|url=http://nakedsecurity.sophos.com/2008/02/13/botnets-a-free-tool-and-6-years-of-linuxrst-b/ |title=Botnets, a free tool and 6 years of Linux/Rst-B | Naked Security |publisher=Nakedsecurity.sophos.com |date=2008-02-13 |accessdate=2013-08-11}} 30. ^{{cite web|url=https://www.sophos.com/en-us/products/free-tools/sophos-antivirus-for-linux.aspx |title=Sophos AV for Linux}} 31. ^{{cite web|url=https://cisofy.com/lynis/|title=Lynis}} 32. ^{{cite web|url=https://github.com/CISOfy/lynis|title=Lynis Github}} 33. ^{{cite web|url=https://www.forcepoint.com|title=Second Look}} 34. ^volatilesystems.com {{webarchive|url=http://webarchive.loc.gov/all/20110217010903/https://www.volatilesystems.com/ |date=2011-02-17 }} 35. ^{{cite web|url=https://code.google.com/p/volatility/wiki/LinuxMemoryForensics|title=Volatility}} 36. ^Kovalev et al (17 July 2014), [https://www.virusbtn.com/virusbulletin/archive/2014/07/vb201407-Mayhem Mayhem – a hidden threat for *nix web servers], Virus Bulletin 37. ^{{cite web|url=http://www.welivesecurity.com/2016/03/30/meet-remaiten-a-linux-bot-on-steroids-targeting-routers-and-potentially-other-iot-devices/|title=Meet Remaiten - a Linux bot on steroids targeting routers and potentially other IoT devices|work=WeLiveSecurity|author1=Michal Malík|author2=Marc-Etienne M.Léveillé|accessdate=4 November 2018}} 38. ^{{cite web|url=http://www.virusradar.com/en/Linux_Remaiten/detail|title=Threat Detail - ESET Virusradar|work=virusradar.com|accessdate=3 April 2016}} 39. ^{{cite web|url=http://thehackernews.com/2016/03/internet-of-thing-malware.html|title=Advanced Malware targeting Internet of the Things and Routers|author=Mohit Kumar|date=31 March 2016|work=The Hacker News|accessdate=3 April 2016}} 40. ^{{cite web | url=https://www.cyber.nj.gov/threat-profiles/botnet-variants/mirai-botnet | title=Mirai Botnet | publisher=The New Jersey Cybersecurity and Communications Integration Cell (NJCCIC) | date=December 28, 2016 | accessdate=28 December 2016 | author=njccic }} 41. ^{{cite web | url=https://krebsonsecurity.com/2016/09/krebsonsecurity-hit-with-record-ddos/ | title=KrebsOnSecurity Hit With Record DDoS | publisher=Brian Krebs | date=September 21, 2016 | accessdate=17 November 2016 | author=Krebs, Brian}} 42. ^{{cite web | url=http://fortune.com/2016/10/03/botnet-code-ddos-hacker/ | title=Why a Hacker Dumped Code Behind Colossal Website-Trampling Botnet | publisher=Fortune.com | date=October 3, 2016 | accessdate=19 October 2016 | author=Hackett, Robert}} 43. ^{{Cite news|url=https://www.wired.com/2016/10/internet-outage-ddos-dns-dyn/|title=What We Know About Friday’s Massive East Coast Internet Outage|last=Newman|first=Lily Hay|newspaper=WIRED|language=en-US|access-date=2016-10-21}} 44. ^{{Cite web|url=https://www.crunchbase.com/organization/dyn#/entity|title=Dyn {{!}} crunchbase|website=www.crunchbase.com|access-date=2016-10-23}} 45. ^{{cite web | url=http://www.zdnet.com/article/first-attacks-using-shellshock-bash-bug-discovered/ | title=First attacks using shellshock Bash bug discovered | publisher=ZDNet | date=September 25, 2014 | accessdate=25 September 2014 | author=Liam Tung }} 46. ^{{cite web | url=http://news.softpedia.com/news/luabot-is-the-first-botnet-malware-coded-in-lua-targeting-linux-platforms-507978.shtml | title=LuaBot Is the First DDoS Malware Coded in Lua Targeting Linux Platforms | publisher=Softpedia | date=September 5, 2016 | accessdate=5 September 2016 | author=Catalin Cimpanu }} 47. ^{{cite web | url=http://news.softpedia.com/news/luabot-author-says-his-malware-is-not-harmful-508397.shtml | title=LuaBot Author Says His Malware Is "Not Harmful" | publisher=Softpedia | date=September 17, 2016 | accessdate=17 September 2016 | author=Catalin Cimpanu}} 48. ^{{cite web | url=http://insecurety.net/?p=90 | title=Hydra IRC bot, the 25 minute overview of the kit | publisher=Insecurety Research | date=June 12, 2012 | accessdate=12 June 2012 | author=Infodox}} 49. ^{{cite web | url=https://arstechnica.com/security/2013/03/guerilla-researcher-created-epic-botnet-to-scan-billions-of-ip-addresses/ | title=Guerilla researcher created epic botnet to scan billions of IP addresses | publisher=Ars Technica | date=March 21, 2013 | accessdate=21 March 2013 | author=Dan Goodin }} 50. ^{{cite web | url=https://www.theregister.co.uk/2014/09/09/linux_modem_bot/ | title=Use home networking kit? DDoS bot is BACK... and it has EVOLVED | publisher=The Register | date=September 9, 2014 | accessdate=9 September 2014 | author=John Leyden }} 51. ^{{cite web | url=https://www.theregister.co.uk/2016/10/31/iot_botnet_wannabe/ | title=A successor to Mirai? Newly discovered malware aims to create fresh IoT botnet | publisher=The Register | date=October 31, 2016 | accessdate=31 October 2016 | author=John Leyden}} 52. ^{{cite web | url=http://blog.malwaremustdie.org/2016/11/mmd-0061-2016-emech-for-ddos.html | title=MMD-0061-2016 - EnergyMech 2.8 Overkill Mod | publisher=MalwareMustDie | date=November 28, 2016 | accessdate=28 November 2016 | author=unixfreaxjp}} 53. ^{{cite web|url=https://vms.drweb.com/virus/?i=7703983&lng=en|title=Linux.Encoder.1|work=drweb.com|accessdate=10 November 2015}} 54. ^{{cite web|url=http://www.computerworld.com/article/3003461/security/first-linux-ransomware-program-cracked-for-now.html|title=First Linux ransomware program cracked, for now|author=Lucian Constantin|date=10 November 2015|work=Computerworld|accessdate=10 November 2015}} 55. ^Leyden, John ( 21 November 2012), [https://www.theregister.co.uk/2012/11/21/powerful_linux_rootkit/ Evildoers can now turn all sites on a Linux server into silent hell-pits], The Register, retrieved 21 November 2012 56. ^Kovalev et al [https://www.virusbtn.com/virusbulletin/archive/2014/01/vb201401-Effusion Effusion – a new sophisticated injector for Nginx web servers], Virus Bulletin 57. ^{{cite web |author=rsa.com |url=https://blogs.rsa.com/thieves-reaching-for-linux-hand-of-thief-trojan-targets-linux-inth3wild/ |title=Thieves Reaching for Linux—"Hand of Thief" Trojan Targets Linux #INTH3WILD » Speaking of Security - The RSA Blog and Podcast |publisher=Blogs.rsa.com |date= |accessdate=2013-08-11 |deadurl=yes |archiveurl=https://web.archive.org/web/20130815040638/http://blogs.rsa.com/thieves-reaching-for-linux-hand-of-thief-trojan-targets-linux-inth3wild/ |archivedate=2013-08-15 |df= }} 58. ^{{cite web|last=Vaughan |first=Steven J. |url=http://www.zdnet.com/linux-desktop-trojan-hand-of-thief-steals-in-7000019175/ |title=Linux desktop Trojan 'Hand of Thief' steals in |publisher=ZDNet |date= |accessdate=2013-08-11}} 59. ^{{cite web |url=http://www.symantec.com/security_response/writeup.jsp?docid=2006-021417-0144-99 |title=Linux.Backdoor.Kaiten |accessdate=2008-03-08 |last=Florio |first= Elia |authorlink= |date=February 2006}} 60. ^{{cite web |url=http://www.symantec.com/security_response/writeup.jsp?docid=2007-072612-1704-99 |title=Linux.Backdoor.Rexob |accessdate=2008-03-08 |last=Florio |first= Elia |authorlink= |date=December 2007}} 61. ^{{cite web |url=https://lwn.net/Articles/367874/ |title=Linux malware: an incident and some solutions |accessdate=2010-09-16 |last=Vervloesem |first=Koen |authorlink= |date=December 2009}} 62. ^{{cite web|url=https://web.archive.org/web/20160106041216/https://w.securelist.com/en/descriptions/backdoor.linux.tsunami.gen |title=Backdoor.Linux.Tsunami.gen |publisher=Securelist |date= |accessdate=2014-05-09}} 63. ^{{cite web|url=https://securelist.com/blog/research/67962/the-penquin-turla-2/|title=The 'Penquin' Turla - Securelist|work=securelist.com|accessdate=10 November 2015}} 64. ^{{cite web|url=http://www.omgubuntu.co.uk/2014/12/government-spying-turla-linux-trojan-found|title=Yes, This Trojan Infects Linux. No, It's Not The Tuxpocalypse - OMG! Ubuntu!|author=Joey-Elijah Sneddon|work=OMG! Ubuntu!|accessdate=10 November 2015}} 65. ^{{cite web | url=http://blog.malwaremustdie.org/2014/09/mmd-0028-2014-fuzzy-reversing-new-china.html | title=Linux/XOR.DDoS : Fuzzy reversing a new China ELF | publisher=MalwareMustDie | date=September 29, 2014 | accessdate=29 September 2014 | author=unixfreaxjp.wirehack7,shibumi}} 66. ^{{cite web|url = https://www.akamai.com/us/en/about/news/press/2015-press/xor-ddos-botnet-attacking-linux-machines.jsp|title = OR DDoS Botnet Launching 20 Attacks a Day From Compromised Linux Machines, Says Akamai |accessdate = 18 March 2016|author = Akamai Technologies|date = 29 September 2015}} 67. ^{{cite web|url = https://www.theguardian.com/technology/2016/jul/06/hummingbad-malware-infects-10m-android-devices-information-apps-ads|title = HummingBad malware infects 10m Android devices |accessdate = 2016-07-06|author = [https://www.theguardian.com/profile/samuel-gibbs Samuel Gibbs]}} 68. ^{{cite web | url=https://www.grahamcluley.com/nyadrop-exploiting-iot-insecurity-infect-devices-malware/ | title=NyaDrop exploiting Internet of Things insecurity to infect Linux devices with malware | publisher=Graham Cluley | date=October 17, 2016 | accessdate=4 November 2018 | author=David Bisson}} 69. ^{{cite web | url=http://news.softpedia.com/news/pnscan-linux-trojan-resurfaces-with-new-attacks-targeting-routers-in-india-507617.shtml | title=PNScan Linux Trojan Resurfaces with New Attacks Targeting Routers in India | publisher=Softpedia | date=August 25, 2016 | accessdate=25 August 2016 | author= Catalin Cimpanu }} 70. ^{{cite web | url=https://threatpost.com/speakup-linux-backdoor/141431/ | title=SpeakUp Linux Backdoor Sets Up for Major Attack | date=February 4, 2019 | author= Tara Seals }} 71. ^{{cite web | url=https://cybersguards.com/speakup-new-linux-backdoor-trojan-discovered-by-security-experts/ | title=SpeakUp – New Linux Backdoor Trojan Discovered By Security Experts | date=February 4, 2019 | author= William Moseley }} 72. ^{{cite web|url=http://vx.eof-project.net/viewtopic.php?pid=1049|title=Linux.42: Using CRC32B (SSE4.2) instruction in polymorphic decryptor|last=herm1t|date=August 2008|deadurl=yes|archiveurl=https://www.webcitation.org/65lFpGKJC?url=http://vx.eof-project.net/viewtopic.php?pid=1049|archivedate=2012-02-27|df=}} 73. ^{{cite web|url=http://blogs.technet.com/mmpc/archive/2008/09/10/life-the-universe-and-everything.aspx | title= Life, the Universe, and Everything|last=Ferrie|first=Peter|date=September 2008}} 74. ^{{cite web|url=http://vx.netlux.org/lib/vhe00.html | title=Infecting ELF-files using function padding for Linux |last=herm1t|date=August 2006|archiveurl = https://web.archive.org/web/20120122161950/http://vx.netlux.org/lib/vhe00.html |archivedate = 22 January 2012}} 75. ^{{cite web |url=http://www.viruslist.com/en/viruses/encyclopedia?virusid=21703 |title=Virus.Linux.Alaeda |accessdate=2008-03-08 |last=Kaspersky Lab |authorlink= |date=May 2007 |archiveurl = https://web.archive.org/web/20090713010454/http://www.viruslist.com/en/viruses/encyclopedia?virusid=21703 |archivedate =13 July 2009}} 76. ^{{cite web |url=http://vil.nai.com/vil/content/v_130506.htm |archive-url=https://web.archive.org/web/20050124142040/http://vil.nai.com/vil/content/v_130506.htm |dead-url=yes |archive-date=2005-01-24 |title=Linux/Binom |accessdate=2008-03-08 |last=McAfee |authorlink= |date=December 2004 }} 77. ^{{cite web|url=http://www.roqe.org/brundle-fly/ |title=Brundle Fly 0.0.1 - A Good-Natured Linux ELF Virus |accessdate=2008-03-08 |last=Rieck |first=Konrad and Konrad Kretschmer |authorlink= |date=August 2001 |deadurl=yes |archiveurl=https://web.archive.org/web/20080514013935/http://www.roqe.org/brundle-fly/ |archivedate=May 14, 2008 }} 78. ^{{cite web |url=http://sourceforge.net/projects/bukowski/ |title=Project Bukowski |accessdate=2008-03-08 |last=de Almeida Lopes |first=Anthony |authorlink= |date=July 2007}} 79. ^{{cite web|url=http://www.vxheavens.com/lib/vhe06.html|title=Caveat virus|last=herm1t|date=February 2008}} 80. ^{{cite web|url=http://vx.netlux.org/lib/apf29.html |last=Ferrie |first=Peter |title=Can you spare a seg? |date=July 2009 |deadurl=yes |archiveurl=https://web.archive.org/web/20120117122655/http://vx.netlux.org/lib/apf29.html |archivedate=2012-01-17 |df= }} 81. ^{{cite web|url=http://www.vxheavens.com/lib/vhe04.html|title=Reverse of a coin: A short note on segment alignment|last=herm1t|date=October 2007}} 82. ^{{cite web|url=http://vx.netlux.org/lib/apf31.html |title=Heads or tails? |last=Ferrie |first=Peter |date=September 2009 |deadurl=yes |archiveurl=https://web.archive.org/web/20120117122247/http://vx.netlux.org/lib/apf31.html |archivedate=2012-01-17 |df= }} 83. ^{{cite web|url=http://www.vxheavens.com/lib/vhe02.html|title=Hashin' the elves|last=herm1t|date=October 2007}} 84. ^{{cite web|url=http://vx.netlux.org/lib/apf30.html |title=Making a hash of things |last=Ferrie |first=Peter |date=August 2009 |deadurl=yes |archiveurl=https://web.archive.org/web/20120117121406/http://vx.netlux.org/lib/apf30.html |archivedate=2012-01-17 |df= }} 85. ^{{cite web|url=http://vx.netlux.org/herm1t/Lacrimae_EN.txt |title=README |last=herm1t |date=June 2008 |deadurl=yes |archiveurl=https://web.archive.org/web/20120206235015/http://vx.netlux.org/herm1t/Lacrimae_EN.txt |archivedate=2012-02-06 |df= }} 86. ^{{cite web|url=http://vx.netlux.org/lib/apf12.html |title=Crimea river |last=Ferrie |first=Peter |date=February 2008 |deadurl=yes |archiveurl=https://web.archive.org/web/20120117122703/http://vx.netlux.org/lib/apf12.html |archivedate=2012-01-17 |df= }} 87. ^{{cite web|url=http://vx.netlux.org/lib/vmd01.html |title=Metamorphism in practice or "How I made MetaPHOR and what I've learnt" |accessdate=2008-03-08 |last=The Mental Driller |authorlink= |date=February 2002 |deadurl=yes |archiveurl=https://web.archive.org/web/20070602061547/http://vx.netlux.org/lib/vmd01.html |archivedate=2007-06-02 |df= }} 88. ^{{cite web |url=http://www.viruslist.com/en/viruses/encyclopedia?virusid=21725 |title=Virus.Linux.Nuxbee.1403 |accessdate=2008-03-08 |last=Kaspersky Lab |authorlink= |date=December 2001|archiveurl = https://web.archive.org/web/20120302072354/http://www.securelist.com/en/descriptions/old21725 |archivedate =2 March 2012}} 89. ^{{cite web|url=http://www.vxheavens.com/lib/vhe05.html | title=INT 0x80? No, thank you!|last=herm1t|date=November 2007}} 90. ^{{cite web|url=http://vx.netlux.org/lib/apf37.html |title=Flying solo |last=Ferrie |first=Peter |date=September 2009 |deadurl=yes |archiveurl=https://web.archive.org/web/20120117122359/http://vx.netlux.org/lib/apf37.html |archivedate=2012-01-17 |df= }} 91. ^{{cite web |url=http://www.symantec.com/business/security_response/writeup.jsp?docid=2007-040516-4947-99 |title=Linux.Podloso |accessdate=2008-03-08 |last=Ferrie |first=Peter |authorlink= |date=April 2007}} 92. ^{{cite web |url=http://www.symantec.com/enterprise/security_response/weblog/2007/04/the_ipod_virus.html |title=The iPod virus |accessdate=2008-03-08 |last=Ferrie |first=Peter |authorlink= |date=April 2007 |deadurl=yes |archiveurl=https://web.archive.org/web/20080302053542/http://www.symantec.com/enterprise/security_response/weblog/2007/04/the_ipod_virus.html |archivedate=2008-03-02 |df= }} 93. ^{{cite web|url=http://www.vxheavens.com/lib/vhe08.html|title=From position-independent to self-relocatable viral code|last=herm1t|date=December 2009}} 94. ^{{cite web |url=http://www.viruslist.com/en/viruses/encyclopedia?virusid=21733 |title=Virus.Linux.Rike.1627 |accessdate=2008-03-08 |last=Kaspersky Lab |authorlink= |date=August 2003|archiveurl = https://web.archive.org/web/20120302072359/http://www.securelist.com/en/descriptions/old21733 |archivedate =2 March 2012}} 95. ^{{cite web |url=http://www.viruslist.com/en/viruses/encyclopedia?virusid=21734 |title=Virus.Linux.RST.a |accessdate=2008-03-08 |last=Kaspersky Lab |authorlink= |date=January 2002 |deadurl=yes |archiveurl=https://web.archive.org/web/20071107040802/http://www.viruslist.com/en/viruses/encyclopedia?virusid=21734 |archivedate=2007-11-07 |df= }} 96. ^{{cite web|url =http://www.linux-magazine.com/w3/issue/62/Viruses_in_Linux.pdf|archive-url=https://web.archive.org/web/20140517132434/http://www.linux-magazine.com/w3/issue/62/Viruses_in_Linux.pdf|archive-date=2014-05-17|title=The ways of viruses in Linux HOW SAFE? |accessdate=2009-08-21}} 97. ^{{cite web|url=http://www.viruslist.com/en/viruslist.html?id=3135&key=00001000050000200003 |title=Virus.Linux.Vit.4096 |accessdate=2008-03-08 |last=Kaspersky Lab |authorlink= |date=March 2000 |deadurl=yes |archiveurl=https://web.archive.org/web/20071107040844/http://www.viruslist.com/en/viruslist.html?id=3135&key=00001000050000200003 |archivedate=November 7, 2007 }} 98. ^{{cite web |url=http://www.viruslist.com/en/viruses/encyclopedia?virusid=21756 |title=Virus.Linux.Winter.341 |accessdate=2008-03-08 |last=Kaspersky Lab |authorlink= |date=October 2000 |deadurl=yes |archiveurl=https://web.archive.org/web/20071110002308/http://www.viruslist.com/en/viruses/encyclopedia?virusid=21756 |archivedate=2007-11-10 |df= }} 99. ^{{cite web|url=http://www.f-secure.com/v-descs/lindose.shtml |title=F-Secure Virus Descriptions: Lindose |accessdate=2008-03-08 |last=Rautiainen |first=Sami |authorlink= |date=March 2001 |display-authors=etal |deadurl=yes |archiveurl=https://web.archive.org/web/20080621115415/http://www.f-secure.com/v-descs/lindose.shtml |archivedate=June 21, 2008 }} 100. ^{{cite web |url=http://members.hellug.gr/nmav/papers/other/wit-virus.pdf |title=The Wit Virus: A virus built on the ViT ELF virus |accessdate=2008-12-31}} 101. ^{{cite web |url=http://www.virusradar.com/en/Linux_Zariche.A/description |title=Linux.Zariche - ESET Virusradar |date=January 2015 |last=TMZ}} 102. ^{{cite web |url=http://www.viruslist.com/en/viruses/encyclopedia?virusid=21759 |title=Virus.Linux.ZipWorm |accessdate=2008-03-08 |last=Kaspersky Lab |authorlink= |date=January 2001|archiveurl = https://web.archive.org/web/20090713011043/http://www.viruslist.com/en/viruses/encyclopedia?virusid=21759 |archivedate =13 July 2009}} 103. ^{{cite web |url=http://www.viruslist.com/en/viruses/encyclopedia?virusid=23854 |title=Net-Worm.Linux.Adm |accessdate=2008-03-08 |last=Kaspersky Lab |authorlink= |date=May 2001 |deadurl=yes |archiveurl=https://web.archive.org/web/20071030074550/http://www.viruslist.com/en/viruses/encyclopedia?virusid=23854 |archivedate=2007-10-30 |df= }} 104. ^{{cite web |url=http://www.f-secure.com/v-descs/adore.shtml |title=F-Secure Virus Descriptions: Adore |accessdate=2008-03-08 |last=Rautiainen |first=Sami |authorlink= |date=April 2001}} 105. ^{{cite web |url=http://www.symantec.com/security_response/writeup.jsp?docid=2007-052400-3656-99 |title=Perl.Badbunny |accessdate=2008-03-08 |last=Smith |first=Stuart |authorlink= |date=May 2007}} 106. ^{{cite web |url=http://www.viruslist.com/en/viruses/encyclopedia?virusid=23856 |title=Net-Worm.Linux.Cheese |accessdate=2008-03-08 |last=Kaspersky Lab |authorlink= |date=May 2001 |deadurl=yes |archiveurl=https://web.archive.org/web/20071028171038/http://www.viruslist.com/en/viruses/encyclopedia?virusid=23856 |archivedate=2007-10-28 |df= }} 107. ^{{cite web |url=http://www.f-secure.com/v-descs/kork.shtml |title=F-Secure Virus Descriptions: Kork |accessdate=2008-03-08 |last=Rautiainen |first=Sami |authorlink= |date=April 2001}} 108. ^{{cite web|author=Mohit Kumar |url=http://thehackernews.com/2013/11/Linux-ELF-malware-php-cgi-vulnerability.html |title=Linux worm targeting Routers, Set-top boxes and Security Cameras with PHP-CGI Vulnerability |publisher=The Hacker News |date=2013-11-30 |accessdate=2013-12-04}} 109. ^{{cite web|author=Joe Casad |url=http://www.linux-magazine.com/Online/News/New-Worm-Attacks-Linux-Devices |title=New Worm Attacks Linux Devices |publisher=Linux Magazine |date=3 December 2013 |accessdate=4 December 2013 }} 110. ^{{cite web |url=http://vil.nai.com/vil/content/v_136821.htm |archive-url=https://web.archive.org/web/20051124010516/http://vil.nai.com/vil/content/v_136821.htm |dead-url=yes |archive-date=2005-11-24 |title=Linux/Lupper.worm Description |accessdate=2010-10-10 |last=McAfee |authorlink= |date=June 2005 }} 111. ^{{cite web |url=http://www.viruslist.com/en/viruses/encyclopedia?virusid=23864 |title=Net-Worm.Linux.Mighty |accessdate=2008-03-08 |last=Kaspersky Lab |authorlink= |date=October 2002 |deadurl=yes |archiveurl=https://web.archive.org/web/20071107040820/http://www.viruslist.com/en/viruses/encyclopedia?virusid=23864 |archivedate=2007-11-07 |df= }} 112. ^{{cite web |url=http://www.symantec.com/security_response/writeup.jsp?docid=2002-121114-1432-99 |title=Linux.Millen.Worm |accessdate=2008-03-08 |last=Perriot |first=Frederic |authorlink= |date=February 2007}} 113. ^{{cite web |url=http://www.f-secure.com/v-descs/slapper.shtml |title=F-Secure Virus Descriptions: Slapper |accessdate=2008-03-08 |last=Rautiainen |first=Sami|authorlink= |date=September 2002|display-authors=etal}} 114. ^{{cite web |url=https://www.altsci.com/concepts/virus/ |title=SSH Bruteforce Virus by AltSci Concepts |accessdate=2008-03-13 |last=Voss |first=Joel |authorlink= |date=December 2007}} External links
3 : Linux malware|Linux|Malware by platform |
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。