You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the configuration and rule below, the rule will NOT trigger an alert without the use of json_map even though it's set in the map file and I see it parsed and set in the --debug json output. Let me know if you need logs to test with.
yaml:
input-type: json # pipe or json
json-map: "$RULE_PATH/json-input-endpoint.map" # mapping file if input-type: json
json-software: endpoint-winlogbeat # by "software" type.
alert any $HOME_NET any -> $HOME_NET any (msg:"[ASIMOV] Test Rule"; program:*Sysmon*; json_map:"event_id",".event.code"; event_id:1; classtype:trojan-activity; sid:2; rev:1;)
With the configuration and rule below, the rule will NOT trigger an alert without the use of
json_map
even though it's set in the map file and I see it parsed and set in the--debug json
output. Let me know if you need logs to test with.yaml:
json-input-endpoint.map
Sagan Rule
Sagan --debug json
The text was updated successfully, but these errors were encountered: