This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Trojan Horse"

From OWASP
Jump to: navigation, search
m (Severity)
(Reverting to last version not containing links to www.texttadaraltrocn.com)
 
(18 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Template:Attack}}
 
{{Template:Attack}}
 +
<br>
 +
[[Category:OWASP ASDR Project]]
  
==Description==
 
  
A Trojan Horse is a program that uses malicious code masqueraded as a trusted applications. The malicious code can be injected on benign applications, masqueraded in e-mails links or sometimes hidden in JavaScript  pages to make furtive attacks against vulnerable internet Browsers.
+
Last revision (mm/dd/yy): '''{{REVISIONMONTH}}/{{REVISIONDAY}}/{{REVISIONYEAR}}'''
  
A Trojan horse is a program that uses malicious code masqueraded as a benign application. The term derives from the myth of the Greek Trojan Horse on the Trojan War. The malicious code can be injected on legitimate software to be installed by victim, or the supposed benign program itself can be the Trojan horse. The victim is usually tricked to open the Trojan horse because it appears to be received from a legitimate source.
+
==Description==
This kind of malware looks and acts like a virus, but the difference resides on the fact that Trojan horse does not self-replicate. The infected computer experience many different symptoms similar to virus, as background configuration auto changing, mouse buttons function reversing, system crashes, the famous blue screen, computer reboots itself, Ctrl + Alt + Del stops working, and many other symptoms described later in this document.
 
The ultimate Trojan horse uses javascript to make furtive attack, free of antimalware intervention and users interception, normally used on attacks against internet banking transactions on-the-fly, resulting victim´s financial loss.
 
 
 
Other details can be found on [[Man-in-the-browser attack]].
 
 
 
'''The 7 main types of Trojan Horse'''
 
 
 
1.Remote Access Trojan (RAT)
 
 
 
Designed to provide the attacker full control of the infected machine. Trojan horse usually masqueraded as a utility.
 
 
 
2.Data Sending Trojan
 
 
 
Trojan horse that uses keylogger technology to capture sensitive data like passwords, credit card and banking information, IM messages, and send back to attacker.
 
 
 
3.Destructive Trojan
 
 
 
Trojan horse designed to destroy data stored on victim’s computer.
 
  
4.Proxy Trojan
+
A Trojan Horse is a program that uses malicious code masqueraded as a trusted application. The malicious code can be injected on benign applications, masqueraded in e-mail links, or sometimes hidden in JavaScript  pages to make furtive attacks against vulnerable internet Browsers.
  
Trojan horse that uses the victim´s computer as a proxy server, providing attacker opportunity to execute illicit acts from the infected computer, like banking fraud, and even malicious attacks over the internet.
+
Other details can be found in [[Man-in-the-browser attack]].
  
5.FTP Trojan
+
===The 7 Main Types of Trojan Horse===
 +
# '''Remote Access Trojan (RAT):''' Designed to provide the attacker full control of the infected machine. Trojan horse usually masqueraded as a utility.  
 +
# '''Data Sending Trojan:''' Trojan horse that uses keylogger technology to capture sensitive data like passwords, credit card and banking information, and IM messages, and sends them back to the attacker.
 +
# '''Destructive Trojan:''' Trojan horse designed to destroy data stored on the victim’s computer.
 +
# '''Proxy Trojan:''' Trojan horse that uses the victim's computer as a proxy server, providing the attacker an opportunity to execute illicit acts from the infected computer, like banking fraud, and even malicious attacks over the internet.
 +
# '''FTP Trojan:''' This type of Trojan horse uses the port 21 to enable the attackers to connect to the victim's computer using File Transfer Protocol.
 +
# '''Security software disabler Trojan:''' This Trojan horse is designed to disable security software like firewall and antivirus, enabling the attacker to use many invasion techniques to invade the victim's computer, and even to infect more than the computer.
 +
# '''Denial-of-Service attack Trojan:''' Trojan horse designed to give the attacker opportunity to realize Denial-of-Service attacks from victim's computer.
  
This type of Trojan horse uses the port 21 to enable the attackers to connect to the victim´s computer using File Transfer Protocol.
+
===Symptoms===
  
6.Security software disabler Trojan
+
Some common symptoms:
  
The Trojan horse is designed to disable security software like firewall and antivirus, enabling the attacker to use many invasion techniques to invade the victim´s computer, and even to infect more the computer.
+
* Wallpaper and other background settings auto-changing
 +
* Mouse pointer disappears
 +
* Programs auto-loading and unloading
 +
* Strange window warnings, messages and question boxes, and options being displayed constantly
 +
* e-mail client auto sending messages to all on the user's contacts list
 +
* Windows auto closing
 +
* System auto rebooting
 +
* Internet account information changing
 +
* High internet bandwidth being used without user action
 +
* Computer's high resources consumption (computer slows down)
 +
* Ctrl + Alt + Del stops working
  
7.Denial-of-Service attack Trojan
+
== Risk Factors==
 
+
High: A Trojan horse can break through all security polices in a network, because an attacker can
Trojan horse designed to give the attacker opportunity to realize Denial-of-Service attacks from victim´s computer.
+
get access to a WorkStation with stored network credentials. With these credentials, an
 
+
attacker can compromise the whole network.
'''Symptoms'''
 
 
 
A list of common symptoms is described in this section.
 
 
 
•Wallpaper and other background settings auto changing
 
 
 
•Mouse pointer disappear
 
 
 
•Programs auto loading and unloading
 
 
 
•Strange windows warnings, messages and question box, and options being displayed constantly
 
 
 
