Skip to content

Commit

Permalink
Merge pull request #405 from bynt/main
Browse files Browse the repository at this point in the history
new misp-object: c2-list
  • Loading branch information
adulau authored Nov 7, 2023
2 parents 21f683a + 652f0f7 commit 0e4c819
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions objects/c2-list/definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"attributes": {
"c2-ip": {
"categories": [
"Network activity"
],
"description": "IP of C2 server with unknown port",
"misp-attribute": "ip-src",
"multiple": true,
"ui-priority": 1
},
"c2-ipport": {
"categories": [
"Network activity"
],
"description": "IP:Port of C2 server",
"misp-attribute": "ip-src|port",
"multiple": true,
"ui-priority": 1
},
"report-url": {
"description": "URL of source of information, e.g. blog post, ransomware analysis",
"disable_correlation": true,
"misp-attribute": "link",
"multiple": true,
"ui-priority": 1
},
"threat": {
"categories": [
"Attribution",
"Payload type"
],
"description": "threat actor or malware",
"misp-attribute": "text",
"ui-priority": 1
}
},
"description": "List of C2-servers with common ground, e.g. extracted from a blog post or ransomware analysis",
"meta-category": "network",
"name": "c2-list",
"required": [
"threat"
],
"requiredOneOf": [
"c2-ipport",
"c2-ip"
],
"uuid": "12456351-ceb7-4d43-9a7e-d2275d8b5785",
"version": 20230919
}

0 comments on commit 0e4c819

Please sign in to comment.