Skip to content

Hostname

project.axwon.com

Last fetched

project.axwon.com resolves to 1 IPv4 address operated by OVH in IN.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
148.113.35.66148.113.0.0/18AS16276OVHIN

WHOIS identity

No WHOIS records are currently associated with project.axwon.com in WhisperGraph.

Subdomains

1 observed subdomain of project.axwon.com.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for project.axwon.com.

MechanismTarget
SPF_Aproject.axwon.com
SPF_INCLUDErelay.mailchannels.net
SPF_IP148.113.35.66
SPF_IP192.46.215.131
SPF_MXproject.axwon.com

Related pages

Pivot deeper into the graph from project.axwon.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "project.axwon.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.