Expert-level network attack techniques, protocols and advanced defence strategies!
1. What is "TCP SYN flooding"?
💡 TCP SYN flooding sends many SYN requests without completing handshakes, filling the server's connection table and denying service to legitimate users.
2. What is "egress filtering"?
💡 Egress filtering monitors and controls outbound traffic, preventing data exfiltration, botnet C2 communication, and unauthorized outbound connections.
3. What is "wardriving"?
💡 Wardriving involves driving through areas with a laptop and wireless adapter to discover, map, and potentially exploit Wi-Fi networks.
4. What is "SPF" in email security?
💡 SPF records in DNS list authorized mail servers for a domain, helping receiving servers detect and reject spoofed sender addresses.
5. What is "BGP hijacking"?
💡 BGP hijacking manipulates routing tables to redirect internet traffic through attacker-controlled infrastructure, enabling interception or blackholing.
6. What is "microsegmentation" in modern security?
💡 Microsegmentation creates security zones at the individual workload level in data centers, enforcing least-privilege access between applications.
7. What is "Pass-the-Hash" attack?
💡 Pass-the-Hash captures NTLM authentication hashes and uses them directly for authentication without needing to crack the actual password.
8. What is "VLAN hopping"?
💡 VLAN hopping exploits switch trunk configurations (double tagging or switch spoofing) to send packets to VLANs the attacker should not access.
9. What is "return-oriented programming" (ROP)?
💡 ROP chains together small existing code sequences (gadgets) already in memory to perform malicious actions, bypassing DEP/NX protections.
10. What is "DNSSEC"?
💡 DNSSEC adds digital signatures to DNS records, allowing resolvers to verify authenticity and detect DNS cache poisoning attacks.
11. What is "DKIM" in email security?
💡 DKIM adds a cryptographic signature to outgoing emails, allowing receiving servers to verify the email came from the claimed domain and was not altered.
12. What is "lateral movement" in cyber attacks?
💡 Lateral movement allows attackers who have gained initial access to move through a network, compromising additional systems and gaining deeper access.
13. What is "STARTTLS"?
💡 STARTTLS is a protocol command upgrading an existing insecure connection to TLS encryption, used in email protocols like SMTP and IMAP.
14. What is "ICMP tunneling"?
💡 ICMP tunneling embeds arbitrary data in ICMP echo request/reply packets, allowing data to be smuggled past firewalls that permit ICMP.
15. What is "DNS sinkholing"?
💡 DNS sinkholing intercepts DNS queries to known malicious domains and redirects them to benign servers, disrupting malware C2 communications.
16. What is "802.1X" in network security?
💡 IEEE 802.1X is a standard for port-based network access control, requiring devices to authenticate (via RADIUS) before being granted network access.
17. What is "Kerberoasting"?
💡 Kerberoasting requests Kerberos service tickets for service accounts and cracks their encrypted tickets offline to reveal weak passwords.
18. What is "DNS over HTTPS" (DoH)?
💡 DoH encrypts DNS queries inside HTTPS traffic, preventing ISPs and attackers from monitoring or manipulating DNS lookups.
19. What is "network segmentation" used for in security?
💡 Network segmentation isolates network zones so a breach in one segment cannot easily spread to others, containing the blast radius of attacks.
20. What is "SSRF" (Server-Side Request Forgery)?
💡 SSRF forces a server to make HTTP requests to internal resources, potentially exposing internal services, cloud metadata, or internal APIs.