Troubleshooting Tip: Incident triggering from outdated Sigma rule which is not present in GUI
| Description | This article describes why an outdated Sigma rule causes an incident to trigger even when the rule is not showing in the GUI. |
| Scope | FortiSIEM. |
| Solution | This type of issue generally occurs for Sigma rules. To clarify, Sigma rules are sourced directly from GitHub and are not custom-created. These rules are dynamically updated as part of FortiSIEM content update process.
git clone https://github.com/SigmaHQ/sigma.git cd sigma
Example:
wget https://raw.githubusercontent.com/SigmaHQ/sigma/master/rules/windows/builtin/security/win_security_susp_outbound_kerberos_connection.yml
In previous versions, the name was Windows: Outbound Kerberos Connection From Suspicious Executables. In recent versions, the name is Windows: Uncommon Outbound Kerberos Connection.
If that does not work, it is necessary to manually import the rule as explained in Importing Sigma Rules. Provide the following URL: win_security_susp_outbound_kerberos_connection.yml. |