Skip to content

Commit cc71cd2

Browse files
committed
cleanup
1 parent 94cdca4 commit cc71cd2

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

components/ee/agent-smith/example-config.json

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -10,45 +10,6 @@
1010
"kind": "elf",
1111
"pattern": "YWdlbnRTbWl0aFRlc3RUYXJnZXQ=",
1212
"regexp": false
13-
},
14-
{
15-
"name": "mining_pool_config",
16-
"domain": "filesystem",
17-
"pattern": "c3RyYXR1bSt0Y3A6Ly8=",
18-
"regexp": false,
19-
"filenames": ["*.conf", "mining.conf", "config.json"]
20-
},
21-
{
22-
"name": "crypto_wallet_file",
23-
"domain": "filesystem",
24-
"pattern": "d2FsbGV0",
25-
"regexp": false,
26-
"filenames": ["wallet.dat", "*.wallet"]
27-
},
28-
{
29-
"name": "reverse_shell_script",
30-
"domain": "filesystem",
31-
"pattern": "bmMgLWUgL2Jpbi9zaA==",
32-
"regexp": false,
33-
"filenames": ["*.sh", "*.py", "shell.*"]
34-
}
35-
]
36-
},
37-
"audit": {
38-
"signatures": [
39-
{
40-
"name": "suspicious_env_file",
41-
"domain": "filesystem",
42-
"pattern": "QVBJX0tFWT0=",
43-
"regexp": false,
44-
"filenames": [".env", "*.env", ".environment"]
45-
},
46-
{
47-
"name": "ssh_private_key",
48-
"domain": "filesystem",
49-
"pattern": "LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0t",
50-
"regexp": false,
51-
"filenames": ["id_rsa", "id_dsa", "id_ecdsa", "*.pem"]
5213
}
5314
]
5415
}

0 commit comments

Comments
 (0)