Skip to content

Commit e695690

Browse files
authored
chore(rules): 2026/05/04 FPR (#1499)
Signed-off-by: egibs <20933572+egibs@users.noreply.github.com>
1 parent e30f907 commit e695690

7 files changed

Lines changed: 83 additions & 2 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
rule altinity_clickhouse_keeper_debug: override {
2+
meta:
3+
description = "clickhouse-keeper.debug detached debug symbols file"
4+
fake_section_headers_conflicting_entry_point_address = "harmless"
5+
6+
strings:
7+
$keeper_dispatcher = "_GLOBAL__sub_I_KeeperDispatcher.cpp"
8+
$keeper_resource = "gkeeper_resource_embedded_xmlData"
9+
10+
condition:
11+
filesize < 15728640 and all of them
12+
}

rules/false_positives/ansible.yara

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,29 @@ rule ansible_report_coverage: override {
2727
condition:
2828
filesize < 2048 and all of them
2929
}
30+
31+
rule ansible_shippable_ci: override {
32+
meta:
33+
description = "shippable.sh CI test runners from Ansible collections"
34+
pip_installer_url = "low"
35+
36+
strings:
37+
$shippable = "SHIPPABLE_BUILD_ID"
38+
$ansible_test = "ansible-test env --dump"
39+
40+
condition:
41+
filesize < 8192 and all of them
42+
}
43+
44+
rule ansible_collection_ci_workflow: override {
45+
meta:
46+
description = "Ansible collection CI workflow installing ansible-core for testing"
47+
pip_installer_url = "low"
48+
49+
strings:
50+
$ansible_core = "Install ansible-core"
51+
$test_deps = "ansible-lint docker flake8 molecule"
52+
53+
condition:
54+
filesize < 4096 and all of them
55+
}

rules/false_positives/cg.yara

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
rule cg: override {
2+
meta:
3+
description = "/usr/bin/cg"
4+
rename_system_binary = "low"
5+
powershell_encoded_command_val = "low"
6+
slack_leveldb = "low"
7+
curl_python_pipe = "low"
8+
hidden_short_path_temp = "low"
9+
ssh_backdoor = "low"
10+
11+
strings:
12+
$go_mod = "chainguard.dev/cg"
13+
$mono = "mono"
14+
15+
condition:
16+
filesize < 250000000 and all of them
17+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
rule electric_phoenix_eex: override {
2+
meta:
3+
description = "app/lib/phoenix-*/priv/templates/phx.gen.release/rel/migrate.sh.eex"
4+
SIGNATURE_BASE_WEBSHELL_ASP_Nano = "harmless"
5+
6+
strings:
7+
$otp_app = "otp_app"
8+
$app_namespace = "app_namespace"
9+
$release_migrate = "Release.migrate"
10+
11+
condition:
12+
filesize < 500 and all of them
13+
}

rules/false_positives/mise.yara

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ rule mise: override {
55
polkit_pkexec_exploit = "harmless"
66

77
strings:
8-
$jdx_mise = "jdx/mise"
9-
$mise_jdx_dev = "mise.jdx.dev"
8+
$jdx_mise = "jdx/mise"
9+
$mise_config = "~/.config/mise/config.toml"
1010
1111
condition:
1212
filesize > 50MB and filesize < 150MB and all of them
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
rule renovate_mise_registry: override {
2+
meta:
3+
description = "/usr/lib/renovate/dist/data/mise-registry.js"
4+
hacktool_chisel = "harmless"
5+
6+
strings:
7+
$mise_plugins = "mise-plugins/vfox-1password"
8+
$zprint = "kkinnear/zprint"
9+
10+
condition:
11+
filesize < 300KB and all of them
12+
}

rules/false_positives/wazuh.yara

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ rule wazuh_syscheckd: override {
6060
rootkit_high = "medium"
6161
cmd_dev_null_quoted = "medium"
6262
proc_s_exe = "medium"
63+
curl_easy_exfil = "low"
6364

6465
strings:
6566
$libwazuhext = "libwazuhext.so"

0 commit comments

Comments
 (0)