Skip to content

Instantly share code, notes, and snippets.

@ikiril01
Created October 2, 2018 15:49
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/ed19a1884c5930d424810f0cfc938e30 to your computer and use it in GitHub Desktop.
Save ikiril01/ed19a1884c5930d424810f0cfc938e30 to your computer and use it in GitHub Desktop.
Network Traffic Example Option 7
{
"type": "bundle",
"id": "bundle--5d0092c5-5f74-4287-9642-33f4c354e56d",
"spec_version": "2.1",
"objects": [
{
"type": "observed-data",
"id": "observed-data--b67d30ff-02ac-498a-92f9-32f845f448cf",
"spec_version": "2.1",
"created_by_ref": "identity--f431f809-377b-45e0-aa1c-6a4751cae5ff",
"created": "2016-04-06T19:58:16.000Z",
"modified": "2016-04-06T19:58:16.000Z",
"first_observed": "2015-12-21T19:00:00Z",
"last_observed": "2015-12-21T19:00:00Z",
"number_observed": 1,
"objects": {
"0": {
"type": "ipv4-addr",
"value": "203.0.113.1"
},
"1": {
"type": "ipv4-addr",
"value": "203.0.113.5"
},
"2": {
"type": "network-traffic",
"src_ref": "0",
"dst_ref": "1",
"protocols": [
"ipv4",
"tcp"
],
"src_byte_count": 147600,
"src_packets": 100,
"ipfix": {
"minimumIpTotalLength": 32,
"maximumIpTotalLength": 2556
}
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment