Overview

Network attacks attempt to access, monitor, alter, disrupt, or misuse data traveling across a network.

Key concepts

  • Availability: DoS, DDoS
  • Interception: MITM, ARP spoofing, DNS poisoning
  • Recon: port scanning, packet sniffing
  • Credential attacks: password spraying, credential stuffing, brute force

How it works

Availability attacks

TypeWhat it does
Denial-of-service (DoS)Overwhelms a system or network so legitimate users can't access it.
Distributed DoS (DDoS)The same idea, launched from many compromised devices at once — usually a botnet.

Interception & manipulation

TypeWhat it does
Man-in-the-middle (MITM)Secretly intercepts or alters communication between two parties.
ARP spoofingUses false ARP messages to redirect local-network traffic through the attacker's device.
DNS poisoningChanges DNS information so users are sent to a fraudulent or malicious site.

Reconnaissance

TypeWhat it does
Port scanningChecks a device for open ports and exposed services.
Packet sniffingCaptures and inspects network packets traveling through a network.

Credential attacks

TypeHow it works
Password sprayingTries one common password against many accounts, to avoid triggering lockout controls.
Credential stuffingUses stolen username/password pairs to try logins on other sites or services.
Brute-force attackRepeatedly guesses passwords, PINs, or keys until the correct one is found.