Hostname
computer2000.nl
Last fetched
computer2000.nl has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:deutsche telekom ag as the registrar.
Nutrition Label
Resolution chain
computer2000.nl has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:deutsche telekom ag
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of computer2000.nl.
| Subdomain |
|---|
| www.computer2000.nl |
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for computer2000.nl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-00277801.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 169.153.136.50 |
| SPF_IP | 169.153.203.90 |
| SPF_IP | 169.153.203.93 |
| SPF_IP | 62.153.205.176/28 |
| SPF_IP | 62.225.34.0/24 |
| SPF_IP | 80.152.49.0/24 |
| SPF_IP | 88.217.182.8/29 |
Related pages
Pivot deeper into the graph from computer2000.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "computer2000.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.