Skip to content

Ops 401: Class 43

Nicholas Loiacono edited this page Jun 9, 2023 · 1 revision

This topic matters as it relates to what I'm studying in this module because it involves understanding network vulnerabilities and data interception techniques.

  • A sniffing attack is like someone secretly listening to your private phone conversation. The person listening (or "sniffing") collects all the data that's being shared between you and the other party without you knowing it.

  • The two types of sniffing attacks are passive and active. In a passive attack, the intruder just listens and collects data. Think of it as eavesdropping on a conversation. This is hard to detect but the attacker can't change the data. An active attack is like someone jumping into your conversation and pretending to be you. It's more detectable but the attacker can modify or manipulate the data.

  • Encryption is like creating a secret language only you and the intended recipient understand. If someone tries to listen in on your conversation, all they would hear is the secret language, but they wouldn't understand what is being said. This keeps your information safe even if someone is trying to sniff your data.

Things I want to know more about are more specific countermeasures against sniffing, like the use of VPNs or secure network protocols. Also, how different types of networks (wired vs wireless) affect the difficulty and success rate of sniffing could be a point of further investigation.

Clone this wiki locally