Hostname
fa2009.dk
Last fetched
fa2009.dk resolves to 1 IPv4 address operated by AS3308 in DK.
Nutrition Label
Resolution chain
fa2009.dk 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 |
|---|---|---|---|---|
| 62.199.210.104 | 62.198.0.0/15 | AS3308 | — | DK |
WHOIS identity
- Registrar
- —
- Organization
- fa09
- Contact emails
Subdomains
5 observed subdomains of fa2009.dk.
Web-graph footprint
Distinct hostnames that link to or from fa2009.dk in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for fa2009.dk.
| Mechanism | Target |
|---|---|
| SPF_A | fa2009.dk |
| SPF_INCLUDE | _spf.signicat.cloud |
| SPF_INCLUDE | o._spf.hostedsepo.dk |
| SPF_INCLUDE | spf.dandomain.dk |
| SPF_INCLUDE | spf.lmmail.dk |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.zitcom.dk |
| SPF_IP | 130.225.165.59 |
| SPF_IP | 5.103.117.66 |
| SPF_IP | 62.199.210.126 |
| SPF_IP | 62.242.2.178/29 |
| SPF_IP | 62.242.2.185/29 |
| SPF_IP | 93.176.73.194/26 |
| SPF_MX | fa2009.dk |
Related pages
Pivot deeper into the graph from fa2009.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fa2009.dk"})-[: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.