Skip to content

Hostname

_dmarc.gerdalock.com

Last fetched

_dmarc.gerdalock.com resolves to 1 IPv4 address operated by HOMEPL-AS in PL.

Nutrition Label

WHISPER CANON · _dmarc.gerdalock.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/_dmarc.gerdalock.com

Resolution chain

_dmarc.gerdalock.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
79.96.20.25379.96.0.0/17AS12824HOMEPL-ASPL

WHOIS identity

No WHOIS records are currently associated with _dmarc.gerdalock.com in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

SPF policy

5 SPF mechanisms authorising senders for _dmarc.gerdalock.com.

MechanismTarget
SPF_Aec2-54-194-196-239.eu-west-1.compute.amazonaws.com
SPF_Aec2-54-194-78-53.eu-west-1.compute.amazonaws.com
SPF_INCLUDEdanalock.com
SPF_IP79.96.20.253
SPF_MX_dmarc.gerdalock.com

Related pages

Pivot deeper into the graph from _dmarc.gerdalock.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "_dmarc.gerdalock.com"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.