Hostname
devguard.io
Last fetched
devguard.io resolves to 8 IPv4 addresses operated by CDN77 _ in DE.
Nutrition Label
Resolution chain
devguard.io resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 138.199.36.7 | 138.199.36.0/23 | AS60068 | CDN77 _ | DE |
| 138.199.37.227 | 138.199.36.0/23 | AS60068 | CDN77 _ | DE |
| 138.199.37.231 | 138.199.36.0/23 | AS60068 | CDN77 _ | DE |
| 138.199.37.232 | 138.199.36.0/23 | AS60068 | CDN77 _ | DE |
| 138.199.46.66 | 138.199.46.0/24 | AS60068 | CDN77 _ | SG |
| 169.150.236.97 | 169.150.236.0/24 | AS60068 | CDN77 _ | US |
| 169.150.247.35 | 169.150.247.0/24 | AS60068 | CDN77 _ | DE |
| 169.150.247.38 | 169.150.247.0/24 | AS60068 | CDN77 _ | DE |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from devguard.io in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for devguard.io.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | servers.mcsv.net |
Related pages
Pivot deeper into the graph from devguard.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "devguard.io"})-[: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.