Hostname
airsupport.dk
Last fetched
airsupport.dk resolves to 1 IPv4 address operated by AS48854 in DK. WHOIS lists registrar:a/s scannet as the registrar.
Nutrition Label
Resolution chain
airsupport.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 |
|---|---|---|---|---|
| 93.191.156.251 | 93.191.152.0/21 | AS48854 | — | DK |
WHOIS identity
- Registrar
- registrar:a/s scannet
- Organization
- air support a/s
- Contact emails
Subdomains
13 observed subdomains of airsupport.dk.
Web-graph footprint
Distinct hostnames that link to or from airsupport.dk in the public web crawl.
12 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for airsupport.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.bedrock.lime-technologies.com |
| SPF_INCLUDE | spf.exclaimer.net |
| SPF_INCLUDE | spf.mentor-it.dk |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.spamfilter.io |
| SPF_IP | 185.189.236.0/22 |
| SPF_IP | 185.211.120.0/22 |
| SPF_IP | 185.250.236.0/22 |
| SPF_IP | 216.71.96.0/22 |
| SPF_IP | 87.253.232.0/21 |
| SPF_IP | 94.137.134.68 |
Related pages
Pivot deeper into the graph from airsupport.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "airsupport.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.