Top Banner
Module VI Trojans and Backdoors Ethical Hacking  Version 5
100

CEH v5 Module 06 Trojans and Backdoors.pdf

Jun 01, 2018

Download

Documents

fouad boutat
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 1/100

Module VITrojans and Backdoors

Ethical Hacking Version 5

Page 2: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 2/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Scenario

Zechariah works for an Insurance firm. Though being a topperformer for his branch, he never got credit from his Manager,

Ron. Ron was biased to a particular sect of employees. On Ron’s birthday all employees including Zechariah greeted him.

Zechariah personally went to greet Ron and asked him to check hisemail as a birthday surprise was awaiting him! Zechariah hadplanned something for Ron.

Unknown of Zechariah’s evil intention Ron opens the bday.zip file.Ron extracts the contents of the file and runs the bday.exe andenjoys the flash greeting card.

Zechariah had Ron infect his own computer by a Remote Control

Trojan.What harm can Zechariah do to Ron? 

 Is Zechariah’s intention justified? 

Page 3: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 3/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Security News

Page 4: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 4/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Module Objective

This module will familiarize you with the following:

Trojans Overt & Covert Channels

Types of Trojans and how Trojan works

Indications of Trojan attack 

Different Trojans used in the wild Tools for sending Trojan

 Wrappers

ICMP Tunneling

Constructing a Trojan horse using Construction Kit Tools for detecting Trojan

 Anti-Trojans

 Avoiding Trojan Infection

Page 5: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 5/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Module Flow 

Introduction toTrojans

Overt & CovertChannels

Types and Working of a Trojan

Indications of Trojan Attack 

Different TrojansTools to Send Trojan

ICMP Tunneling Trojan Construction Kit

 Anti-TrojanCountermeasures Tools to detect Trojan

 Wrappers

Page 6: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 6/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Introduction

Malicious users are always on the prowl to

sneak into networks and create trouble

Trojan attacks have affected several businesses

around the globe

In most cases, it is the absent-minded user

 who invites trouble by downloading files or

 being careless about security aspects

This module covers different Trojans, the way

they attack, and the tools used to send them

across the network

Page 7: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 7/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Effect on Business

“They (hackers) don't care what kind of business you

are, they just want to use your computer,” says Assistant U.S. Attorney Floyd Short in Seattle, head of

the Western Washington Cyber Task Force, a coalition

of federal, state, and local criminal justice agencies

If the data is altered or stolen, a company may risklosing credibility and the trust of their customers

There is a continued increase in malware that installs

open proxies on systems, especially targeting

 broadband user’s zombies

Businesses most at risk, experts say, are those

handling online financial transactions

Hacker

Office User

Page 8: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 8/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

 What is a Trojan?

 A Trojan is a small program that

runs hidden on an infectedcomputer

 With the help of a Trojan, an

attacker gets access to stored

passwords in the Trojaned

computer and would be able to read

personal documents, delete files

and display pictures, and/or showmessages on the screen

Page 9: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 9/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Overt and Covert Channels

 A legitimate communication path within a computer system, or

network, for transfer of data

 An overt channel can be exploited

to create the presence of a covertchannel by choosing components

of the overt channels with care

that are idle or not related

 A channel that transfers

information within a computer

system, or network, in a way that

 violates security policy 

The simplest form of covert

channel is a Trojan

Overt Channel Covert Channel

Chess.exe

Keylogger.exe

Page 10: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 10/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

 Working of Trojans

 Attacker gets access to the Trojaned system as thesystem goes online

By way of the access provided by the Trojan, theattacker can stage different types of attacks

Internet

Trojaned System Attacker

Page 11: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 11/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Different Types of Trojans

Remote Access Trojans

Data-Sending TrojansDestructive Trojans

Denial-of-Service (DoS) Attack Trojans

Proxy Trojans

FTP Trojans

Security Software Disablers

Page 12: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 12/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

 What Do Trojan Creators Look For?

Credit card information

 Account data (email addresses, passwords, user names, and so on)

Confidential documents

Financial data (bank account numbers, social security numbers,insurance information, and so on)

Calendar information concerning victim’s whereabouts Using the victim’s computer for illegal purposes, such as to hack,

scan, flood, or infiltrate other machines on the network or Internet

Hacker

Page 13: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 13/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Different Ways a Trojan Can Get into a

System Instant Messenger applications

IRC (Internet Relay Chat)

 Attachments

Physical access

Browser and email software bugs

NetBIOS (FileSharing)

Fake programs

Untrusted sites and freeware software

Downloading files, games, andscreensavers from Internet sites

Legitimate "shrink-wrapped" software

packaged by a disgruntled employee

Page 14: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 14/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Indications of a Trojan Attack 

CD-ROM drawer opens and closes by itself 

Computer screen flips upside down orinverts

 Wallpaper or background settings change by themselves

Documents or messages print from theprinter by themselves

Computer browser goes to a strange orunknown web page by itself 

 Windows color settings change bythemselves

Screensaver settings change by themselves

Page 15: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 15/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Indications of a Trojan Attack (cont’d)

Right and left mouse buttons reverse their

functions

Mouse pointer disappears

Mouse pointer moves and functions by itself 

 Windows Start button disappears

Strange chat boxes appear on the victim’s

computer

The ISP complains to the victim that his/her

computer is IP scanning

Page 16: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 16/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Indications of a Trojan Attack (cont’d)

People chatting with the victim know too

much personal information about him orhis computer

Computer shuts down and powers off by

itself 

Taskbar disappears

The account passwords are changed, or

unauthorized persons can access legitimate

accounts

Strange purchase statements appear in

credit card bills

Page 17: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 17/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Indications of a Trojan Attack (cont’d)

The computer monitor turns itself off and

on

Modem dials and connects to the Internet

 by itself 

Ctrl+Alt+Del stops working

 While rebooting the computer, a message

flashes that there are other users stillconnected

Page 18: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 18/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Ports Used by Trojans

3129, 40421, 40422,40423 and 40426

TCPMasters Paradise

21544TCPGirlFriend

20034TCPNetBus 2 Pro

12361 and 12362TCP Whack-a-mole

12345 and 12346TCPNetBus

2140 and 3150UDPDeep Throat

31337 or 31338UDPBack Orifice

PortsProtocolTrojan

Page 19: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 19/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

How to Determine which Ports are

“Listening”? Go to Start Run cmd

Type netstat –an

Type netstat –an | findstr <port number>

Page 20: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 20/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Classic Trojans Found in the Wild

Beast

Phatbot

 Amitis QAZ

Back Orifice

Back Oriffice 2000

Tini

NetBus

SubSeven

Netcat

Donald Dick 

Let me rule RECUB

These are classic outdated tools andis presented here for proof of

concept ( You will not be able to find

the source code for these tools on theInternet). It is presented in this

module so that you are encouraged to

 view the source code of these tools to

understand the attack engineering behind them.

 Warning

Page 21: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 21/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Trojan: Tini

It is a very tiny Trojan program that is only 3 kb andprogrammed in assembly language. It takes minimal

 bandwidth to get on a victim's computer, and it takes asmall amount of disk space

Tini only listens on port 7777 and runs a command

prompt when someone attaches to this port. The portnumber is fixed and cannot be customized. This makesit easier for a victim system to detect by scanning forport 7777

From a tini client, the attacker can telnet to tini serverat port 7777

source: http://ntsecurity.nu/toolbox/tini

Classic Trojan presented here as proof of concept

Page 22: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 22/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Trojan: iCmd

iCmd works like tini.exe but accepts multipleconnections, and you can set a password

 Window1: Typeicmd.exe 54 jason

 Window2: Typetelnet <IP add> 54

 At the colon prompt : type the passwordjason

Page 23: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 23/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Trojan: NetBus

NetBus is a Win32-basedTrojan program

Like Back Orifice, NetBusallows a remote user to accessand control the victim’smachine by way of its Internet

link NetBus was written by a

Swedish programmer namedCarl-Fredrik Neikter, in March1998

This virus is also known asBackdoor.Netbus Source: http://www.jcw.cc/netbus-download.html

Classic Trojan presented here as proof of concept

Page 24: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 24/100

Page 25: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 25/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Netcat Client/Server

Connect to the Netcat server

Server pushes a “shell” to the client

Netcat clientNetcat server

C:> nc <ip> <port> C:> nc –L –p <port> -t –e cmd.exe

Page 26: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 26/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Netcat Commands

Page 27: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 27/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Trojan: Beast

Beast is a powerful Remote

 Administration Tool (AKA Trojan)

 built with Delphi 7

One of the distinct features of the

Beast is that it is an all-in-one

Trojan (client, server, and server

editor are stored in the sameapplication)

 An important feature of the server

is that it uses injecting technology 

New version has system time

management

Page 28: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 28/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

MoSucker Trojan

Page 29: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 29/100

Page 30: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 30/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

SARS Trojan Notification

SARS Trojan notification sends the location of the victim’s IPaddress to the attacker

 Whenever the victim’s computer connects to the Internet, theattacker receives notification

Notification types:• SIN Notication

– Directly notifies the attacker's server

• ICQ Notification– Notifies the attacker using ICQ channels

• PHP Notification

– Sends the data by connecting to PHP server on the attacker'sserver

• E-Mail Notification– Notification is sent through email

• Net Send– Notification is sent through net send command

• CGI Notification– Sends the data by connecting to PHP server on the attacker's

server

• IRC notification– Notifies the attacker using IRC channels

 Attacker

 Victims infected with Trojans

Page 31: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 31/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

SARS Trojan Notification

Page 32: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 32/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

 Wrappers

How does an attacker get a Trojan installed on

the victim's computer? Answer: Using wrappers

 A wrapper attaches a given EXE application(such as games or office applications) to the

Trojan executable

The two programs are wrapped together into a

single file. When the user runs the wrapped EXE,

it first installs the Trojan in the background and

then runs the wrapped application in the

foreground

The user only sees the latter application

 Attackers might send a birthday greeting that will install a Trojan as the user watches, for

example, a birthday cake dancing across the screen.

Chess.exe 90k 

+

Trojan.exe 20k 

Chess.exe 110k 

Page 33: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 33/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

 Wrapper Covert Program

Graffiti.exe is an example

of a legitimate file that can

 be used to drop the Trojaninto the target system

This program runs as soon

as Windows boots up and,

on execution, keeps theuser distracted for a given

period of time by running

on the desktop

Page 34: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 34/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

 Wrapping Tools

One file EXE Maker

• Combines two or more files into a single file

• Compiles the selected list of files into one hostfile

•  You can provide command line arguments

• It decompresses and executes the source

program

 Yet Another Binder

• Customizable options

• Supports Windows platforms

•  Also known as YAB

Pretator Wrapper

•  Wraps many files into a single executable

Page 35: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 35/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

One Exe Maker / YAB / Pretator

 Wrappers

Page 36: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 36/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Packaging Tool: WordPad

 You can insert OLE object (example:

EXE files) into a Wordpad document

and change the following using the built-in package editor:

• File name text

• Icon

• Execution commands 1 2

3

45

Page 37: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 37/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

RemoteByMail

Remote Control acomputer by sending

email messages Can retrieve files or

folders by sendingcommands throughemail

It is an easier andmore secure way ofaccessing files orexecuting programs

Send me c:\creditcard.txt file Any commands for me?

Here is the file attached.File sent to the attacker

 AttackerEmail

 Victim

Page 38: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 38/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Tool: Icon Plus

Icon Plus is aconversion program

for translating icons between variousformats

 An attacker can use

this kind ofapplication to disguisehis malicious code orTrojan so that users

are tricked intoexecuting it

Classic tool presented here as proof of concept

Page 39: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 39/100

Page 40: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 40/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Tetris

Games like Tetris, chess,and solitaire are perfect

carriers for Trojans

Easy to send by email

Easy to trick “ignorant”

users

Page 41: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 41/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

HTTP Trojans

The attacker must install a simple Trojan program on

a machine in the internal network, the Reverse WWW

shell server Reverse WWW shell allows an attacker to access a

machine on the internal network from the outside

On a regular basis, usually 60 seconds, the internal

server will try to access the external master system topick up commands

If the attacker has typed something into the master

system, this command is retrieved and executed on

the internal system Reverse WWW shell uses standard http protocol

It looks like an internal agent is browsing the web

Page 42: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 42/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Trojan Attack through Http

Internet

 Victim Server

Clicks a file to download

Trojan attacks through http request

Page 43: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 43/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

HTTP Trojan (HTTP RAT)

Generate server.exe

Infect victim’s computer withserver.exe and plant HTTP Trojan

The Trojan sendsan email to theattacker with thelocation of an IPaddress

 C o n n

 e c  t   t o   t  h e

   I  P  a d d r e s s

  u s  i n g 

  a   b r o  w

 s e r   t o 

 p o r  t  8

 0

 Victim

3

Page 44: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 44/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Shttpd Trojan - HTTP Server

SHTTPD is a very small HTTP Server that can easily be embedded inside anyprogram

C++ Source code is provided

Even though shttpd is NOT a trojan, it can easily be wrapped with a chess.exeand turn a computer into an invisible Web Server

Download shttpd Trojan from http://www.eccouncil.org/cehtools/shttpd.zip

Infect the Victim computer with JOUST.EXE

Shttpd should be running in the background

listening on port 443 (SSL)

Normally Firewall allows you

through port 443

 Attacker

Connect to the victim using Web Browser

http://10.0.0.5:443IP: 10.0.0.5:443

Page 45: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 45/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Reverse Connecting Trojans

 Yuri, the Hackersitting in Russia,listening for clients toconnect

He usually runs the

listener service onport 80

Infect (Rebecca’s) computer withserver.exe and plant Reverse

Connecting Trojan

The Trojan connects to Port 80 to the

Hacker in Russia establishing a reverseconnection

Rebecca

 Victim

 Yuri the Hacker has complete control

over Rebecca’s machine

1

2

3

INTERNET

