Ethical Hacking: Sniffing Concepts and Attacks

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

1/33

flashcard set

Earn XP

Description and Tags

Practice flashcards covering sniffing concepts, types of attacks (MAC, DHCP, ARP, DNS), tools, and detection techniques based on ethical hacking lecture notes.

Last updated 5:30 AM on 6/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

34 Terms

1
New cards

Sniffing

The process of monitoring and capturing all data packets passing through a given network using sniffing tools, acting as a form of wiretap applied to computer networks.

2
New cards

Promiscuous Mode

A state where a sniffer turns the Network Interface Card (NIC) of a system to listen to all the data transmitted on its segment.

3
New cards

Passive Sniffing

A type of sniffing through a hub where traffic is sent to all ports, involving only the monitoring of packets without sending any additional packets.

4
New cards

Active Sniffing

A technique used to sniff switch-based networks by injecting ARP packets to flood the Content Addressable Memory (CAM) table.

5
New cards

Hardware Protocol Analyzer

A piece of equipment, such as the Agilent Advisor J2300E, that captures signals without altering the traffic in a cable segment to monitor network usage.

6
New cards

MAC Address

A unique hardware identifier consisting of 4848 bits or 44 bytes.

7
New cards

CAM Table

A fixed size dynamic Content Addressable Memory table in a switch that stores MAC addresses available on physical ports with associated VLAN parameters.

8
New cards

MAC Flooding

The act of flooding a switch's CAM table with fake MAC address and IP pairs until it is full, forcing the switch to broadcast packets like a hub.

9
New cards

Switch Port Stealing

A sniffing technique using MAC flooding to create a race condition, allowing an attacker to eventually direct packets intended for a target host toward their own switch port.

10
New cards

DHCP Starvation Attack

A denial-of-service (DoS) attack where an attacker broadcasts forged DHCP requests to lease all available IP addresses in a scope; tools include Dhcpstarv and Yersinia.

11
New cards

Rogue DHCP Server Attack

An attack where a rogue server responds to DHCP requests with bogus IP addresses, often used in conjunction with a DHCP Starvation attack.

12
New cards

DHCP Snooping

A security feature that allows a switch to accept DHCP transactions coming only from a trusted port to defend against rogue servers.

13
New cards

Address Resolution Protocol (ARP)

A protocol used for resolving IP addresses to machine (MAC) addresses.

14
New cards

ARP Poisoning

Also known as ARP spoofing, this involves constructing forged ARP request and reply packets to overload a switch or flood a target computer's ARP cache with forged entries.

15
New cards

XArp

An ARP spoofing detection tool used to defend against ARP poisoning.

16
New cards

SMAC

A specialized tool used for MAC Spoofing/Duplicating attacks.

17
New cards

DNS Poisoning

A technique that tricks a DNS server into believing it has received authentic information, resulting in the substitution of false IP addresses at the DNS level.

18
New cards

DNS Cache Poisoning

The act of altering or adding forged DNS records into the DNS resolver cache so that queries are redirected to a malicious site.

19
New cards

Wireshark

A tool that captures live network traffic from various sources like Ethernet, Bluetooth, and USB, allowing users to interactively browse the traffic.

20
New cards

Ping Method

A sniffing detection technique that sends a ping request with the suspect's IP address but an incorrect MAC address; a machine in promiscuous mode will respond while others will reject it.

21
New cards

ARP Method

A detection technique where only a machine in promiscuous mode caches ARP information from a ping request and replies, while others send an ARP probe.

22
New cards

DNS Method

A detection technique based on the fact that most sniffers perform reverse DNS lookups to identify machines from IP addresses.

23
New cards

PromqryUI

A security tool from Microsoft used to detect network interfaces that are running in promiscuous mode.

24
New cards

nmap --script=sniffer-detect

The specific Nmap Scripting Engine (NSE) command used to check if a target on a local Ethernet has its network card in promiscuous mode.

25
New cards

What is the primary function of sniffing in network security?

To monitor and capture data packets traversing a network to analyze traffic patterns and identify potential threats.

26
New cards

In what scenarios is hardware protocol analysis preferred over software-based tools?

In environments requiring high accuracy and low latency for monitoring signals without altering the transmission of data.

27
New cards

Explain the significance of a MAC address in network communications.

It serves as a unique identifier for network interfaces, allowing devices to be distinguishable within a network segment.

28
New cards

Discuss the implications of MAC flooding on a switch's performance and security.

It can lead to a broadcast storm, where the switch operates inefficiently, increasing the risk of intercepting sensitive data.

29
New cards

Describe the DHCP Starvation Attack process in detail.

An attacker floods a DHCP server with requests using spoofed MAC addresses to exhaust the available IP addresses, preventing legitimate access.

30
New cards

What measures can be implemented to mitigate the risks of ARP poisoning?

Deployment of ARP monitoring tools, implementation of static ARP entries, and restricting ARP requests to trusted devices.

31
New cards

How does DNS cache poisoning exploit vulnerabilities in a DNS system?

By inserting false DNS records into the cache, redirecting legitimate queries to malicious IP addresses, thus compromising user security.

32
New cards

Why is passive sniffing generally less intrusive than active sniffing?

Because it relies on unmodified traffic flow, without the introduction of extraneous packets that can alert network defenses.

33
New cards

Analyze the differences between DNS Poisoning and DNS Cache Poisoning.

DNS Poisoning involves tricking a DNS server into accepting false information, while DNS Cache Poisoning is specifically about altering stored DNS responses in the resolver's cache.

34
New cards

What ethical considerations must be taken into account when conducting network sniffing?

Maintaining user privacy, legal compliance, and ensuring that such activities are conducted with explicit permission from the network owner.