Know the attack to understand the defense.
DoS / DDoS
Flood a target until it cannot serve legitimate requests. DDoS uses a botnet — thousands of simultaneous sources. Attacks availability directly.
Defend: rate limiting, blackhole routing, upstream scrubbing, null routes on ISP
ARP Poisoning
Attacker sends fake ARP replies, associating their MAC with a legitimate IP. Traffic redirects through the attacker (man-in-the-middle). Layer 2.
Defend: Dynamic ARP Inspection (DAI), static ARP entries, private VLANs
VLAN Hopping
Switch spoofing or double-tagging allows traffic to jump between VLANs that should be isolated. Bypasses segmentation controls entirely.
Defend: disable DTP, set native VLAN to an unused VLAN, restrict trunk ports
Brute Force
Your 3,000 failed login attempts. Automated credential guessing. Dictionary attacks use common passwords. Credential stuffing uses leaked lists from breaches.
Defend: account lockout, MFA, IPS auto-block on threshold, geofencing
Social Engineering
Phishing, pretexting, vishing. Bypasses technical controls by targeting humans. Often the initial vector in ransomware campaigns — including this morning's.
Defend: user training, email filtering, DMARC/DKIM/SPF, link sandboxing
C2 (Command & Control)
Infected host calls home to attacker's server. Your firewall is already seeing this. Ransomware typically exfiltrates data before encrypting files.
Defend: NGFW with threat intel, DNS sinkholing, egress filtering, SIEM correlation
Three alerts, one chain: phishing email infected a host, which connects to the C2 server
while the attacker brute-forces other accounts. Recognize the pattern — respond to the chain, not the alerts.