Skip to main content
Triggered when an IP address conflict is detected on the network. Alert name: ALERT_IP_CONFLICT

Payload

{
  "metadata": {
    "alert_name": "ALERT_IP_CONFLICT",
    "network_name": "Main Office",
    "timestamp": "2026-01-23T21:40:03Z"
  },
  "data": {
    "ip_conflicts": [
      {
        "ip": "192.168.1.50",
        "macs": [
          "AA:BB:CC:DD:EE:F1",
          "AA:BB:CC:DD:EE:F2"
        ]
      }
    ]
  }
}

Fields

FieldTypeDescription
ipstringThe conflicting IP address
macsarray of stringsMAC addresses claiming the same IP