Created
May 15, 2024 17:31
-
-
Save vasylherman/44585688b0412676d1370cf12cd3fca8 to your computer and use it in GitHub Desktop.
stix-example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "bundle", | |
"id": "bundle--601cee35-6b16-4e68-a3e7-9ec7d755b4c3", | |
"objects": [ | |
{ | |
"type": "threat-actor", | |
"spec_version": "2.1", | |
"id": "threat-actor--dfaa8d77-07e2-4e28-b2c8-92e9f7b04428", | |
"created": "2014-11-19T23:39:03.893Z", | |
"modified": "2014-11-19T23:39:03.893Z", | |
"name": "Disco Team Threat Actor Group", | |
"description": "This organized threat actor group operates to create profit from all types of crime.", | |
"threat_actor_types": [ | |
"crime-syndicate" | |
], | |
"aliases": [ | |
"Equipo del Discoteca" | |
], | |
"roles": [ | |
"agent" | |
], | |
"goals": [ | |
"Steal Credit Card Information" | |
], | |
"sophistication": "expert", | |
"resource_level": "organization", | |
"primary_motivation": "personal-gain" | |
}, | |
{ | |
"type": "identity", | |
"spec_version": "2.1", | |
"id": "identity--733c5838-34d9-4fbf-949c-62aba761184c", | |
"created": "2016-08-23T18:05:49.307Z", | |
"modified": "2016-08-23T18:05:49.307Z", | |
"name": "Disco Team", | |
"description": "Disco Team is the name of an organized threat actor crime-syndicate.", | |
"identity_class": "organization", | |
"contact_information": "[email protected]" | |
}, | |
{ | |
"type": "relationship", | |
"spec_version": "2.1", | |
"id": "relationship--a2e3efb5-351d-4d46-97a0-6897ee7c77a0", | |
"created": "2020-02-29T18:01:28.577Z", | |
"modified": "2020-02-29T18:01:28.577Z", | |
"relationship_type": "attributed-to", | |
"source_ref": "threat-actor--dfaa8d77-07e2-4e28-b2c8-92e9f7b04428", | |
"target_ref": "identity--733c5838-34d9-4fbf-949c-62aba761184c" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment