mandiant/capa-rules
View on GitHubuse word boundaries to reduce FPs when detecting strings using regular expressions
Open
#1,109 opened on Jan 28, 2026
false positivegood first issuehelp wanted
Repository metrics
- Stars
- (721 stars)
- PR merge metrics
- (PR metrics pending)
Description
e.g. /frida(\.exe)?/i can be updated to /\bfrida(\.exe)?\b/i to avoid matching common strings like friday.