Skip to content

Hostname

asmo.am

Last fetched

asmo.am resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · asmo.amRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/asmo.am

Resolution chain

asmo.am resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.21.67.35104.21.64.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
152.53.125.78152.53.124.0/22AS197540NETCUP-AS netcup GmbHDE
172.67.211.217172.67.208.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

No WHOIS records are currently associated with asmo.am in WhisperGraph.

Subdomains

28 observed subdomains of asmo.am.

Web-graph footprint

Distinct hostnames that link to or from asmo.am in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for asmo.am.

MechanismTarget
SPF_Aasmo.am
SPF_IP152.53.125.78
SPF_MXasmo.am

Related pages

Pivot deeper into the graph from asmo.am.

Cypher and MCP

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

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