DnsNode (https://learn.microsoft.com/en-gb/windows/win32/adschema/c-dnsnode) object contains DNS records.
Dns records are stored as binary blob in the dnsRecord property and must be parsed in order to extract DNS records.
Forensics interest is mainly to identify some DNS records related to threat actor activity (fake dns configured by TA, or PTR records showing hostnames of unusual machine) and getting an hostname <-> IP list.
References :
DnsNode (https://learn.microsoft.com/en-gb/windows/win32/adschema/c-dnsnode) object contains DNS records.
Dns records are stored as binary blob in the dnsRecord property and must be parsed in order to extract DNS records.
Forensics interest is mainly to identify some DNS records related to threat actor activity (fake dns configured by TA, or PTR records showing hostnames of unusual machine) and getting an hostname <-> IP list.
References :