Skip to content

Commit 97b057d

Browse files
authored
Merge pull request #516 from goodlandsecurity/bad-bot
new: [bad-bot] Added object
2 parents 2f47dad + a4fcb74 commit 97b057d

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

objects/bad-bot/definition.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"attributes": {
3+
"connecting-country": {
4+
"description": "The country from which the bot connection originated.",
5+
"disable_correlation": true,
6+
"misp-attribute": "text",
7+
"ui-priority": 2
8+
},
9+
"connecting-isp": {
10+
"description": "The ISP for the source IP address of the bad bot.",
11+
"disable_correlation": true,
12+
"misp-attribute": "text",
13+
"ui-priority": 4
14+
},
15+
"device-os": {
16+
"description": "The operating system of the device used by the bad bot, as inferred from the user-agent or other signals.",
17+
"disable_correlation": true,
18+
"misp-attribute": "text",
19+
"multiple": true,
20+
"ui-priority": 3
21+
},
22+
"ip-src": {
23+
"description": "The source IP address of the bad bot.",
24+
"misp-attribute": "ip-src",
25+
"ui-priority": 0
26+
},
27+
"risk-rule": {
28+
"description": "A risk rule or detection rule that matched this bot, such as a warninglist hit, threat intel rule, or custom detection signature.",
29+
"disable_correlation": true,
30+
"misp-attribute": "text",
31+
"multiple": true,
32+
"ui-priority": 5
33+
},
34+
"user-agent": {
35+
"description": "The user-agent string presented by the bad bot. Multiple user-agents may be observed from the same source IP.",
36+
"disable_correlation": true,
37+
"misp-attribute": "user-agent",
38+
"multiple": true,
39+
"ui-priority": 1
40+
}
41+
},
42+
"description": "A bad bot observed making requests, including its source IP, user-agent strings, connecting country, device OS, connecting ISP, and associated risk rules.",
43+
"meta-category": "network",
44+
"name": "bad-bot",
45+
"requiredOneOf": [
46+
"ip-src"
47+
],
48+
"uuid": "d411f723-1651-425b-915a-200a51e19cdb",
49+
"version": 20260429
50+
}

0 commit comments

Comments
 (0)