We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tracking by source IP is inconsistent across Sagan:
getting a source ip without normalization: parse_src_ip https://sagan.readthedocs.io/en/latest/rule-keywords.html#parse-src-ip
parse_src_ip
normalization rules utilize the tag src-ip https://github.com/quadrantsec/sagan-rules/blob/main/normalization.rulebase
src-ip
xbits uses ip_src https://sagan.readthedocs.io/en/latest/rule-keywords.html#xbits
ip_src
flexbits uses by_src https://sagan.readthedocs.io/en/latest/rule-keywords.html#flexbits
mapping from json uses src_ip https://sagan.readthedocs.io/en/latest/rule-keywords.html#json-map
Sagan will utilize the following syntax to denote a source IP: "src_ip": "10.200.2.82"
"src_ip": "10.200.2.82"
Having consistency around all of these would be ideal, but is certainly not a critical task.
The text was updated successfully, but these errors were encountered:
Agreed. I think i started my own direction and then switch when we became a Suricata shop.
Sorry, something went wrong.
No branches or pull requests
Tracking by source IP is inconsistent across Sagan:
getting a source ip without normalization:
parse_src_ip
https://sagan.readthedocs.io/en/latest/rule-keywords.html#parse-src-ip
normalization rules utilize the tag
src-ip
https://github.com/quadrantsec/sagan-rules/blob/main/normalization.rulebase
xbits uses
ip_src
https://sagan.readthedocs.io/en/latest/rule-keywords.html#xbits
flexbits uses by_src
https://sagan.readthedocs.io/en/latest/rule-keywords.html#flexbits
mapping from json uses src_ip
https://sagan.readthedocs.io/en/latest/rule-keywords.html#json-map
Sagan will utilize the following syntax to denote a source IP:
"src_ip": "10.200.2.82"
Having consistency around all of these would be ideal, but is certainly not a critical task.
The text was updated successfully, but these errors were encountered: