Isolate communication to UDP ports 137 / 138 and TCP ports 139 / 445.
In my company we have an Fortigate 100d can someone please help me so that i can isolate this ports due to the ransomware attack that happened the last days.
Thank you very much.
In my company we have an Fortigate 100d can someone please help me so that i can isolate this ports due to the ransomware attack that happened the last days.
Thank you very much.
hi,
Fortinet has communicated that they have issued an AV signature update for this, as well as an IPS signature. In fact, there are 2 IPS signatures related to MS 17-010.
This is the IPS sensor in CLI:
config ips sensorThe first one is a filter set to block. The second is a rate limited signature which is set to trigger on the first appearance.
edit "WannaCry"
set comment "20170515 block Wannacry/EternalBlue trojan"
config entries
edit 1
set rule 43796
set status enable
set action block
set rate-count 1
set rate-duration 5
next
edit 2
set rule 43797
set status enable
set action block
next
end
next
end
So, instead of completely blocking SMB you can insert an IPS profile with this sensor to protect your clients' network shares.
Note that not only Windows Server OS is affected but Windows 7, 8, 8.1 client OS.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.