Skip to content

Instantly share code, notes, and snippets.

@johnwunder
Last active February 4, 2016 14:17
Show Gist options
  • Save johnwunder/8b455c5beb48c7bda9d2 to your computer and use it in GitHub Desktop.
Save johnwunder/8b455c5beb48c7bda9d2 to your computer and use it in GitHub Desktop.
{
"type": "package",
"id": "package--7342007e-2b76-4a08-a5db-33b09089b602",
"sources": [
{
"type": "information-source",
"id": "information-source--8ae20dde-83d4-4218-88fd-41ef0dabf9d1",
"name": "mitre.org"
}
],
"malwares": [
{
"type": "malware",
"id": "malware--26ffb872-1dd9-446e-b6f5-d58527e5b5d2",
"title": "Some Malware"
}
],
"relationships": [
{
"type": "relationship",
"id": "relationship--6b0e3856-95f3-4c04-a882-116832996da1",
"source_ref": "indicator--26ffb872-1dd9-446e-b6f5-d58527e5b5d2",
"target_ref": "malware--26ffb872-1dd9-446e-b6f5-d58527e5b5d2",
"confidence": "high",
"value": "indicated-malware"
},
{
"type": "relationship",
"id": "relationship--1199cf1b-0a79-49be-9bab-e523a0915aa1",
"source_ref": "malware--26ffb872-1dd9-446e-b6f5-d58527e5b5d2",
"target_ref": "information-source--8ae20dde-83d4-4218-88fd-41ef0dabf9d1",
"confidence": "high",
"value": "has-source"
},
{
"type": "relationship",
"id": "relationship--9fdc03f5-e2d2-446f-a3a1-20a72e3a5330",
"source_ref": "indicator--26ffb872-1dd9-446e-b6f5-d58527e5b5d2",
"target_ref": "information-source--8ae20dde-83d4-4218-88fd-41ef0dabf9d1",
"confidence": "high",
"value": "has-source"
},
{
"type": "relationship",
"id": "relationship--b993476f-9943-4463-be4d-0a2f05cfe25d",
"source_ref": "relationship--6b0e3856-95f3-4c04-a882-116832996da1",
"target_ref": "information-source--8ae20dde-83d4-4218-88fd-41ef0dabf9d1",
"confidence": "high",
"value": "has-source"
}
],
"indicators": [
{
"type": "indicator",
"id": "indicator--26ffb872-1dd9-446e-b6f5-d58527e5b5d2",
"title": "Some indicator"
}
]
}
{
"type": "package",
"id": "package--7342007e-2b76-4a08-a5db-33b09089b602",
"sources": [
{
"type": "information-source",
"id": "information-source--8ae20dde-83d4-4218-88fd-41ef0dabf9d1",
"name": "mitre.org"
}
],
"malwares": [
{
"type": "malware",
"id": "malware--26ffb872-1dd9-446e-b6f5-d58527e5b5d2",
"title": "Some Malware"
}
],
"relationships": [
{
"type": "relationship",
"id": "relationship--6b0e3856-95f3-4c04-a882-116832996da1",
"source_ref": ["indicator--26ffb872-1dd9-446e-b6f5-d58527e5b5d2"],
"target_ref": ["malware--26ffb872-1dd9-446e-b6f5-d58527e5b5d2"],
"confidence": "high",
"value": "indicated-malware"
},
{
"type": "relationship",
"id": "relationship--1199cf1b-0a79-49be-9bab-e523a0915aa1",
"source_ref": ["malware--26ffb872-1dd9-446e-b6f5-d58527e5b5d2", "indicator--26ffb872-1dd9-446e-b6f5-d58527e5b5d2", "relationship--6b0e3856-95f3-4c04-a882-116832996da1"],
"target_ref": ["information-source--8ae20dde-83d4-4218-88fd-41ef0dabf9d1"],
"confidence": "high",
"value": "has-source"
}
],
"indicators": [
{
"type": "indicator",
"id": "indicator--26ffb872-1dd9-446e-b6f5-d58527e5b5d2",
"title": "Some indicator"
}
]
}
{
"type": "package",
"id": "package--7342007e-2b76-4a08-a5db-33b09089b602",
"sources": [
{
"type": "information-source",
"id": "information-source--8ae20dde-83d4-4218-88fd-41ef0dabf9d1",
"name": "mitre.org"
}
],
"malwares": [
{
"type": "malware",
"id": "malware--26ffb872-1dd9-446e-b6f5-d58527e5b5d2",
"title": "Some Malware",
"created_by_ref": "information-source--8ae20dde-83d4-4218-88fd-41ef0dabf9d1"
}
],
"relationships": [
{
"type": "relationship",
"id": "relationship--6b0e3856-95f3-4c04-a882-116832996da1",
"source_ref": "indicator--26ffb872-1dd9-446e-b6f5-d58527e5b5d2",
"target_ref": "malware--26ffb872-1dd9-446e-b6f5-d58527e5b5d2",
"created_by_ref": "information-source--8ae20dde-83d4-4218-88fd-41ef0dabf9d1",
"value": "indicated-malware",
"confidence": "high"
}
],
"indicators": [
{
"type": "indicator",
"id": "indicator--26ffb872-1dd9-446e-b6f5-d58527e5b5d2",
"title": "Some indicator",
"created_by_ref": "information-source--8ae20dde-83d4-4218-88fd-41ef0dabf9d1"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment