Hostname
expanseproject.eu
Last fetched
expanseproject.eu resolves to 1 IPv4 address operated by AS25459 in NL. WHOIS lists registrar:hostnet bv as the registrar.
Nutrition Label
Resolution chain
expanseproject.eu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 77.243.228.110 | 77.243.224.0/20 | AS25459 | — | NL |
WHOIS identity
- Registrar
- registrar:hostnet bv
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of expanseproject.eu.
Web-graph footprint
Distinct hostnames that link to or from expanseproject.eu in the public web crawl.
43 sites link to this hostname.
17 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for expanseproject.eu.
| Mechanism | Target |
|---|---|
| SPF_A | expanseproject.eu |
| SPF_INCLUDE | _spf.hostnet.nl |
| SPF_IP | 77.243.228.110 |
| SPF_MX | expanseproject.eu |
Related pages
Pivot deeper into the graph from expanseproject.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "expanseproject.eu"})-[: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.