Nuclear RAT Trojan (Reverse

Page 46: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 46/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Nuclear RAT Trojan (Reverse

Connecting)

Page 47: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 47/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Tool: BadLuck Destructive Trojan

This is a dangerous, destructivetool

 When executed, this tooldestroys the operating system

The user will NOT be able to

use the operating system afterthe machine has been infected

 by the Trojan

DO NOT OPEN THIS FILE!

Page 48: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 48/100

kd

Page 49: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 49/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

ICMP Backdoor Trojan

ICMP Server

Command: icmpsrv -installICMP ClientCommand: icmpsend <victim IP>

Commands aresent using ICMP

protocol

ScreenSaver Password Hack Tool

Page 50: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 50/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

ScreenSaver Password Hack Tool -

Dummylock 

T j Ph b

Page 51: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 51/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Trojan: Phatbot

This Trojan allows the attacker to have control overcomputers and link them into P2P networks that can be

used to send large amounts of spam email messages orto flood websites with data in an attempt to knock themoffline

It can steal Windows Product Keys, AOL logins and

passwords, as well as CD keys of some famous games It tries to disable anti-virus software and firewalls

Classic Trojan presented here as proof of concept

T j A iti

Page 52: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 52/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Trojan: Amitis

It has more than 400 ready-to-use options

It is the only Trojan that hasa live update

The server copies itself tothe Windows directory, so,even if the main file is deleted,

the victim’s computer is stillinfected

The server automaticallysends the requested

notification as soon as the victim gets online

Source: http://www.immortal-hackers.com

Classic Trojan presented here as proof of concept

T j S S

Page 53: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 53/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Trojan: Senna Spy 

Senna Spy Generator 2.0 is aTrojan generator that is able tocreate Visual Basic source codefor a Trojan based on a few

optionsThis Trojan is compiled fromgenerated source code; anythingcould be changed in it

Source: http://sennaspy.cjb.net/

Classic Trojan presented here as proof of concept

T j QAZ

Page 54: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 54/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Trojan: QAZ

It is a companion virus that can spread over thenetwork 

It also has a "backdoor" that will enable a remote userto connect to and control the victim’s computer usingport 7597

It may have originally been sent out by email

It renames Notepad to note.com It modifies the registry key:

HKLM\software\Microsoft\Windows\Current

 Version\Run

Classic Trojan presented here as proof of concept

Microsoft Network Hacked by QAZ

Page 55: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 55/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

y Q

Trojanhttp://www.msnbc.com/msn/482011.asp Oct. 29, 2000

The intruder who broke into Microsoft's internal network may havedone so through an employee's home machine connected to thenetwork, Microsoft officials told The New York Times. In a reportpublished Sunday, the software company's corporate securityofficer also told the Times that the break-in was first noticed when

irregular new accounts began appearing more than a week ago.MICROSOFT ACKNOWLEDGED on Friday that its security had been breached and that outsiders using a "Trojan horse" virus hadgotten a look at but did not corrupt a valuable software blueprint,or "source code," for a computer program under development.

Case study 

Trojan: Back Orifice

Page 56: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 56/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Trojan: Back Orifice

Back Orifice (BO) is a remote Administration system that allows auser to control a computer across a

TCP/IP connection using a simpleconsole or GUI application. On a localLAN or across the Internet, BO givesits user more control of the remote Windows machine than the person at

the keyboard of the remote machineBack Orifice was created by a groupof well-known hackers who callthemselves the CULT OF THE DEADCOW 

BO is small and entirely self-installing

Source: http://www.cultdeadcow.com/

Classic Trojan presented here as proof of concept

Trojan: Back Oriffice 2000

Page 57: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 57/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Trojan: Back Oriffice 2000

BO2K has stealth capabilities; it will

not show up on the task list and runs

completely in hidden mode

Back Orifice accounts for the highest number ofinfestations on Microsoft computers

The BO2K server code is only 100KB. The clientprogram is 500KB

Once installed on a victim’s PC or servermachine, BO2K gives the attacker completecontrol over the system

Classic Trojan presented here as proof of concept

Back Oriffice Plug ins

Page 58: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 58/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Back Oriffice Plug-ins

BO2K functionality can be extended using BO plug-ins

BOPeep (Complete remote control snap in) Encryption (Encrypts the data sent between the BO2K

GUI and the server)

BOSOCK32 (Provides stealth capabilities by using

ICMP instead of TCP UDP)

STCPIO (Provides encrypted flow control between theGUI and the server, making the traffic more difficult to

detect on the network)

Trojan: SubSeven

Page 59: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 59/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Trojan: SubSeven

SubSeven is a Win32 Trojan

The credited author of this

Trojan is Mobman

Its symptoms include slowing

down the victim’s computer and

a constant stream of error

messages

SubSeven is a Trojan virus most

commonly spread through file

attachments in email messages

and the ICQ program

Classic Trojan presented here as proof of concept

Trojan: CyberSpy Telnet Trojan

Page 60: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 60/100

EC-CouncilCopyright © by EC-Council All Rights reserved. Reproduction is strictly prohibited

Trojan: CyberSpy Telnet Trojan

CyberSpy is a telnet Trojan, which means a clientterminal is not necessary to get connected

It is written in VB and a little bit of C programming

It supports multiple clients

It has about 47 commands

It has ICQ, email, and IRC bot notification

Other things, such as fake error/port/pw, can beconfigured with the editor

Classic Trojan presented here as proof of concept

Trojan: Subroot Telnet Trojan

Page 61: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 61/100

EC-CouncilCopyright © by EC-Council All Rights reserved. Reproduction is strictly prohibited

Trojan: Subroot Telnet Trojan

It is a telnet RAT (Remote Administration Tool)

It was written and testedin the Republic of South

 Africa

It has variants as follows• SubRoot 1.0

• SubRoot 1.3

Classic Trojan presented here as proof of concept

Trojan: Let Me Rule! 2 0 BETA 9

Page 62: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 62/100

EC-CouncilCopyright © by EC-Council All Rights reserved. Reproduction is strictly prohibited

Trojan: Let Me Rule! 2.0 BETA 9

 Written in Delphi

Released in January 2004

 A remote access Trojan It has a DOS prompt thatallows control of victim’scommand.com

It deletes all files in aspecific directory 

 All types of files can beexecuted at the remote host

The new version has anenhanced registry explorer

Classic Trojan presented here as proof of concept

Trojan: Donald Dick

Page 63: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 63/100

EC-CouncilCopyright © by EC-Council All Rights reserved. Reproduction is strictly prohibited

Trojan: Donald Dick 

Donald Dick is a tool that enablesa user to control anothercomputer over a network.

It uses a client server architecture with the server residing on the victim's computer

The attacker uses the client tosend commands through TCP orSPX to the victim listening on a

pre-defined port

Donald Dick uses default port23476 or 23477

Classic Trojan presented here as proof of concept

Trojan: RECUB

Page 64: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 64/100

EC-CouncilCopyright © by EC-Council All Rights reserved. Reproduction is strictly prohibited

Trojan: RECUB

RECUB (Remote Encrypted Callback Unix Backdoor) isa Windows port for a remote administration tool thatcan be also used as a backdoor on a Windows system

It bypasses a firewall by opening a new window of IEand then injecting code into it

It uses Netcat for remote shell

It empties all event logs after exiting the shell

Source: http://www.hirosh.net

Classic Trojan presented here as proof of concept

Hacking Tool: Loki

Page 65: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 65/100

EC-CouncilCopyright © by EC-Council All Rights reserved. Reproduction is strictly prohibited

Hacking Tool: Loki

(www.phrack.com)

Loki was written by daemon9 to provide shell access over ICMP, making

it much more difficult to detect than TCP- or UDP-based backdoors As far as the network is concerned, a series of ICMP packets are shot backand forth: a ping, pong response. As far as the attacker is concerned,commands can be typed into the Loki client and executed on the server

Classic tool presented here as proof of concept

Loki Countermeasures

Page 66: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 66/100

EC-CouncilCopyright © by EC-Council All Rights reserved. Reproduction is strictly prohibited

Loki Countermeasures

Configure firewall to block ICMP or limit the allowable

IP’s incoming and outgoing echo packets

Blocking ICMP will disable the ping request and may

cause an inconvenience to users

Be careful while deciding on security versus

convenience

Loki also has the option to run over UDP port 53 (DNS

queries and responses)

 Atelier Web Remote Commander

Page 67: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 67/100

EC-CouncilCopyright © by EC-Council All Rights reserved. Reproduction is strictly prohibited

 Access to the remotecomputer desktop

Local files can beuploaded to the remotesystem

Files can be remotelyzipped or unzipped

 Allows sending orreceiving the Clipboard

contents like text,pictures, and WindowsClipboard formats

Trojan Horse Construction Kit

Page 68: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 68/100

EC-CouncilCopyright © by EC-Council All Rights reserved. Reproduction is strictly prohibited

j

These kits help hackers construct Trojan

horses of their choice

The tools in these kits can be dangerous and

can backfire if not executed properly 

Some of the Trojan kits available in the wild

are as follows:

• The Trojan Horse Construction Kit v2.0

• The Progenic Mail Trojan Construction Kit

- PMT• Pandora’s Box

How to Detect Trojans?

Page 69: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 69/100

EC-Council Copyright © by EC-Council All Rights reserved. Reproduction is strictly prohibited

j

1. Scan for suspicious open ports using tools such as:

• Netstat

• Fport

• TCPView 

2. Scan for suspicious running processes using :• Process Viewer

•  What’s on my computer

• Insider3. Scan for suspicious registry entries using the following

tools:

•  What’s running on my computer

• MS Config

4. Scan for suspicious network activities:• Ethereal

5. Run Trojan scanner to detect Trojans

Tool:Netstat

Page 70: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 70/100

EC-Council Copyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Netstat is used to display active TCP connections, IProuting tables, and ports on which the computer islistening

Tool: fPort

Page 71: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 71/100

EC-Council Copyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

fport reports all open TCP/IP and UDP ports, andmaps them to the owning application

fport can be used to quickly identify unknown openports and their associated applications

Tool: TCPView 

Page 72: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 72/100

EC-Council Copyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

TCPView is a Windows program

that will show detailed listings

of all TCP and UDP endpoints

on the system, including the

local and remote addresses and

state of TCP connections  When TCPView is run, it will

enumerate all active TCP and

UDP endpoints, resolving all IP

addresses to their domain name

 versions

CurrPorts Tool

Page 73: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 73/100

EC-Council Copyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

CurrPorts allows you to

 view a list of ports that

are currently in use and

the application that isusing it

 You can close a selected

connection and also

terminate the processusing it, and export all

or selected items to an

HTML or text report

It is a valuable tool for

checking your open

ports

Tool: Process Viewer

Page 74: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 74/100

EC-Council Copyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

PrcView is a process

 viewer utility that displays

detailed information about

processes running under

 Windows

PrcView comes with a

command line version thatallows the user to write

scripts to check if a process

is running, to kill it, and so

on The Process Tree shows

the process hierarchy for

all running processes

Delete Suspicious Device Drivers

Page 75: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 75/100

EC-Council Copyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Check for kernel-based device

drivers and remove the

suspicious “sys” files

Sometimes the file is locked when the system is running;

 boot the system in Safe mode

and delete the file

If still “access denied,” then boot the system in console

mode and delete them

 View the loaded drivers by

going to Start AllPrograms  Accessories

System Tools

System Information

Check for Running Processes

Page 76: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 76/100

EC-Council Copyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Tool: What’s on MyComputer

It provides additionalinformation about anyfile, folder, or programrunning on yourcomputer

 Allows search ofinformation on the web

Keeps out viruses andTrojans

Keeps your computersecure

Super System Helper Tool

Page 77: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 77/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

The key features of the toolare as follows:

• It takes complete controlover all running processes

• It shows all open ports andmaps them to runningprocesses

• It shows all DLLs loaded or Windows opened by eachprocess

• It terminates or blocks anyprocess, and manages start-up applications andBrowser HelperObjects(BHO)

• It tweaks and optimizes Windows

• It schedules a computer toshut down at a specifiedtime

This tool does a good jobprotecting systems from viruses, Trojans andSypware

Inzider - Tracks Processes and Ports

Page 78: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 78/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

http://ntsecurity.nu/cgi-bin/download/inzider.exe.pl

This is a very useful tool that lists processes in the Windows system and the ports each one listens on

For instance, under Windows 2000, Beast injects itself

into other processes, so it is not visible in the Task

Manager as a separate process

Tool: What's Running?

Page 79: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 79/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

It gives completeinformation about

processes, services,IP connections,modules, and

drivers, runningon your computer

Screenshot showing list of processes running

Tool: MSConfig

Page 80: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 80/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Microsoft System Configuration Utility or MSCONFIG isa tool used to troubleshoot problems with your computer

Check for Trojan startup entries and disable them

Tool: Registry-What’s Running

Page 81: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 81/100

EC-CouncilCopyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Check the registry and remove Trojan startup entries

Tool: Autoruns

Page 82: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 82/100

EC-Council

Copyright © by EC-Council All Rights reserved. Reproduction is strictly prohibited

This utility shows

 you what programs

are configured to

run during system bootup or login, and

shows the entries in

the order Windows

processes them.

These programs

include those in

 your startup folder,

Run, RunOnce, and

other Registry keys

Tool: Hijack This (System Checker)

Page 83: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 83/100

EC-Council

Copyright © by EC-Council All Rights reserved. Reproduction is strictly prohibited

Tool: Startup List

Page 84: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 84/100

EC-Council

Copyright © by EC-Council All Rights reserved. Reproduction is strictly prohibited

 Anti-Trojan Software

Page 85: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 85/100

EC-Council

Copyright © by EC-Council All Rights reserved. Reproduction is strictly prohibited

There are many anti-Trojan software programs available with many vendors

Below is the list of some of the anti-Trojan softwares that are

available for trial:• Trojan Guard

• Trojan Hunter

• ZoneAlarm f Win98&up, 4.530

•  WinPatrol f WinAll, 6.0• LeakTest, 1.2

• Kerio Personal Firewall, 2.1.5

• Sub-Net

• TAVScan• SpyBot Search & Destroy 

•  Anti Trojan

• Cleaner

Evading Anti-Virus Techniques

Page 86: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 86/100

EC-Council

Copyright © by EC-Council All Rights reserved. Reproduction is strictly prohibited

Never use Trojans from the wild (anti-virus can detectthese easily)

 Write your own Trojan and embed it into an application Change Trojan’s syntax

• Convert an EXE to VB script

• Convert an EXE to a DOC file

• Convert an EXE to a PPT file

Change the checksum

Change the content of the Trojan using hex editor

Break the Trojan file into multiple pieces

Sample Code for Trojan Client/Server

Page 87: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 87/100

EC-Council

Copyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Trojanclient.java Trojanserver.java

Evading Anti-Trojan/Anti-Virus UsingStealth Tools v2.0

Page 88: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 88/100

EC-Council

Copyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

It is a program that helps

to send Trojans or

suspicious files that areundetectable to anti-virus

software

Its features includeadding bytes, bind,

changing strings, creating

 VBS, scramble/pack files,split/join files

Backdoor Countermeasures

Page 89: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 89/100

EC-Council

Copyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Most commercial anti-virus products can

automatically scan and detect backdoor

programs before they can cause damage(for example, before accessing a floppy,

running exe, or downloading mail)

 An inexpensive tool called Cleaner

(http://www.moosoft.com/cleaner.html)

can identify and eradicate 1,000 types of

 backdoor programs and Trojans

Educate users not to install applicationsdownloaded from the Internet and email

attachments

Tool: Tripwire

Page 90: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 90/100

EC-Council

Copyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

It is a System Integrity Verifier (SIV)

Tripwire will automatically calculate cryptographic hashes of all

key system files or any file that is to be monitored for modifications

Tripwire software works by creating a baseline “snapshot” of the

system

It will periodically scan those files, recalculate the information, and

see if any of the information has changed and, if there is a change,

an alarm is raised

System File Verification

Page 91: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 91/100

EC-Council

Copyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

 Windows 2000 introduced

 Windows File Protection (WFP),

 which protects system files that

 were installed by the Windows

2000 setup program from being

overwritten

The hashes in this file could becompared with the SHA-1 hashes

of the current system files to verify

their integrity against the factory

originals

The sigverif.exe utility can perform

this verification process

MD5sum.exe

Page 92: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 92/100

EC-Council

Copyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

It is an MD5 checksum utility 

It takes an MD5 digital snapshot of system files

If you suspect a file is Trojaned, then compare the MD5 signature with thesnapshot checksum

Command: md5sum *.* > md5sum.txt

Tool: Microsoft Windows Defender

Page 93: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 93/100

EC-Council

Copyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

 Windows Defender is a free

program that helps protect your

computer against pop-ups, slowperformance, and security

threats caused by spyware and

other unwanted software

It features Real-Time

Protection, a monitoring

system that recommends

actions against spyware when

it's detected

How to Avoid a Trojan Infection?

Page 94: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 94/100

EC-Council

Copyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Do not download blindly from people or sites that you aren’t 100%

sure about

Even if the file comes from a friend, be sure what the file is before

opening it

Do not use features in programs that automatically get or previewfiles

Do not blindly type commands that others tell you to type; go to web

addresses mentioned by strangers, or run pre-fabricated programs or

scripts

Page 95: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 95/100

How to Avoid a Trojan Infection?(cont’d)

Page 96: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 96/100

EC-Council

Copyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Rigorously control user permissions within the desktop

environment to prevent the installation of malicious applications

Manage local workstation file integrity through checksums, auditing,

and port scanning

Monitor internal network traffic for odd ports or encrypted traffic

Use multiple virus scanners

Installing software for identifying and removing ad- ware/malware/spyware

 What happened next?

Page 97: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 97/100

EC-Council

Copyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

 As Ron never cared for desktop security he did not have the latest

update of antivirus. Neither did he have a Trojan scanner nor a file

integrity checker.

Zechariah had infected Ron’s computer and was ready to do all kinds

of assault which the Infected Trojan supported.

Zechariah can do any of the following:

• Run a keylogger on Ron’s systems and retrieve all sensitiveinformation

• Delete confidential files

• Rename files and change file extensions• Use Ron’s computer to carry out illegal activities

Summary 

Page 98: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 98/100

EC-Council

Copyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Trojans are malicious pieces of code that carry cracker software to

a target system

Trojans are used primarily to gain and retain access on the target

system

Trojans often reside deep in the system and make registry changes

that allow it to meet its purpose as a remote administration tool

Popular Trojans include back orifice, netbus, subseven, and beast

 Awareness and preventive measures are the best defense against

Trojans

Page 99: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 99/100

EC-Council

Copyright © by EC-Council

 All Rights reserved. Reproduction is strictly prohibited

Page 100: CEH v5 Module 06 Trojans and Backdoors.pdf

8/9/2019 CEH v5 Module 06 Trojans and Backdoors.pdf

http://slidepdf.com/reader/full/ceh-v5-module-06-trojans-and-backdoorspdf 100/100