Hostname
flextrafik.dk
Last fetched
flextrafik.dk resolves to 1 IPv4 address operated by AS59700 in DK.
Nutrition Label
Resolution chain
flextrafik.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 |
|---|---|---|---|---|
| 91.221.143.72 | 91.221.142.0/23 | AS59700 | — | DK |
WHOIS identity
- Registrar
- —
- Organization
- trafikselskabet movia
- Contact emails
Subdomains
37 observed subdomains of flextrafik.dk.
Web-graph footprint
Distinct hostnames that link to or from flextrafik.dk in the public web crawl.
12 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for flextrafik.dk.
| Mechanism | Target |
|---|---|
| SPF_A | flextrafik.dk |
| SPF_INCLUDE | flexdanmark.dk |
| SPF_IP | 194.150.112.0/22 |
| SPF_IP | 91.221.143.2 |
| SPF_IP | 91.221.143.25/30 |
| SPF_IP | 91.221.143.26 |
| SPF_IP | 91.221.143.56 |
Related pages
Pivot deeper into the graph from flextrafik.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "flextrafik.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.