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
We discussed as a team different ways we could obtain this data. Since the format is consistently the sid:[number] shown here, it could theoretically be as simple as the grep-like operation done here. These same rules configs are also available on the web (since that's where the rules updater obtains them), though a potential down side would be that the info would not be available in airgapped environments.
In terms of how it could be revealed, we discussed perhaps making it available as a tooltip, similar to how Brim makes the field descriptions available as tooltips attached to the field names.
As long as we're showing the info, I also wondered if there were "pretty printer" options that would make this look less than a long line of text. The only one I found is https://github.com/theY4Kman/suricata-prettifier/tree/master/suricata_prettifier which is written in Python. But we could do a little more digging, or maybe just write something quick of our own based on the same logic.
The text was updated successfully, but these errors were encountered:
A community user asked:
Another asked for the same:
In detail, imagine a user is looking at an alert in the Log Detail view. The Signature ID is prominently displayed.
The detail of the rules config is currently present in the
suricata.rules
config, but is not yet shown anywhere in the app. For example, on macOS:We discussed as a team different ways we could obtain this data. Since the format is consistently the
sid:[number]
shown here, it could theoretically be as simple as thegrep
-like operation done here. These same rules configs are also available on the web (since that's where the rules updater obtains them), though a potential down side would be that the info would not be available in airgapped environments.In terms of how it could be revealed, we discussed perhaps making it available as a tooltip, similar to how Brim makes the field descriptions available as tooltips attached to the field names.
As long as we're showing the info, I also wondered if there were "pretty printer" options that would make this look less than a long line of text. The only one I found is https://github.com/theY4Kman/suricata-prettifier/tree/master/suricata_prettifier which is written in Python. But we could do a little more digging, or maybe just write something quick of our own based on the same logic.
The text was updated successfully, but these errors were encountered: