Hostname
mail.crowdcontrol.dk
Last fetched
mail.crowdcontrol.dk resolves to 2 IPv4 addresses operated by team-blue-denmark - team.blue Denmark A/S in DK.
Nutrition Label
Resolution chain
mail.crowdcontrol.dk resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 94.231.103.107 | 94.231.96.0/20 | AS48854 | team-blue-denmark - team.blue Denmark A/S | DK |
| 94.231.103.207 | 94.231.96.0/20 | AS48854 | team-blue-denmark - team.blue Denmark A/S | DK |
WHOIS identity
No WHOIS records are currently associated with mail.crowdcontrol.dk in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- mail.crowdcontrol.dk
- mx.simply.com
SPF policy
7 SPF mechanisms authorising senders for mail.crowdcontrol.dk.
| Mechanism | Target |
|---|---|
| SPF_A | mail.crowdcontrol.dk |
| SPF_A | relay1.mail.simply.com |
| SPF_INCLUDE | spf.azehosting.net |
| SPF_IP | 157.90.67.40 |
| SPF_IP | 49.12.83.57 |
| SPF_IP | 94.231.104.195 |
| SPF_MX | mail.crowdcontrol.dk |
Related pages
Pivot deeper into the graph from mail.crowdcontrol.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.crowdcontrol.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.