Skip to content

Commit

Permalink
Update synflood ignore_ref; add clean object to validate against (cha…
Browse files Browse the repository at this point in the history
…inguard-dev#315)

Signed-off-by: egibs <[email protected]>
  • Loading branch information
egibs authored Jul 2, 2024
1 parent c056273 commit 8a4d35d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/net/ddos.yara
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rule ddos_refs : critical {
$ref2 = "ackflood" fullword
$ref3 = "synflood" fullword
// datadog-agent tracer-fentry-debug.o
$ignore_ref = "defer_accept.synflood_warned.you"
$ignore_ref = "synflood_warned"
condition:
any of ($ref*) and not $ignore_ref
}
Binary file added samples/Linux/clean/tracer.o.aarch64
Binary file not shown.

0 comments on commit 8a4d35d

Please sign in to comment.