Hostname
anssems.eu
Last fetched
anssems.eu resolves to 2 IPv4 addresses operated by AS39591 in NL. WHOIS lists registrar:sitebytes b.v. as the registrar.
Nutrition Label
Resolution chain
anssems.eu 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 |
|---|---|---|---|---|
| 77.94.244.234 | 77.94.244.0/22 | AS39591 | — | NL |
| 79.143.209.209 | 79.143.209.0/24 | AS39591 | — | NL |
WHOIS identity
- Registrar
- registrar:sitebytes b.v.
- Organization
- —
- Contact emails
- —
Subdomains
7 observed subdomains of anssems.eu.
Web-graph footprint
Distinct hostnames that link to or from anssems.eu in the public web crawl.
48 sites link to this hostname.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for anssems.eu.
| Mechanism | Target |
|---|---|
| SPF_A | anssems.eu |
| SPF_A | smtp.global-e.nl |
| SPF_INCLUDE | awsspf.prezent.nl |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 31.3.103.111 |
| SPF_IP | 77.94.242.6/32 |
| SPF_IP | 77.94.242.7/32 |
| SPF_IP | 77.94.244.209/32 |
| SPF_IP | 77.94.244.233 |
| SPF_IP | 79.143.209.209 |
| SPF_MX | anssems.eu |
Related pages
Pivot deeper into the graph from anssems.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "anssems.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.