Blame view

MLTD/event_example 376 Bytes
2e20dacc7   Thanasis Naskos   MLTD implementati...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
      }
    ]
  }