Skip to content

Commit fcd2cf2

Browse files
committed
chg: [cs-beacon-config] updated to add details requested by ShadowServer
1 parent 7f77dbe commit fcd2cf2

1 file changed

Lines changed: 33 additions & 1 deletion

File tree

objects/cs-beacon-config/definition.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"attributes": {
3+
"asn": {
4+
"description": "Originating ASN for the CS Beacon Config",
5+
"disable_correlation": true,
6+
"misp-attribute": "AS",
7+
"ui-priority": 0
8+
},
39
"c2": {
410
"categories": [
511
"Network activity"
@@ -9,6 +15,18 @@
915
"multiple": true,
1016
"ui-priority": 1
1117
},
18+
"city": {
19+
"description": "City location of the CS Beacon Config in question",
20+
"disable_correlation": true,
21+
"misp-attribute": "text",
22+
"ui-priority": 0
23+
},
24+
"geo": {
25+
"description": "Country location of the CS Beacon Config",
26+
"disable_correlation": true,
27+
"misp-attribute": "text",
28+
"ui-priority": 0
29+
},
1230
"ip": {
1331
"description": "IP of the C2",
1432
"misp-attribute": "ip-dst",
@@ -36,6 +54,20 @@
3654
"misp-attribute": "md5",
3755
"ui-priority": 1
3856
},
57+
"naics": {
58+
"description": "North American Industry Classification System Code",
59+
"disable_correlation": true,
60+
"misp-attribute": "text",
61+
"multiple": true,
62+
"ui-priority": 0
63+
},
64+
"sector": {
65+
"description": "Sector of for the CS Beacon Config in question",
66+
"disable_correlation": true,
67+
"misp-attribute": "text",
68+
"multiple": true,
69+
"ui-priority": 0
70+
},
3971
"sha1": {
4072
"categories": [
4173
"Payload delivery"
@@ -80,5 +112,5 @@
80112
"watermark"
81113
],
82114
"uuid": "d17355ef-ca1f-4b5a-86cd-65d877991f54",
83-
"version": 2
115+
"version": 3
84116
}

0 commit comments

Comments
 (0)