•e-mail client auto sending messages to all user´s contacts list
 
 
 
•Windows auto closing
 
 
 
•System auto rebooting
 
 
 
•Internet accounts information changing
 
 
 
•High internet bandwidth being used without user action
 
 
 
•Computer´s high resources consumption (computer slows down)
 
 
 
•Ctrl + Alt + Del stops working
 
 
 
== Risk Factor ==
 
 
 
High
 
 
 
A Trojan horse can break througt all the security polices in a network, because a attacker can
 
get access to a WorkStation that can have network credentials stored in. With this credentials a
 
attacker can compromise all the network.
 
 
 
== Likelihood of exploitation ==
 
 
 
Medium to High
 
  
 
==Examples==
 
==Examples==
 
A Javascript Trojan Horse example can be found on: http://www.attacklabs.com/download/sniffer.rar .
 
 
 
An iframe pointing to a javascript which downloads malware: http://isc.sans.org/diary.html?storyid=2923&dshield=4c501ba0d99f5168ce114d3a3feab567
 
An iframe pointing to a javascript which downloads malware: http://isc.sans.org/diary.html?storyid=2923&dshield=4c501ba0d99f5168ce114d3a3feab567
  
== External References==
+
[[Category:FIXME|link not working
  
*[[http://myappsecurity.blogspot.com/2007/01/ajax-sniffer-prrof-of-concept.html | Ajax Sniffer]]
+
A Javascript Trojan Horse example can be found on: http://www.attacklabs.com/download/sniffer.rar .
 
 
*[[http://hacker-eliminator.com/trojansymptoms.html | Trojan Infection Symptoms]]
 
 
 
*[[http://www.webopedia.com/DidYouKnow/Internet/2004/virus.asp | The Difference Between a Virus, Worm and Trojan Horse]]
 
  
==Related Threats==
 
  
*[[:Category:Client-side Attacks]]
+
]]
  
==Related Attacks==
+
==Related [[Threat Agents]]==
 +
* [[:Category:Client-side Attacks]]
 +
[[Category:FIXME|need links]]
  
 +
==Related [[Attacks]]==
 
* [[Spyware]]
 
* [[Spyware]]
 
* [[Phishing]]
 
* [[Phishing]]
  
==Related Vulnerabilities==
+
==Related [[Vulnerabilities]]==
 +
* TBD
  
TBD
+
==Related [[Controls]]==
 +
* TBD
  
==Related Countermeasures==
+
== References==
 +
* [http://myappsecurity.blogspot.com/2007/01/ajax-sniffer-prrof-of-concept.html  Ajax Sniffer]
 +
* [http://hacker-eliminator.com/trojansymptoms.html Trojan Infection Symptoms]
 +
* [http://www.webopedia.com/DidYouKnow/Internet/2004/virus.asp The Difference Between a Virus, Worm and Trojan Horse]
  
TBD
 
  
  
[[Category:Malicious Code Attack]]
+
[[Category:Embedded Malicious Code]]
  
 
[[Category:Attack]]
 
[[Category:Attack]]

Latest revision as of 18:27, 27 May 2009

This is an Attack. To view all attacks, please see the Attack Category page.



Last revision (mm/dd/yy): 05/27/2009

Description

A Trojan Horse is a program that uses malicious code masqueraded as a trusted application. The malicious code can be injected on benign applications, masqueraded in e-mail links, or sometimes hidden in JavaScript pages to make furtive attacks against vulnerable internet Browsers.

Other details can be found in Man-in-the-browser attack.

The 7 Main Types of Trojan Horse

  1. Remote Access Trojan (RAT): Designed to provide the attacker full control of the infected machine. Trojan horse usually masqueraded as a utility.
  2. Data Sending Trojan: Trojan horse that uses keylogger technology to capture sensitive data like passwords, credit card and banking information, and IM messages, and sends them back to the attacker.
  3. Destructive Trojan: Trojan horse designed to destroy data stored on the victim’s computer.
  4. Proxy Trojan: Trojan horse that uses the victim's computer as a proxy server, providing the attacker an opportunity to execute illicit acts from the infected computer, like banking fraud, and even malicious attacks over the internet.
  5. FTP Trojan: This type of Trojan horse uses the port 21 to enable the attackers to connect to the victim's computer using File Transfer Protocol.
  6. Security software disabler Trojan: This Trojan horse is designed to disable security software like firewall and antivirus, enabling the attacker to use many invasion techniques to invade the victim's computer, and even to infect more than the computer.
  7. Denial-of-Service attack Trojan: Trojan horse designed to give the attacker opportunity to realize Denial-of-Service attacks from victim's computer.

Symptoms

Some common symptoms:

  • Wallpaper and other background settings auto-changing
  • Mouse pointer disappears
  • Programs auto-loading and unloading
  • Strange window warnings, messages and question boxes, and options being displayed constantly
  • e-mail client auto sending messages to all on the user's contacts list
  • Windows auto closing
  • System auto rebooting
  • Internet account information changing
  • High internet bandwidth being used without user action
  • Computer's high resources consumption (computer slows down)
  • Ctrl + Alt + Del stops working

Risk Factors

High: A Trojan horse can break through all security polices in a network, because an attacker can get access to a WorkStation with stored network credentials. With these credentials, an attacker can compromise the whole network.

Examples

An iframe pointing to a javascript which downloads malware: http://isc.sans.org/diary.html?storyid=2923&dshield=4c501ba0d99f5168ce114d3a3feab567

Related Threat Agents

Related Attacks

Related Vulnerabilities

  • TBD

Related Controls

  • TBD

References