Skip to content

Commit aa3bbd4

Browse files
committed
add c2-ip to definition.json
1 parent 4e10e55 commit aa3bbd4

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

objects/c2-list/definition.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"attributes": {
3-
"c2": {
3+
"c2-ipport": {
44
"categories": [
55
"Network activity"
66
],
@@ -9,6 +9,15 @@
99
"multiple": true,
1010
"ui-priority": 1
1111
},
12+
"c2-ip": {
13+
"categories": [
14+
"Network activity"
15+
],
16+
"description": "IP of C2 server with unknown port",
17+
"misp-attribute": "ip-src",
18+
"multiple": true,
19+
"ui-priority": 1
20+
},
1221
"report-url": {
1322
"description": "URL of source of information, e.g. blog post, ransomware analysis",
1423
"disable_correlation": true,
@@ -33,7 +42,8 @@
3342
"threat"
3443
],
3544
"requiredOneOf": [
36-
"c2"
45+
"c2-ipport",
46+
"c2-ip"
3747
],
3848
"uuid": "12456351-ceb7-4d43-9a7e-d2275d8b5785",
3949
"version": 20230919

0 commit comments

Comments
 (0)