3cx and ICMP Tenable - ICMP Timestamp Request Remote Date Disclosure

maindriver

Premier Customer
Joined
Mar 1, 2019
Messages
12
Reaction score
2
Self hosted?

Code:
sudo nano /etc/sysctl.conf

Add line: net.ipv4.icmp_echo_ignore_all=1


sudo sysctl -p --load /etc/sysctl.conf
 
That's too aggressive, don't want to disable ping altogether.

I've tried this, will see if it works..

iptables -I INPUT -p icmp --icmp-type timestamp-request -j DROP
iptables -I OUTPUT -p icmp --icmp-type timestamp-reply -j DROP

iptables-save > /etc/iptables/rules.v4
 

Latest Posts

Forum statistics

Threads
111,962
Messages
589,980
Members
164,866
Latest member
swseabolt