Skip to content

Commit 652f0f7

Browse files
committed
reorder elements
1 parent aa3bbd4 commit 652f0f7

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

objects/c2-list/definition.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"attributes": {
3-
"c2-ipport": {
3+
"c2-ip": {
44
"categories": [
55
"Network activity"
66
],
7-
"description": "IP:Port of C2 server",
8-
"misp-attribute": "ip-src|port",
7+
"description": "IP of C2 server with unknown port",
8+
"misp-attribute": "ip-src",
99
"multiple": true,
1010
"ui-priority": 1
1111
},
12-
"c2-ip": {
12+
"c2-ipport": {
1313
"categories": [
1414
"Network activity"
1515
],
16-
"description": "IP of C2 server with unknown port",
17-
"misp-attribute": "ip-src",
16+
"description": "IP:Port of C2 server",
17+
"misp-attribute": "ip-src|port",
1818
"multiple": true,
1919
"ui-priority": 1
20-
},
20+
},
2121
"report-url": {
2222
"description": "URL of source of information, e.g. blog post, ransomware analysis",
2323
"disable_correlation": true,

0 commit comments

Comments
 (0)