4.2 - ARP and DNS Poisoning & 4.2 - Rogue Services

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/6

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:13 PM on 9/7/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

7 Terms

1
New cards

Spoofing and poisoning

• Pretend to be something you aren’t

– Fake web server, fake DNS server, etc.

• Email address spoofing

– The sending address of an email isn’t really the

sender

• Caller ID spoofing

– The incoming call information is completely fake

• On-path attacks

– The person in the middle of the conversation

pretends to be both endpoints

2
New cards

DNS poisoning

• Modify the DNS server

– Requires some crafty hacking

• Modify the client host file

– The host file takes precedent over DNS queries

• Send a fake response to a valid DNS request

– Requires a redirection of the original request or the

resulting response

– Real-time redirection

– This is an on-path attack

3
New cards

Rogue DHCP server

• IP addresses assigned by a non-authorized server

– There’s no inherent security in DHCP

• Client is assigned an invalid or duplicate address

– Intermittent connectivity, no connectivity

• Disable rogue DHCP communication

– Enable DHCP snooping on your switch

– Authorized DHCP servers in Active Directory

• Disable the rogue

– Renew the IP leases

4
New cards

Rogue access points

• An unauthorized wireless access point

– May be added by an employee or an attacker

– Not necessarily malicious

– A significant potential backdoor

• Very easy to plug in a wireless AP

– Or enable wireless sharing in your OS

• Schedule a periodic survey

– Walk around your building/campus

– Use third-party tools / WiFi Pineapple

• Consider using 802.1X (Network Access Control)

– You must authenticate, regardless of the connection type

5
New cards

Wireless evil twins

• Looks legitimate, but actually malicious

– The wireless version of phishing

• Configure an access point to look like an existing network

– Same (or similar) SSID and security settings/captive portal

• Overpower the existing access points

– May not require the same physical location

• WiFi hotspots (and users) are easy to fool

– And they’re wide open

• You encrypt your communication, right?

– Use HTTPS and a VPN

6
New cards

On-path network attack

How can an attacker watch without you knowing?

– Formerly known as man-in-the-middle

• Redirects your traffic

– Then passes it on to the destination

– You never know your traffic was redirected

• ARP poisoning

– On-path attack on the local IP subnet

– ARP has no security

7
New cards

Other on-path attacks

• Get in the middle of the conversation and

view or change information

– Session hijacking

– HTTPS spoofing

– Wi-Fi eavesdropping

• Encryption fixes most of these situations

– You can’t change what you can’t see