Hostname
azsolver.com
Last fetched
azsolver.com resolves to 3 IPv4 addresses operated by HETZNER-AS in DE. WHOIS lists iana:1861 as the registrar.
Nutrition Label
Resolution chain
azsolver.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 136.243.154.114 | 136.243.0.0/16 | AS24940 | HETZNER-AS | DE |
| 23.202.88.27 | 23.202.88.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 66.29.141.45 | 66.29.141.0/24 | AS22612 | NAMECHEAP-NET - Namecheap, Inc. | US |
WHOIS identity
- Registrar
- iana:1861
- Organization
- private by design,
- Contact emails
- —
Subdomains
13 observed subdomains of azsolver.com.
Web-graph footprint
Distinct hostnames that link to or from azsolver.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for azsolver.com.
| Mechanism | Target |
|---|---|
| SPF_A | azsolver.com |
| SPF_IP | 136.243.154.114 |
| SPF_IP | 136.243.154.120 |
| SPF_MX | azsolver.com |
Related pages
Pivot deeper into the graph from azsolver.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "azsolver.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.