Advisor
Wiki Threats & Attacks Network Attacks ICMP Flood

ICMP Flood

1 min read
Jump to:

Summary

An ICMP Flood is a type of denial-of-service (DoS) attack that overwhelms a target system with a high volume of Internet Control Message Protocol (ICMP) echo request packets, commonly known as ping requests. This flood of traffic consumes network bandwidth and processing resources, leading to degraded performance or complete unavailability of the targeted system or network.

Key Characteristics

  • Utilizes ICMP echo request packets to flood the target.
  • Aims to exhaust network bandwidth and system resources.
  • Often used to disrupt or disable network services.
  • Can be launched from multiple sources in a distributed manner (DDoS).
  • Typically does not require complex payloads, relying on volume and frequency.

Defensive Controls

  • Implement rate limiting on ICMP traffic at network devices.
  • Use firewalls and intrusion prevention systems (IPS) to filter or block excessive ICMP packets.
  • Deploy network traffic monitoring and anomaly detection tools.
  • Configure routers and switches to drop or limit ICMP echo requests.
  • Employ anti-DDoS services and solutions to absorb or mitigate attack traffic.

Related Security Solutions

Firewalls, intrusion detection and prevention systems (IDS/IPS), anti-DDoS platforms, network traffic analyzers, and rate-limiting configurations on routers and switches are commonly used to detect, prevent, and mitigate ICMP Flood attacks.

Tags: Anti-DDoS Application Attacks DDoS DoS Firewalls ICMP Flood IDS IPS network security Threats & Attacks