Skip to content

Instantly share code, notes, and snippets.

@ikiril01
Created April 4, 2016 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ikiril01/93efeaa247f612605919fe5b11354bdb to your computer and use it in GitHub Desktop.
Save ikiril01/93efeaa247f612605919fe5b11354bdb to your computer and use it in GitHub Desktop.
Network Connection w/ AS - Container
{
"type": "package",
"spec_version": "stix-2.0",
"observations": [{
"type": "observation",
"id": "observation--4",
"spec_version": "stix-2.0",
"created_at": "2016-03-21T01:01:01Z",
"observed_at": "2016-03-21T01:01:01Z",
"objects": [
{
"type": "network-connection",
"id": "network-connection--1",
"spec_version": "cybox-3.0"
},
{
"type": "ipv4-addr-object",
"id": "ip-address--2",
"spec_version": "cybox-3.0",
"value": "1.2.3.4"
},
{
"type": "ipv4-addr-object",
"id": "ip-address--3",
"spec_version": "cybox-3.0",
"value": "4.3.2.1"
},
{
"type": "as-object",
"id": "as--1",
"spec_version": "cybox-3.0",
"number": "40"
}
],
"relationships": [
{
"type": "object-relationship",
"id": "object-relationship--5",
"spec_version": "cybox-3.0",
"source_ref": "network-connection--1",
"target_ref": "ip-address--2",
"kind_of_relationship": "has-destination"
},
{
"type": "object-relationship",
"id": "object-relationship--6",
"spec_version": "cybox-3.0",
"source_ref": "network-connection--1",
"target_ref": "ip-address--3",
"kind_of_relationship": "has-source"
},
{
"type": "object-relationship",
"id": "object-relationship--7",
"spec_version": "cybox-3.0",
"source_ref": "ip-address--3",
"target_ref": "as--1",
"kind_of_relationship": "belongs-to"
}
]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment