Skip to content

Hostname

test.patternclub.org

Last fetched

test.patternclub.org resolves to 1 IPv4 address operated by GODADDY-SXB in DE.

Nutrition Label

WHISPER CANON · test.patternclub.orgRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/test.patternclub.org

Resolution chain

test.patternclub.org resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
92.205.63.12392.205.48.0/20AS21499GODADDY-SXBDE

WHOIS identity

No WHOIS records are currently associated with test.patternclub.org in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for test.patternclub.org.

MechanismTarget
SPF_Atest.patternclub.org
SPF_INCLUDEspf.messagingengine.com
SPF_IP152.53.200.249
SPF_IP193.170.194.194
SPF_IP87.230.25.115
SPF_MXmx.lurk.org
SPF_MXtest.patternclub.org

Related pages

Pivot deeper into the graph from test.patternclub.org.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "test.patternclub.org"})-[: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.