mandiant/capa-rules

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

Open

#1,109 opened on Jan 28, 2026

View on GitHub
 (9 comments) (1 reaction) (1 assignee) (234 forks)github user discovery
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.

Contributor guide