Hostname
gravograph.nl
Last fetched
gravograph.nl resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in NL. WHOIS lists registrar:nameshield as the registrar.
Nutrition Label
Resolution chain
gravograph.nl resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 4.210.245.1 | 4.208.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
| 52.18.100.150 | 52.18.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
- Registrar
- registrar:nameshield
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of gravograph.nl.
| Subdomain |
|---|
| www.gravograph.nl |
Web-graph footprint
Distinct hostnames that link to or from gravograph.nl in the public web crawl.
1 site linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for gravograph.nl.
| Mechanism | Target |
|---|---|
| SPF_A | gravograph.nl |
| SPF_A | notos.online.be |
| SPF_A | smtp.online.be |
| SPF_INCLUDE | mailers.novius.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 151.80.73.0/24 |
| SPF_IP | 178.32.24.37 |
| SPF_IP | 5.196.242.150 |
| SPF_MX | gravograph.nl |
Related pages
Pivot deeper into the graph from gravograph.nl.
- IP · 4.210.245.1
- ASN · AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation
- Registrar · registrar:nameshield
- Country · NL
- TLD · .nl
- Browse hostnames · gr…
- 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: "gravograph.nl"})-[: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.