+ All Categories
Home > Documents > Anti-Hacker Tool Kit

Anti-Hacker Tool Kit

Date post: 01-Jan-2016
Category:
Upload: micah-little
View: 46 times
Download: 4 times
Share this document with a friend
Description:
Anti-Hacker Tool Kit. Chapter 13 Port Redirection. Roy Chang. I nformation N etworking S ecurity and A ssurance LAB Department of Communications Engineering National Chung Cheng University. Introduction. Listen on a port Client/Server method. WEB. SSH. SMTP. FTP. - PowerPoint PPT Presentation
Popular Tags:
10
Anti-Hacker Anti-Hacker Tool Kit Tool Kit Chapter 13 Chapter 13 Port Redirection Port Redirection Roy Chang I I nformation nformation N N etworking etworking S S ecurity and ecurity and A A ssurance LAB ssurance LAB Department of Communications Engineering Department of Communications Engineering National Chung Cheng University National Chung Cheng University
Transcript
Page 1: Anti-Hacker                      Tool Kit

Anti-Hacker Anti-Hacker Tool Tool KitKitChapter 13Chapter 13

Port RedirectionPort Redirection

Roy Chang

IInformation nformation NNetworking etworking SSecurity and ecurity and AAssurance LABssurance LABDepartment of Communications EngineeringDepartment of Communications EngineeringNational Chung Cheng University National Chung Cheng University

Page 2: Anti-Hacker                      Tool Kit

IntroductionIntroduction

Listen on a portListen on a port Client/Server method Client/Server method

WEB

FTP

SSHSMTP

Page 3: Anti-Hacker                      Tool Kit

Port RedirectionPort Redirection

80

5050 804023

Page 4: Anti-Hacker                      Tool Kit

DataPipeDataPipe

Pass TCP/IP trafficPass TCP/IP traffic

http://www.bovine.net/~jlawson/coding/dahttp://www.bovine.net/~jlawson/coding/datapipe/datapipe.ctapipe/datapipe.c

Page 5: Anti-Hacker                      Tool Kit

FpipeFpipe

Out band source port and UDP supportOut band source port and UDP support

http://www.foundstone.com/resources/proddesc/fpipe.htmhttp://www.foundstone.com/resources/proddesc/fpipe.htm

Port:4433 Port:5678 Port:80

Page 6: Anti-Hacker                      Tool Kit

Port Hopping-Port Hopping-Local Local

RedirectionRedirection

C:\fpipe –l 1234 –r 80 localhost

./datapipe localhost 1234 80

1234

80

Host

Page 7: Anti-Hacker                      Tool Kit

Port Hopping-Port Hopping-Client RedirectionClient Redirection

Spork, IIS exploit code on Port 80

<host A>

IIS Port 7070

80

8080C:\fpipe –l 80 –r 7070 <host A>

./datapipe <host A> 80 7070

80

Page 8: Anti-Hacker                      Tool Kit

Port Hopping-Port Hopping-Dual RedirectionDual Redirection

fpipe –l 1433 –r 25 <Host C>

Host A Host B Host C Host D

./datapipe 25 1433 <Host D>

SQLFTP+mail

Page 9: Anti-Hacker                      Tool Kit

SummarySummary

Host securityHost security Ingress filterIngress filter

Allow what you wantAllow what you want Deny allDeny all

Egress filterEgress filter Proxy firewallProxy firewall

Page 10: Anti-Hacker                      Tool Kit

ReferenceReference

RFC 1700RFC 1700


Recommended