Using `iptables` to mitigate the Heartbleed Attack (CVE-2014-0160)
Using `iptables` to mitigate the Heartbleed attack (CVE-2014-0160) Below is a rule that was published to mitigate the the Heartbleed Attack using `iptables`; iptables -t filter -A INPUT -p tcp –dport 443 -m u32 –u32 “52=0x18030000:0x1803FFFF” -j DROP The
Continue Reading...