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