Command and Control & Tunnelling via ICMP
infosecwriteups.com·18h
🌐DNS Security
Preview
Report Post

ICMP tunneling is a technique that uses the ICMP (Internet Control Message Protocol) to send data between two computers in a way that hides the data inside regular network traffic, like ping requests and replies.

What is ICMP?

ICMP is mainly used for network diagnostics. The most common use is the ping command, where one computer sends an “echo request” to another, and the second computer replies with an “echo reply.” It’s a way to check if a device is online and reachable.

ICMP Tunneling

Instead of just using ICMP for network testing, ICMP...

Similar Posts

Loading similar posts...