Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question on your Fortigate SSL VPN Hardening Guide #17

Open
chr00ted opened this issue Feb 6, 2025 · 1 comment
Open

Question on your Fortigate SSL VPN Hardening Guide #17

chr00ted opened this issue Feb 6, 2025 · 1 comment

Comments

@chr00ted
Copy link

chr00ted commented Feb 6, 2025

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

@yuriskinfo
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants