Hostname
secure.kilroy.eu
Last fetched
secure.kilroy.eu resolves to 1 IPv4 address operated by AS41016 in DK.
Nutrition Label
Resolution chain
secure.kilroy.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 |
|---|---|---|---|---|
| 195.95.172.138 | 195.95.172.0/24 | AS41016 | — | DK |
WHOIS identity
No WHOIS records are currently associated with secure.kilroy.eu in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for secure.kilroy.eu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf-basic.fogcreek.com |
| SPF_INCLUDE | spf.itide.dk |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 151.193.224.244/32 |
| SPF_IP | 151.193.224.245/32 |
| SPF_IP | 151.193.65.92/32 |
| SPF_IP | 151.193.65.93/32 |
| SPF_IP | 195.95.172.0/24 |
Related pages
Pivot deeper into the graph from secure.kilroy.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "secure.kilroy.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.