mandiant/capa-rules
Auf GitHub ansehenuse word boundaries to reduce FPs when detecting strings using regular expressions
Open
#1.109 geöffnet am 28. Jan. 2026
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.