Hostname
drsnategh.com
Last fetched
drsnategh.com resolves to 3 IPv4 addresses operated by HETZNER-AS - Hetzner Online GmbH in DE. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
drsnategh.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 |
|---|---|---|---|---|
| 188.40.221.179 | 188.40.0.0/16 | AS24940 | HETZNER-AS - Hetzner Online GmbH | DE |
| 195.28.169.65 | 195.28.169.0/24 | AS212216 | Netafraz - Netafraz Iranian Ltd. | IR |
| 185.239.1.185 | 185.239.1.0/24 | AS202269 | BitCommand - BitCommand LLC | — |
WHOIS identity
- Registrar
- iana:113
- Organization
- —
- Contact emails
- —
Subdomains
7 observed subdomains of drsnategh.com.
Web-graph footprint
Distinct hostnames that link to or from drsnategh.com in the public web crawl.
21 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for drsnategh.com.
| Mechanism | Target |
|---|---|
| SPF_A | drsnategh.com |
| SPF_INCLUDE | _auxspf.axspace.com |
| SPF_IP | 195.28.169.0/24 |
| SPF_MX | drsnategh.com |
Related pages
Pivot deeper into the graph from drsnategh.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "drsnategh.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.