From a3c272dcac0c38062bf4a337f98a5e52ca938b5a Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Wed, 1 Dec 2021 12:37:24 +0200 Subject: [PATCH] Add more mltd test json files --- pcap-data/mltd1.json | 17 +++++++++++++++++ pcap-data/mltd2.json | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 pcap-data/mltd1.json create mode 100644 pcap-data/mltd2.json diff --git a/pcap-data/mltd1.json b/pcap-data/mltd1.json new file mode 100644 index 0000000..3e32498 --- /dev/null +++ b/pcap-data/mltd1.json @@ -0,0 +1,17 @@ +{ + "asset_id": "server", + "timestamp": "2021-05-28T13:40:18.224Z", + "event_alarm": [ + { + "event_alarm_id": "danger", + "event_alarm_char": "danger", + "name": "danger", + "source_ip": "192.168.1.1", + "source_port": 1234, + "destination_ip": "192.168.1.50", + "destination_port": 1231, + "priority": 0, + "confidence": 0 + } + ] +} diff --git a/pcap-data/mltd2.json b/pcap-data/mltd2.json new file mode 100644 index 0000000..331bfb1 --- /dev/null +++ b/pcap-data/mltd2.json @@ -0,0 +1,17 @@ +{ + "asset_id": "server", + "timestamp": "2021-05-29T13:40:18.224Z", + "event_alarm": [ + { + "event_alarm_id": "danger", + "event_alarm_char": "danger", + "name": "danger", + "source_ip": "192.168.1.1", + "source_port": 1234, + "destination_ip": "192.168.1.50", + "destination_port": 1231, + "priority": 0, + "confidence": 0 + } + ] +} -- 2.2.2