Commit a3c272dcac0c38062bf4a337f98a5e52ca938b5a
1 parent
3958306236
Exists in
master
and in
2 other branches
Add more mltd test json files
Showing 2 changed files with 34 additions and 0 deletions
pcap-data/mltd1.json
View file @
a3c272d
1 | +{ | |
2 | + "asset_id": "server", | |
3 | + "timestamp": "2021-05-28T13:40:18.224Z", | |
4 | + "event_alarm": [ | |
5 | + { | |
6 | + "event_alarm_id": "danger", | |
7 | + "event_alarm_char": "danger", | |
8 | + "name": "danger", | |
9 | + "source_ip": "192.168.1.1", | |
10 | + "source_port": 1234, | |
11 | + "destination_ip": "192.168.1.50", | |
12 | + "destination_port": 1231, | |
13 | + "priority": 0, | |
14 | + "confidence": 0 | |
15 | + } | |
16 | + ] | |
17 | +} |
pcap-data/mltd2.json
View file @
a3c272d
1 | +{ | |
2 | + "asset_id": "server", | |
3 | + "timestamp": "2021-05-29T13:40:18.224Z", | |
4 | + "event_alarm": [ | |
5 | + { | |
6 | + "event_alarm_id": "danger", | |
7 | + "event_alarm_char": "danger", | |
8 | + "name": "danger", | |
9 | + "source_ip": "192.168.1.1", | |
10 | + "source_port": 1234, | |
11 | + "destination_ip": "192.168.1.50", | |
12 | + "destination_port": 1231, | |
13 | + "priority": 0, | |
14 | + "confidence": 0 | |
15 | + } | |
16 | + ] | |
17 | +} |