mandiant/capa-rules

use word boundaries to reduce FPs when detecting strings using regular expressions

Open

#1.109 geöffnet am 28. Jan. 2026

Auf GitHub ansehen
 (9 Kommentare) (1 Reaktion) (1 zugewiesene Person) (234 Forks)github user discovery
false positivegood first issuehelp wanted

Repository-Metriken

Stars
 (721 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

e.g. /frida(\.exe)?/i can be updated to /\bfrida(\.exe)?\b/i to avoid matching common strings like friday.

Contributor Guide