HOME

TheInfoList



OR:

In
computing Computing is any goal-oriented activity requiring, benefiting from, or creating computer, computing machinery. It includes the study and experimentation of algorithmic processes, and the development of both computer hardware, hardware and softw ...
, a trojan horse (or simply trojan; often capitalized, but see below) is a kind of
malware Malware (a portmanteau of ''malicious software'')Tahir, R. (2018)A study on malware and malware detection techniques . ''International Journal of Education and Management Engineering'', ''8''(2), 20. is any software intentionally designed to caus ...
that misleads users as to its true intent by disguising itself as a normal program. Trojans are generally spread by some form of social engineering. For example, a user may be duped into executing an
email Electronic mail (usually shortened to email; alternatively hyphenated e-mail) is a method of transmitting and receiving Digital media, digital messages using electronics, electronic devices over a computer network. It was conceived in the ...
attachment disguised to appear innocuous (e.g., a routine form to be filled in), or into clicking on a fake advertisement on the
Internet The Internet (or internet) is the Global network, global system of interconnected computer networks that uses the Internet protocol suite (TCP/IP) to communicate between networks and devices. It is a internetworking, network of networks ...
. Although their payload can be anything, many modern forms act as a backdoor, contacting a controller who can then have unauthorized access to the affected device.
Ransomware Ransomware is a type of malware that Encryption, encrypts the victim's personal data until a ransom is paid. Difficult-to-trace Digital currency, digital currencies such as paysafecard or Bitcoin and other cryptocurrency, cryptocurrencies are com ...
attacks are often carried out using a trojan. Unlike
computer virus A computer virus is a type of malware that, when executed, replicates itself by modifying other computer programs and Code injection, inserting its own Computer language, code into those programs. If this replication succeeds, the affected areas ...
es and
worms The World Register of Marine Species (WoRMS) is a taxonomic database that aims to provide an authoritative and comprehensive catalogue and list of names of marine organisms. Content The content of the registry is edited and maintained by scien ...
, trojans generally do not attempt to inject themselves into other files or otherwise propagate themselves.


Origins of the term

The term is derived from the
ancient Greek Ancient Greek (, ; ) includes the forms of the Greek language used in ancient Greece and the classical antiquity, ancient world from around 1500 BC to 300 BC. It is often roughly divided into the following periods: Mycenaean Greek (), Greek ...
story of the deceptive
Trojan Horse In Greek mythology, the Trojan Horse () was a wooden horse said to have been used by the Greeks during the Trojan War to enter the city of Troy and win the war. The Trojan Horse is not mentioned in Homer, Homer's ''Iliad'', with the poem ending ...
that led to the fall of the city of
Troy Troy (/; ; ) or Ilion (; ) was an ancient city located in present-day Hisarlik, Turkey. It is best known as the setting for the Greek mythology, Greek myth of the Trojan War. The archaeological site is open to the public as a tourist destina ...
. It is unclear where and when the computing concept, and this term for it, originated; but by 1971 the first
Unix Unix (, ; trademarked as UNIX) is a family of multitasking, multi-user computer operating systems that derive from the original AT&T Unix, whose development started in 1969 at the Bell Labs research center by Ken Thompson, Dennis Ritchie, a ...
manual assumed its readers knew both. Another early reference is in a US Air Force report in 1974 on the analysis of vulnerability in the
Multics Multics ("MULTiplexed Information and Computing Service") is an influential early time-sharing operating system based on the concept of a single-level memory.Dennis M. Ritchie, "The Evolution of the Unix Time-sharing System", Communications of t ...
computer systems. The term "Trojan horse" was popularized by
Ken Thompson Kenneth Lane Thompson (born February 4, 1943) is an American pioneer of computer science. Thompson worked at Bell Labs for most of his career where he designed and implemented the original Unix operating system. He also invented the B (programmi ...
in his 1983
Turing Award The ACM A. M. Turing Award is an annual prize given by the Association for Computing Machinery (ACM) for contributions of lasting and major technical importance to computer science. It is generally recognized as the highest distinction in the fi ...
acceptance lecture "Reflections on Trusting Trust", subtitled: "To what extent should one trust a statement that a program is free of Trojan horses? Perhaps it is more important to trust the people who wrote the software." He mentioned that he knew about the possible existence of trojans from a report on the security of Multics.


Capitalization

The computer term "Trojan horse" is derived from the legendary
Trojan Horse In Greek mythology, the Trojan Horse () was a wooden horse said to have been used by the Greeks during the Trojan War to enter the city of Troy and win the war. The Trojan Horse is not mentioned in Homer, Homer's ''Iliad'', with the poem ending ...
of the ancient city of
Troy Troy (/; ; ) or Ilion (; ) was an ancient city located in present-day Hisarlik, Turkey. It is best known as the setting for the Greek mythology, Greek myth of the Trojan War. The archaeological site is open to the public as a tourist destina ...
. For this reason "Trojan" is often capitalized, especially in older sources. However, many modern
style guide A style guide is a set of standards for the writing, formatting, and design of documents. A book-length style guide is often called a style manual or a manual of style. A short style guide, typically ranging from several to several dozen page ...
s and dictionaries suggest a lower-case "trojan" for this technical use.


Behavior

Once installed, trojans may perform a range of malicious actions. Many tend to contact one or more Command and Control (C2) servers across the Internet and await instruction. Since individual trojans typically use a specific set of ports for this communication, it can be relatively simple to detect them. Moreover, other malware could potentially "take over" the trojan, using it as a proxy for malicious action. In German-speaking countries,
spyware Spyware (a portmanteau for spying software) is any malware that aims to gather information about a person or organization and send it to another entity in a way that harms the user by violating their privacy, endangering their device's securit ...
used or made by the government is sometimes called ''govware''. Govware is typically used to intercept communications from the target device. Some countries like Switzerland and Germany have a legal framework governing the use of such software.Basil Cupa
Trojan Horse Resurrected: On the Legality of the Use of Government Spyware (Govware)
LISS 2013, pp. 419–428
Examples of govware trojans include the Swiss MiniPanzer and MegaPanzer and the German "state trojan" nicknamed R2D2. German govware works by exploiting security gaps unknown to the general public and accessing smartphone data before it becomes encrypted via other applications. Due to the popularity of botnets among hackers and the availability of advertising services that permit authors to violate their users' privacy, trojans are becoming more common. According to a survey conducted by BitDefender from January to June 2009, "Trojan-type malware is on the rise, accounting for 83% of the global malware detected in the world." trojans have a relationship with worms, as they spread with the help given by worms and travel across the internet with them. BitDefender has stated that approximately 15% of computers are members of a botnet, usually recruited by a trojan infection. Recent investigations have revealed that the trojan-horse method has been used as an attack on
cloud computing Cloud computing is "a paradigm for enabling network access to a scalable and elastic pool of shareable physical or virtual resources with self-service provisioning and administration on-demand," according to International Organization for ...
systems. A trojan attack on cloud systems tries to insert an application or service into the system that can impact the cloud services by changing or stopping the functionalities. When the cloud system identifies the attacks as legitimate, the service or application is performed which can damage and infect the cloud system.


Linux ls example

A trojan horse is a program that purports to perform some legitimate function, yet upon execution it compromises the user's security. One simple example is the following malicious version of the Linux ls command. An attacker would place this executable script in a publicly writable and "high-traffic" location (e.g., /tmp/ls). Then, any victim who tried to run ls from that directory — ''if and only if'' the victim's executable search PATH unwisely included the current directory . — would execute /tmp/ls instead of /usr/bin/ls, and have their home directory deleted. #!/usr/bin/env bash rm -rf ~ 2>/dev/null # Remove the user's home directory, then remove self. rm $0 Similar scripts could hijack other common commands; for example, a script purporting to be the
sudo () is a shell (computing), shell command (computing), command on Unix-like operating systems that enables a user to run a program with the security privileges of another user, by default the superuser. It originally stood for "superuser do", a ...
command (which prompts for the user's password) could instead mail that password to the attacker. In these examples, the malicious program imitates the name of a well-known useful program, rather than pretending to be a novel and unfamiliar (but harmless) program. As such, these examples also resemble typosquatting and supply chain attacks.


Notable examples


Private and governmental

* ANOM – FBI * 0zapftis / r2d2 StaatsTrojaner – DigiTask * FinFisher – Lench IT solutions / Gamma International * DaVinci / Galileo RCS – HackingTeam *
Magic Lantern The magic lantern, also known by its Latin name , is an early type of image projector that uses pictures—paintings, prints, or photographs—on transparent plates (usually made of glass), one or more lens (optics), lenses, and a light source. ...
– FBI * SUNBURSTSVR/ Cozy Bear (suspected) * TAO QUANTUM/FOXACID – NSA * WARRIOR PRIDE – GCHQ


Publicly available

* EGABTR – late 1980s * Netbus – 1998 (published) * Sub7 by Mobman – 1999 (published) * Back Orifice – 1998 (published) * Y3K by Tselentis brothers – 2000 (published) * Beast – 2002 (published) * Bifrost Trojan – 2004 (published) * DarkComet – 2008-2012 (published) * Blackhole exploit kit – 2012 (published) * Gh0st RAT – 2009 (published) * MegaPanzer BundesTrojaner – 2009 (published) * MEMZ by Leurak – 2016 (published)


Detected by security researchers

* Twelve Tricks – 1990 * Clickbot.A – 2006 (discovered) *
Zeus Zeus (, ) is the chief deity of the List of Greek deities, Greek pantheon. He is a sky father, sky and thunder god in ancient Greek religion and Greek mythology, mythology, who rules as king of the gods on Mount Olympus. Zeus is the child ...
– 2007 (discovered) * Flashback Trojan – 2011 (discovered) * ZeroAccess – 2011 (discovered) * Koobface – 2008 (discovered) * Vundo – 2009 (discovered) * Coreflood – 2010 (discovered) * Tiny Banker Trojan – 2012 (discovered) * Wirelurker - 2014 (discovered) * Shedun (Android malware) – 2015 (discovered)


See also

* * * * * * * * * * * * * * * * * *


References


Notes


External links

* * {{DEFAULTSORT:Trojan Horse (Computing) Social engineering (security) Spyware Cyberwarfare Security breaches