mandiant/capa-rules

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

Open

#1109 aperta il 28 gen 2026

Vedi su GitHub
 (9 commenti) (1 reazione) (1 assegnatario) (234 fork)github user discovery
false positivegood first issuehelp wanted

Metriche repository

Star
 (721 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor