Skip to content

Commit

Permalink
chg: [cs-beacon-config] updated to add details requested by ShadowServer
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Dec 7, 2023
1 parent 7f77dbe commit fcd2cf2
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion objects/cs-beacon-config/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"attributes": {
"asn": {
"description": "Originating ASN for the CS Beacon Config",
"disable_correlation": true,
"misp-attribute": "AS",
"ui-priority": 0
},
"c2": {
"categories": [
"Network activity"
Expand All @@ -9,6 +15,18 @@
"multiple": true,
"ui-priority": 1
},
"city": {
"description": "City location of the CS Beacon Config in question",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"geo": {
"description": "Country location of the CS Beacon Config",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"ip": {
"description": "IP of the C2",
"misp-attribute": "ip-dst",
Expand Down Expand Up @@ -36,6 +54,20 @@
"misp-attribute": "md5",
"ui-priority": 1
},
"naics": {
"description": "North American Industry Classification System Code",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"sector": {
"description": "Sector of for the CS Beacon Config in question",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"sha1": {
"categories": [
"Payload delivery"
Expand Down Expand Up @@ -80,5 +112,5 @@
"watermark"
],
"uuid": "d17355ef-ca1f-4b5a-86cd-65d877991f54",
"version": 2
"version": 3
}

0 comments on commit fcd2cf2

Please sign in to comment.