IPS Signatures set to disabled status by default
- June 24, 2015
- 2 replies
- 15031 views
Does anyone know the reasoning behind FortiGuard having a IPS signature set to disabled by default? If anyone has suggestions for finding other signatures that are set to disabled by default I would be interested to hear your ideas. I'm under the impression I can override this default by configuring my entries in the IPS profile to set all signature to enable instead of their default but I still haven't verified that it works.
Example of signature set to disabled by default:
FG100DXXXXXX # conf ips rule SSH.Connection.Brute.Force:
FG100DXXXXXX (SSH.Connection.B~rce) # get
name : SSH.Connection.Brute.Force
status : disable
log : enable
log-packet : disable
action : pass
group : remote_access
severity : high
location : server
os : All
application : Other
service : TCP, SSH
rule-id : 35662
rev : 4.360
date : 1405515600
Example of sig set to enabled by default:
FG100Dxxxxx # conf ips rule SSLv2.Get.Shared.Ciphers.Overflow
FG100Dxxxxx (SSLv2.Get.Shared~low) # get
name : SSLv2.Get.Shared.Ciphers.Overflow
status : enable
log : enable
log-packet : disable
action : block
group : misc
severity : medium
location : server
os : Windows, Linux, BSD, Solaris, MacOS
application : Other
service : TCP
rule-id : 15023
rev : 2.567
date : 1398258000
Setting all signatures in IPS sensor to enabled instead of taking default:
config ips sensor
edit default
config entries
edit 1
set status enable (default setting is to take signature default)
end
end