Skip to content

Hostname

adwebcloud.com

Last fetched

adwebcloud.com resolves to 2 IPv4 addresses operated by ANSONNET-AS-UK in SG. WHOIS lists iana:420 as the registrar.

Nutrition Label

WHISPER CANON · adwebcloud.comRouting diversity2.4/10Peering density5.8/10MOAS conflict✓ noneThreat-feed listings6.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/adwebcloud.com

Resolution chain

adwebcloud.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
193.168.192.161193.168.192.0/23AS47583ANSONNET-AS-UKSG
69.231.137.15169.231.128.0/18AS135629AS_STADTWERKE_DORFENCN

WHOIS identity

Registrar
iana:420
Organization
Contact emails

Subdomains

94 observed subdomains of adwebcloud.com.

Web-graph footprint

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

12 sites link to this hostname.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from adwebcloud.com.

Cypher and MCP

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

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