Hostname
test-guide.com
Last fetched
test-guide.com resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
test-guide.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 |
|---|---|---|---|---|
| 104.26.12.76 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.26.13.76 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.74.197 | 172.67.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:1068
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
- 0cd03aa2e07446d89ef0c727b551bad8.protect@whoisguard.com
- 336d3342ec41405aada7f231e3595df1.protect@whoisguard.com
- 649be6aaacb1414a9843aedd751e1dec.protect@whoisguard.com
- 7d341b02c60245ff99013b0be6f786ce.protect@whoisguard.com
- a3cb804b916841e99811a9008ee6d84b.protect@whoisguard.com
- c50fe098ac564b398fdc40be4587d426.protect@whoisguard.com
- dfefb8a5bdbd4ff1b6c43954873e4a03.protect@whoisguard.com
- e82f4a024db74894a860af06ec575c9c.protect@withheldforprivacy.com
Subdomains
6 observed subdomains of test-guide.com.
Web-graph footprint
Distinct hostnames that link to or from test-guide.com in the public web crawl.
457 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for test-guide.com.
| Mechanism | Target |
|---|---|
| SPF_A | test-guide.com |
| SPF_IP | 50.28.102.226 |
| SPF_IP | 50.28.22.253 |
| SPF_IP | 72.52.196.186 |
| SPF_MX | test-guide.com |
Related pages
Pivot deeper into the graph from test-guide.com.
- IP · 104.26.12.76
- ASN · AS13335CLOUDFLARENET - Cloudflare, Inc.
- Registrar · iana:1068
- Country · CA
- Email · 0cd03aa2e07446d89ef0c727b551bad8.protect@whoisguard.com
- TLD · .com
- Browse hostnames · te…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "test-guide.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.