Skip to content

Hostname

web.am

Last fetched

web.am resolves to 1 IPv4 address operated by AS16190 WEB. in AM.

Nutrition Label

WHISPER CANON · web.amRouting diversity1.5/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/web.am

Resolution chain

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

IPPrefixASNOperatorCountry
217.113.1.131217.113.1.0/24AS16190AS16190 WEB.AM

WHOIS identity

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

Subdomains

40 observed subdomains of web.am.

Web-graph footprint

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

39 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for web.am.

MechanismTarget
SPF_Aweb.am
SPF_IP217.113.0.178
SPF_MXweb.am

Related pages

Pivot deeper into the graph from web.am.

Cypher and MCP

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

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