mandiant/capa-rules

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

Open

#1,109 opened on 2026年1月28日

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)

説明

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

コントリビューターガイド