Hostname
dafo.se
Last fetched
dafo.se resolves to 1 IPv4 address operated by AS29468 in SE. WHOIS lists registrar:loopia ab as the registrar.
Nutrition Label
Resolution chain
dafo.se 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 |
|---|---|---|---|---|
| 185.138.66.220 | 185.138.147.0/24 | AS29468 | — | SE |
WHOIS identity
- Registrar
- registrar:loopia ab
- Organization
- —
- Contact emails
- —
Subdomains
13 observed subdomains of dafo.se.
Web-graph footprint
Distinct hostnames that link to or from dafo.se in the public web crawl.
75 sites link to this hostname.
70 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for dafo.se.
| Mechanism | Target |
|---|---|
| SPF_A | dafo-se.mail.protection.outlook.com |
| SPF_A | dafo.se |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 162.13.13.123/32 |
| SPF_IP | 193.12.104.80/28 |
| SPF_IP | 194.187.60.109 |
| SPF_IP | 2603:10a6:150:35:0:0:0:21 |
| SPF_IP | 2603:10a6:3:c8:0:0:0:17 |
| SPF_MX | dafo.se |
Related pages
Pivot deeper into the graph from dafo.se.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dafo.se"})-[: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.