Blame view

pcap-data/xlsiem.json 378 Bytes
1196c545d   George Vlahavas   Add more json fil...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  {
      "asset_id": "asset_123",
      "timestamp": "1618563125",
      "event_alarm": [
          {
              "event_alarm_id": "alarm_123",
              "event_alarm_char": "A",
              "name": "TEST",
              "source_ip": "192.168.1.1",
              "source_port": "5555",
              "destination_ip": "192.168.1.10",
              "destination_port": "8888"
          }
      ]
  }