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.

貢獻者指南