Hostname
eijffinger.com
Last fetched
eijffinger.com resolves to 1 IPv4 address operated by XL-AS in NL. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
eijffinger.com 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 |
|---|---|---|---|---|
| 85.10.187.220 | 85.10.184.0/22 | AS35470 | XL-AS | NL |
WHOIS identity
- Registrar
- iana:269
- Organization
- buys p.
- Contact emails
Subdomains
10 observed subdomains of eijffinger.com.
Web-graph footprint
Distinct hostnames that link to or from eijffinger.com in the public web crawl.
450 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for eijffinger.com.
| Mechanism | Target |
|---|---|
| SPF_A | bar4.sb-groep.nl |
| SPF_A | filter01.speyk.nl |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 193.95.153.228 |
| SPF_IP | 194.165.166.30 |
| SPF_IP | 51.105.171.251 |
| SPF_IP | 52.169.0.179/32 |
| SPF_IP | 95.170.87.84 |
| SPF_MX | eijffinger.com |
Related pages
Pivot deeper into the graph from eijffinger.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eijffinger.com"})-[: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.