Actions
Bug #7392
open
JL
JF
Verdict output reports "drop" when rejected
Bug #7392:
Verdict output reports "drop" when rejected
Affected Versions:
Effort:
Difficulty:
Label:
Description
When a rule with reject action matches and resets a connection, the verdict action reported is not "reject" but instead "drop". This makes it more difficult to do log analysis of the actions taken to distinguish between reject actions and actual drops, although it is possible using the supplementary "reject" fields. Is this intentional, or could Suricata report "reject" as the action in this case?
"verdict": {
"action": "drop",
"reject-target": "to_client",
"reject": [
"tcp-reset"
]
}
Actions