CEH Day 10 Sniffing, Sessions Hijacking and Evading IDS, Firewalls & Honeypots

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/74

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:10 PM on 9/20/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

75 Terms

1
New cards

What is passive sniffing?

Observing network traffic without actively manipulating it

2
New cards

What is active sniffing?

Using techniques to manipulate or influence network traffic to gain visibility, especially on switched networks.

3
New cards

What is promiscuous mode?

NIC mode that accepts frames beyond those addressed to its own MAC

4
New cards

What is Wi-Fi monitor mode?

Mode that captures wireless frames without ordinary client association

5
New cards

What is SPAN port mirroring?

A switch feature that copies selected traffic to a monitoring port

6
New cards

What is a network TAP?

A dedicated device that provides access to network traffic

7
New cards

Which tool provides GUI packet analysis?

Wireshark

8
New cards

Which tool is a command-line packet analyzer?

tcpdump

9
New cards

Which tcpdump option selects an interface?

-i

10
New cards

Which tcpdump option writes packets to a file?

-w

11
New cards

Which tcpdump option reads packets from a file?

-r

12
New cards

What is session hijacking?

Obtaining and using a valid session token

13
New cards

What is session fixation?

Causing a victim to authenticate using an attacker-known session ID

14
New cards

What is a replay attack?

Retransmitting captured valid data or authentication material

15
New cards

What is CSRF?

Tricking an authenticated victim's browser into submitting an unwanted request

16
New cards

What is a bearer token?

A token whose possession can grant access to the associated session or resource

17
New cards

What does the Secure cookie attribute do?

Sends the cookie only over HTTPS

18
New cards

What does HttpOnly do?

Prevents ordinary client-side JavaScript from accessing the cookie; it does not prevent XSS itself.

19
New cards

What does SameSite help mitigate?

Helps mitigate CSRF by restricting when cookies are sent with cross-site requests.

20
New cards

What is the key mitigation for session fixation?

Regenerate the session ID after authentication

21
New cards

Why invalidate sessions server-side at logout?

To make copied session tokens unusable

22
New cards

What is an IDS?

A system that detects suspicious activity and alerts

23
New cards

What is an IPS?

A system that detects and can block suspicious traffic

24
New cards

What is a NIDS?

An IDS that monitors network traffic

25
New cards

What is a HIDS?

An IDS that monitors activity on an individual host

26
New cards

What is signature-based detection?

Detection by matching known attack patterns

27
New cards

What is anomaly-based detection?

Detection based on deviations from an established baseline

28
New cards

What is stateful inspection?

Firewall inspection that tracks active connection state

29
New cards

What is stateless packet filtering?

Filtering packets using rules without tracking connection state

30
New cards

What is an application proxy firewall?

An intermediary firewall capable of application-layer inspection

31
New cards

What is a honeypot?

A decoy system or resource designed to attract and observe attackers

32
New cards

What is a honeynet?

A network of decoy systems

33
New cards

What is a high-interaction honeypot?

A realistic functional decoy environment

34
New cards

What is IP spoofing?

Falsifying the source IP address

35
New cards

What is IP fragmentation?

Splitting an IP packet into smaller fragments

36
New cards

What is tunneling?

Encapsulating one protocol inside another

37
New cards

What is source routing?

A technique that attempts to influence the route packets take

38
New cards

What does Nmap -sS perform?

TCP SYN scan

39
New cards

What does Nmap -sT perform?

TCP connect scan

40
New cards

What does Nmap -sA perform?

TCP ACK scan

41
New cards

What does Nmap -sF perform?

TCP FIN scan

42
New cards

What does Nmap -sU perform?

UDP scan

43
New cards

What does Nmap -sV perform?

Service and version detection

44
New cards

What does Nmap -O perform?

OS detection

45
New cards

What does Nmap -sn perform?

Host discovery only; disables the port scan.

46
New cards

What does Nmap -Pn do?

Skips host discovery and treats targets as online for scanning.

47
New cards
What is the main difference between a hub and a switch for sniffing?
A hub repeats traffic to all ports while a switch normally forwards frames only to the relevant port
48
New cards
What is MAC flooding?
Overwhelming a switch's MAC address table to potentially cause it to flood traffic
49
New cards
What is ARP poisoning?
Sending forged ARP messages to associate an IP address with an attacker's MAC address
50
New cards
What is a common purpose of ARP poisoning?
Positioning an attacker for man-in-the-middle interception
51
New cards
What is a limitation of sniffing encrypted TLS traffic?
Packet capture may reveal metadata but not protected application content without suitable decryption access
52
New cards
Which tools can be used for active sniffing or MITM techniques?
Ettercap and Bettercap
53
New cards
What is a Wireshark display filter used for?
Filtering captured packets for analysis
54
New cards
What does tcpdump -i eth0 do?
Captures packets on interface eth0
55
New cards
What should an application do to the session ID after login?
Regenerate it to prevent session fixation
56
New cards
What is the difference between session hijacking and session fixation?
Hijacking uses a stolen valid session token while fixation makes the victim authenticate using a session ID known to the attacker
57
New cards
Why should session IDs be unpredictable?
To make guessing or predicting valid sessions difficult
58
New cards
What is an idle session timeout?
A session expires after a period of inactivity
59
New cards
What is an absolute session timeout?
A session expires after a maximum lifetime regardless of activity
60
New cards
Why is deleting a session cookie not always sufficient for logout?
The server-side session may remain valid unless it is invalidated
61
New cards
What is the purpose of the Secure cookie attribute?
Restricts cookie transmission to HTTPS connections
62
New cards
What is the purpose of the HttpOnly cookie attribute?
Restricts ordinary JavaScript access to the cookie
63
New cards
What is the key operational difference between an IDS and an IPS?
An IDS primarily detects and alerts while an IPS can actively block traffic
64
New cards
Where is an IPS commonly deployed?
Inline with network traffic so it can block packets
65
New cards
What is the difference between NIDS and HIDS?
NIDS monitors network activity while HIDS monitors activity on an individual host
66
New cards
What does a circuit-level gateway examine?
Session establishment and connection-level information
67
New cards
What is a low-interaction honeypot?
A limited or simulated decoy service with relatively little attacker interaction
68
New cards
What is a high-interaction honeypot?
A realistic functional decoy environment that allows more extensive interaction
69
New cards
What is a honeynet?
A network of decoy systems designed to attract and observe attackers
70
New cards
Why might an attacker use IP fragmentation?
To split packets into smaller fragments that may affect how security devices inspect traffic
71
New cards
What is a limitation of IP fragmentation as an evasion technique?
Security devices may reassemble fragments or detect suspicious fragmentation
72
New cards
What does Nmap -sA help determine?
Firewall filtering behavior based on TCP ACK probe responses and it does not identify open ports
73
New cards
What does Nmap -Pn do?
Skips host discovery and treats targets as online for scanning
74
New cards
What does Nmap -sn perform?
Host discovery only without a port scan
75
New cards
What is the difference between Nmap -Pn and -sn?
-Pn skips host discovery and proceeds as if targets are up while -sn performs host discovery without a port scan