Commit 1196c545dae780a02b5d176c56c7cdf127f525e1
1 parent
e6e581b508
Exists in
master
and in
2 other branches
Add more json files for ADT, VDM and XLSIEM
Showing 3 changed files with 46 additions and 0 deletions
pcap-data/adt.json
View file @
1196c54
1 | +{ | |
2 | + "asset_id": "asset_123", | |
3 | + "timestamp": "1618563125", | |
4 | + "event_alarm": [ | |
5 | + { | |
6 | + "event_alarm_id": "alarm123", | |
7 | + "event_alarm_char": "e" | |
8 | + }, | |
9 | + { | |
10 | + "event_alarm_id": "alarm456", | |
11 | + "event_alarm_char": "e" | |
12 | + }, | |
13 | + { | |
14 | + "event_alarm_id": "alarm789", | |
15 | + "event_alarm_char": "e", | |
16 | + "name": "example" | |
17 | + } | |
18 | + ] | |
19 | +} |
pcap-data/vdm.json
View file @
1196c54
pcap-data/xlsiem.json
View file @
1196c54
1 | +{ | |
2 | + "asset_id": "asset_123", | |
3 | + "timestamp": "1618563125", | |
4 | + "event_alarm": [ | |
5 | + { | |
6 | + "event_alarm_id": "alarm_123", | |
7 | + "event_alarm_char": "A", | |
8 | + "name": "TEST", | |
9 | + "source_ip": "192.168.1.1", | |
10 | + "source_port": "5555", | |
11 | + "destination_ip": "192.168.1.10", | |
12 | + "destination_port": "8888" | |
13 | + } | |
14 | + ] | |
15 | +} |