information social engineeringsecurity.hsr.ch/lectures/internet_security_1/01b-hackingcycle.pdfthe...

23
1 1.6 The Hacking Cycle Anatomy of a Hack (Footprinting, Scanning, Exploitation, Damage) 1.7 Information Gathering Footprinting • Information Search Social Engineering Fingerprinting (Scanning) • Banner • TCP/IP-Stack Fingerprinting Rootkits 1.8 Integrated Tools Nmap Nessus LanGuard • Cain & Abel 1.9 Cybercrime Convention Cybercrime Convention tritt am 1. Januar 2012 in der Schweiz in Kraft.

Upload: others

Post on 14-Jul-2020

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Information Social Engineeringsecurity.hsr.ch/lectures/Internet_Security_1/01b-HackingCycle.pdfthe network, what services (application name and version) those hosts are offering, what

1

1.6 The Hacking Cycle

• Anatomy of a Hack (Footprinting, Scanning, Exploitation, Damage)

1.7 Information Gathering

• Footprinting

• Information Search

• Social Engineering

• Fingerprinting (Scanning)

• Banner

• TCP/IP-Stack Fingerprinting

• Rootkits

1.8 Integrated Tools

• Nmap

• Nessus

• LanGuard

• Cain & Abel

1.9 Cybercrime Convention

• Cybercrime Convention tritt am 1. Januar 2012 in der Schweiz in Kraft.

Page 2: Information Social Engineeringsecurity.hsr.ch/lectures/Internet_Security_1/01b-HackingCycle.pdfthe network, what services (application name and version) those hosts are offering, what

2

Entscheidend für die Wahrscheinlichkeit angegriffen zu werden, ist unter anderem

die Dauer der nicht korrigierten Verletzlichkeit. Man muss heute die Löcher einfach

schneller stopfen können, als sie potenzielle Angreifer ausnützen können.

Diese Aufgaben kann aber einen wesentlichen Anteil der Arbeitszeit der

Systemadministratoren ausmachen. In einer Organisation mit 50 Windows-Servern

im Netz wird gegenwärtig rund 50% der betrieblichen Aufwände für Patching

eingesetzt (obwohl die Abläufe schon hoch automatisiert sind).

Page 3: Information Social Engineeringsecurity.hsr.ch/lectures/Internet_Security_1/01b-HackingCycle.pdfthe network, what services (application name and version) those hosts are offering, what

4

Im Buch von Stuart McClure, Joel Scambray, George Kurtz, „Hacking Exposed –

Network Security Secrets and Solutions―, 5th Edition, Osborne / McGraw-Hill, 2005

werden verschieden Aktivitäten im Rahmen eines „Hacker Angriffs― unterschieden.

Hier sind davon abgeleitet folgende Hauptphasen unterschieden:

•Informationsbeschaffungsphase (Festlegung des Angriffsziels und versuchen

möglichst viel Information über das Ziel herauszufinden)

•Zugriffsphase (Zugang zu Systemen und Diensten erhalten)

•Nutzungsphase (Installation von Programmen, welche beispielsweise späteren

Zugang ermöglichen, für Sniffing-Aufgaben oder für Denial-of-Service Angriffe

genutzt werden können)

•Spuren-―Verwischphase― (verhindern dass man herausfinden kann, woher der

Angriff stammte)

(weniger bekannte Englische Begriffe: Enumeration = Aufzählung; Pilfering =

stibitzen, mausern, Diebstähle durch Angestellte)

Page 4: Information Social Engineeringsecurity.hsr.ch/lectures/Internet_Security_1/01b-HackingCycle.pdfthe network, what services (application name and version) those hosts are offering, what

5

Page 5: Information Social Engineeringsecurity.hsr.ch/lectures/Internet_Security_1/01b-HackingCycle.pdfthe network, what services (application name and version) those hosts are offering, what

6

Page 6: Information Social Engineeringsecurity.hsr.ch/lectures/Internet_Security_1/01b-HackingCycle.pdfthe network, what services (application name and version) those hosts are offering, what

7

“To find a vulnerable Web server—one that hasn’t been properly configured with the

latest updates—a hacker simply searches for some unique text strings, images, or

other content that characterizes the default content on Web server installations.

For example, to find vulnerable Windows NT machines with default installations of

IIS, some years ago a hacker could search on Google for ―Try the hyperlinks above

to see some examples of the content you can publish with Microsoft Internet

Information Server… .‖ There was a high probability that the results contained links

to several out-of-the-box IIS installations. Analogously, the string ―This page is used

to test the proper operation of the Apache Web server after it has been installed…,‖

which characterized a default Apache installation.‖

[Julio César Hernández, José María Sierra, Arturo Ribagorda, Benjamín Ramos,

Carlos III University, Madrid ―Search Engines as a Security Threat‖, IEEE

Computer, October 2001, p. 27]

Page 7: Information Social Engineeringsecurity.hsr.ch/lectures/Internet_Security_1/01b-HackingCycle.pdfthe network, what services (application name and version) those hosts are offering, what

8

In computer security, social engineering is a term that describes a non-technical

kind of intrusion that relies heavily on human interaction and often involves tricking

other people to break normal security procedures. A social engineer runs what used

to be called a "con game". For example, a person using social engineering to break

into a computer network would try to gain the confidence of someone who is

authorized to access the network in order to get them to reveal information that

compromises the network's security. They might call the authorized employee with

some kind of urgent problem; social engineers often rely on the natural helpfulness

of people as well as on their weaknesses. Appeal to vanity, appeal to authority, and

old-fashioned eavesdropping are typical social engineering techniques. Another

aspect of social engineering relies on people's inability to keep up with a culture that

relies heavily on information technology. Social engineers rely on the fact that

people are not aware of the value of the information they possess and are careless

about protecting it. Frequently, social engineers will search dumpsters for valuable

information, memorize access codes by looking over someone's shoulder (shoulder

surfing), or take advantage of people's natural inclination to choose passwords that

are meaningful to them but can be easily guessed (e.g. girlfriend’s name, car

name). Security experts propose that as our culture becomes more dependent on

information, social engineering will remain the greatest threat to any security

system. Prevention includes educating people about the value of information,

training them to protect it, and increasing people's awareness of how social

engineers operate.

Page 8: Information Social Engineeringsecurity.hsr.ch/lectures/Internet_Security_1/01b-HackingCycle.pdfthe network, what services (application name and version) those hosts are offering, what

9

Network scanning is a procedure for identifying active hosts on a network, either for

the purpose of attacking them or for network security assessment. Scanning

procedures, such as ping sweeps and port scans, return information about which IP

addresses map to live hosts that are active on the Internet and what services they

offer. Another scanning method, inverse mapping, returns information about what IP

addresses do not map to live hosts; this enables an attacker to make assumptions

about viable addresses.

In the scanning phase, the attacker finds information about the specific IP

addresses that can be accessed over the Internet, their operating systems, the

system architecture, and the services running on each computer.

Source: http://searchsecurity.techtarget.com

The port scanner tool nmap has "stealth scanning" capabilities, designed to avoid

notice by Intrusion Detection systems. When these are used, nmap generates

several types of unusual IP packets (e.g. unexpected FIN packets, ―Christmas Tree"

packets, etc.), and unusual sequences of packets (e.g. TCP connection setup with a

SYN packet immediately followed by RST). Nmap is widely available

(http://www.insecure.org/nmap). Built-in functionality in nmap allows it to be used to

target large numbers of systems simultaneously.

Page 9: Information Social Engineeringsecurity.hsr.ch/lectures/Internet_Security_1/01b-HackingCycle.pdfthe network, what services (application name and version) those hosts are offering, what

10

Page 10: Information Social Engineeringsecurity.hsr.ch/lectures/Internet_Security_1/01b-HackingCycle.pdfthe network, what services (application name and version) those hosts are offering, what

11

•Passive fingerprinting: Passive fingerprinting is based on sniffer traces from the remote

system. Instead of actively querying the remote system, all you need to do is capture packets

sent from the remote system. Based on the sniffer traces of these packets, you can

determine the operating system of the remote host. Just like in active fingerprinting, passive

fingerprinting is based on the principle that every operating system's IP stack has its own

idiosyncrasies. By analyzing sniffer traces and identifying these differences, you may be able

determine the operating system of the remote host. There are four TCP areas that we will

look at to determine the operating system (however there are other signatures that can be

used). These TCP signatures are:

•TTL - What the operating system sets the Time To Live on the outbound packet

•Window Size - What the operating system sets the Window Size at.

•DF - Does the operating system set the Don't Fragment bit.

•TOS - Does the operating system set the Type of Service, and if so, at what.

[see „Know Your Enemy: Passive Fingerprinting - Identifying remote hosts, without

them knowing Honeynet Project, http://project.honeynet.org/]

•Active fingerprinting: Specifically, each operating system responds differently to a variety

of malformed packets. All one has to do is build a database on how different operating

systems respond to different packets. Then, to determine the operating system of a remote

host, send it a variety of malformed packets, determine how it responds, then compare these

responses to a database. A nice description from the nmap-Author can be found at: Das

Erkennen von Betriebssystemen mittels TCP/IP Stack FingerPrinting, von Fyodor

<[email protected]> (www.insecure.org), http://www.insecure.org/nmap/nmap-

fingerprinting-article-de.html [Deutsche Übersetzung von Stefan Maly <[email protected]>]

ICMP signatures are for example: Microsoft ICMP REQUEST payloads contain the alphabet,

while most Unix systems, such as Solaris or Linux, ICMP REQUEST payloads have

numbers and symbols.

Page 11: Information Social Engineeringsecurity.hsr.ch/lectures/Internet_Security_1/01b-HackingCycle.pdfthe network, what services (application name and version) those hosts are offering, what

12

Ein Rootkit ist eine Sammlung von Softwarewerkzeugen, die nach dem Einbruch in

ein Computersystems auf dem kompromittierten System installiert wird, um

zukünftige Logins des Eindringlings zu verbergen, Prozesse zu verstecken und

Daten mitzuschneiden.

Der Name Rootkit entstand aus der Tatsache, dass die ersten Sammlungen von

Unix-Tools zu oben genannten Zwecken aus modifizierten Versionen der

Programme ps, netstat, passwd usw. bestanden, die dann jede Spur des

Angreifers, die sie normalerweise zeigen würden, verbargen, und es dem Angreifer

so ermöglichten, mit den Rechten des Systemadministrators root zu agieren, ohne

dass der wirkliche Administrator dies bemerken konnte.

Rootkits, die modifizierte Programme einsetzen, um sich selbst zu verbergen, sind

jedoch relativ einfach durch den Vergleich der Prüfsummen der Programmdateien

aufzuspüren. Die LKM-Rootkits hingegen verbergen sich, indem sie spezielle

Programmteile in den Betriebssystem-Kernel als nachladbare Kernel-Module

installieren (LKM steht für engl. loadable kernel module), und einige Funktionen des

Betriebssystems ersetzen.

Der Begriff ist heute nicht mehr allein auf Unix-basierte Betriebssysteme

beschränkt, da es inzwischen Tools gibt, die ähnliche Funktionalität auch für Nicht-

Unix-Systeme bieten, obwohl diese natürlich keinen root-Account haben

Sources: http://en.wikipedia.org/wiki/Rootkit

Page 12: Information Social Engineeringsecurity.hsr.ch/lectures/Internet_Security_1/01b-HackingCycle.pdfthe network, what services (application name and version) those hosts are offering, what

13

Page 13: Information Social Engineeringsecurity.hsr.ch/lectures/Internet_Security_1/01b-HackingCycle.pdfthe network, what services (application name and version) those hosts are offering, what

14

Nmap ("Network Mapper") is a free and open source utility for network exploration

or security auditing. Many systems and network administrators also find it useful for

tasks such as network inventory, managing service upgrade schedules, and

monitoring host or service uptime.

Nmap uses raw IP packets in novel ways to determine what hosts are available on

the network, what services (application name and version) those hosts are offering,

what operating systems (and OS versions) they are running, what type of packet

filters/firewalls are in use, and dozens of other characteristics. It was designed to

rapidly scan large networks, but works fine against single hosts.

Nmap runs on all major computer operating systems, and official binary packages

are available for Linux, Windows, and Mac OS X. In addition to the classic

command-line Nmap executable, the Nmap suite includes an advanced GUI and

results viewer (Zenmap), a flexible data transfer, redirection, and debugging tool

(Ncat), a utility for comparing scan results (Ndiff), and a packet generation and

response analysis tool (Nping).

http://nmap.org/

Page 14: Information Social Engineeringsecurity.hsr.ch/lectures/Internet_Security_1/01b-HackingCycle.pdfthe network, what services (application name and version) those hosts are offering, what

15

The Nessus® vulnerability scanner is the world-leader in active scanners with more

than five million downloads to date.

Nessus features high-speed discovery, configuration auditing, asset profiling,

sensitive data discovery and vulnerability analysis of your security posture.

Nessus scanners can be distributed throughout an entire enterprise, inside DMZs

and across physically separate networks.

http://www.tenable.com/products/nessus

Page 15: Information Social Engineeringsecurity.hsr.ch/lectures/Internet_Security_1/01b-HackingCycle.pdfthe network, what services (application name and version) those hosts are offering, what

16

GFI LanGuard provides a complete network security overview with minimal

administrative effort, while also providing remedial action through its patch

management features. Easy to set up and use, GFI LanGuard acts as a virtual

consultant to give you a complete picture of your network set-up, provide risk

analysis and help you to maintain a secure and compliant network state faster and

more effectively. GFI LanGuard assists you in patch management, vulnerability

assessment, network and software auditing, asset inventory, change management,

risk analysis and compliance.

http://www.gfi.com/network-security-vulnerability-scanner/

Page 16: Information Social Engineeringsecurity.hsr.ch/lectures/Internet_Security_1/01b-HackingCycle.pdfthe network, what services (application name and version) those hosts are offering, what

17

Cain & Abel is a password recovery tool for Microsoft Operating Systems. It allows

easy recovery of various kind of passwords by sniffing the network, cracking

encrypted passwords using Dictionary, Brute-Force and Cryptanalysis attacks,

recording VoIP conversations, decoding scrambled passwords, recovering wireless

network keys, revealing password boxes, uncovering cached passwords and

analyzing routing protocols. The program does not exploit any software

vulnerabilities or bugs that could not be fixed with little effort. It covers some security

aspects/weakness present in protocol's standards, authentication methods and

caching mechanisms; its main purpose is the simplified recovery of passwords and

credentials from various sources, however it also ships some "non standard" utilities

for Microsoft Windows users.

Cain & Abel has been developed in the hope that it will be useful for network

administrators, teachers, security consultants/professionals, forensic staff, security

software vendors, professional penetration tester and everyone else that plans to

use it for ethical reasons. The author will not help or support any illegal activity done

with this program. Be warned that there is the possibility that you will cause

damages and/or loss of data using this software and that in no events shall the

author be liable for such damages or loss of data. Please carefully read the License

Agreement included in the program before using it.

The latest version is faster and contains a lot of new features like APR (Arp Poison

Routing) which enables sniffing on switched LANs and Man-in-the-Middle attacks.

The sniffer in this version can also analyze encrypted protocols such as SSH-1 and

HTTPS, and contains filters to capture credentials from a wide range of

authentication mechanisms. The new version also ships routing protocols

authentication monitors and routes extractors, dictionary and brute-force crackers

for all common hashing algorithms and for several specific authentications,

password/hash calculators, cryptanalysis attacks, password decoders and some

not so common utilities related to network and system security.

Page 17: Information Social Engineeringsecurity.hsr.ch/lectures/Internet_Security_1/01b-HackingCycle.pdfthe network, what services (application name and version) those hosts are offering, what

18

Page 18: Information Social Engineeringsecurity.hsr.ch/lectures/Internet_Security_1/01b-HackingCycle.pdfthe network, what services (application name and version) those hosts are offering, what

19

Page 19: Information Social Engineeringsecurity.hsr.ch/lectures/Internet_Security_1/01b-HackingCycle.pdfthe network, what services (application name and version) those hosts are offering, what

20

Page 20: Information Social Engineeringsecurity.hsr.ch/lectures/Internet_Security_1/01b-HackingCycle.pdfthe network, what services (application name and version) those hosts are offering, what

21

Page 21: Information Social Engineeringsecurity.hsr.ch/lectures/Internet_Security_1/01b-HackingCycle.pdfthe network, what services (application name and version) those hosts are offering, what

22

Page 22: Information Social Engineeringsecurity.hsr.ch/lectures/Internet_Security_1/01b-HackingCycle.pdfthe network, what services (application name and version) those hosts are offering, what

23

Page 23: Information Social Engineeringsecurity.hsr.ch/lectures/Internet_Security_1/01b-HackingCycle.pdfthe network, what services (application name and version) those hosts are offering, what

24