You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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.",
0 commit comments