mandiant/capa-rules

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

Open

#1 109 ouverte le 28 janv. 2026

Voir sur GitHub
 (9 commentaires) (1 réaction) (1 assigné) (234 forks)github user discovery
false positivegood first issuehelp wanted

Métriques du dépôt

Stars
 (721 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur