Actions
Feature #7433
openeve/alert: enrich decoder event rules
Effort:
Difficulty:
Label:
Description
After fixing #7414, the next issue is that a default alert record for a bad ipv4 packet is mostly useless:
{
"timestamp": "2024-11-26T09:45:26.928787+0000",
"alert": {
"action": "allowed",
"gid": 1,
"signature_id": 2200005,
"rev": 2,
"signature": "SURICATA IPv4 invalid option length",
"category": "Generic Protocol Command Decode",
"severity": 3
}
}
So the goal here is to add more metadata when available.
Updated by Victor Julien 14 days ago
- Related to Bug #7414: detect: decoder event rules fail to match on invalid packets added
Updated by Victor Julien 14 days ago
- Status changed from In Progress to In Review
Updated by Victor Julien 13 days ago
- Status changed from In Review to Resolved
Updated by Victor Julien 13 days ago
Still wondering if this should be backported, any opinions?
Actions