cheat-sheets icon indicating copy to clipboard operation
cheat-sheets copied to clipboard

Question on your Fortigate SSL VPN Hardening Guide

Open chr00ted opened this issue 1 year ago • 1 comments

Thanks for your Guide! I was wondering if you ever published your collection of automation stitches that will include also this email alerts?

chr00ted avatar Feb 06 '25 16:02 chr00ted

Hi, yes it is located at https://github.com/yuriskinfo/Fortinet-tools -> Automation Stitches

If you need to get email on successful SSL VPN login, there is an example of doing so BUT with additional match on source IP - just removing this condition of IP match will get you email on successful logins: https://github.com/yuriskinfo/Fortinet-tools/blob/main/Fortigate-automation-stitches/ssl-vpn-user-login-successful-from-specific-ip-alert-by-email.adoc

Change only Trigger to:

config system automation-trigger
 edit "TunnelisUpLog"
 set event-type event-log
 set logid 39947
end

yuriskinfo avatar Feb 15 '25 18:02 yuriskinfo