Audit events coming from Windows clusters (with ot without SQL Server clustered environment) are using APIPA addresses as the source IP address rather than the actual routable IP address as the origin information. Although the actual source IP address is still stored in another layout column that also has IP address data. This is more frequent with SQL audit events coming from clustered node servers.
APIPA addresses are automatically assigned to network adapters (cannot be obtained by DHCP or manually), non-routable IPs. Devices using APIPA (usually Windows clusters) can only communicate with other devices on the same local network segment (subnet) and cannot be routed to other networks, including the internet.
XEvents from the SQL server are used to generate Change Auditor SQL events. Those events include a logon event that gives us a NetBIOS host name and maps it to a session ID. Subsequent requests on that session ID are mapped to the original logon hostname. For all events, that host name is resolved to an IPv4 address. From what we see, the events that are being seen are SQL Telemetry account, which is using the APIPA address (failover cluster address). The address resolution method that Change Auditor currently uses gets all IPv4 addresses assigned to the host and currently returns the first one, as APIPA address assignments for cluster nodes weren't considered in the original design.
The Product team has identified and logged this as a product defect with ID 571878, to filter out APIPA addresses if an IPV4 address in any other subnet is available (similar to how we filter events with 127.0.0.0 as the IP address).
WORKAROUND:
None. Please note that if this is currently impacting your SIEM forwarding automated data digestion strategy, you should accommodate your SIEM automation scripts to use another of the available forwarded mapped columns that contains the actual IP address of the host instead of the usual which is Origin IPv4:
https://support.quest.com/technical-documents/change-auditor/siem-integration-user-guide/
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Termini di utilizzo Privacy Cookie Preference Center