Skip to content

Hostname

amstan.com

Last fetched

amstan.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:86 as the registrar.

Nutrition Label

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

Resolution chain

amstan.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

Registrar
iana:86
Organization
as logistics incorporated
Contact emails

Subdomains

3 observed subdomains of amstan.com.

Web-graph footprint

Distinct hostnames that link to or from amstan.com in the public web crawl.

24 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

16 SPF mechanisms authorising senders for amstan.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEmercurygate.net
SPF_INCLUDEspf-001e3101.pphosted.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP18.118.53.214
SPF_IP18.189.50.166
SPF_IP18.216.184.126/32
SPF_IP18.216.225.118/32
SPF_IP18.218.44.65/32
SPF_IP18.219.54.208
SPF_IP199.115.76.18/32
SPF_IP199.66.223.104/27
SPF_IP3.139.206.90
SPF_IP3.22.88.14
SPF_IP33.141.139.175
SPF_IP63.146.173.126

Related pages

Pivot deeper into the graph from amstan.com.

Cypher and MCP

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

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