mandiant/capa-rules

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

Open

#1,109 创建于 2026年1月28日

在 GitHub 查看
 (9 评论) (1 反应) (1 负责人) (234 fork)github user discovery
false positivegood first issuehelp wanted

仓库指标

Star
 (721 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南