Hostname
flowr.dk
Last fetched
flowr.dk resolves to 1 IPv4 address operated by SUCURI-SEC - Sucuri in US.
Nutrition Label
Resolution chain
flowr.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 |
|---|---|---|---|---|
| 192.124.249.109 | 192.124.249.0/24 | AS30148 | SUCURI-SEC - Sucuri | US |
WHOIS identity
- Registrar
- —
- Organization
- dansk supermarked a/s
- Contact emails
Subdomains
11 observed subdomains of flowr.dk.
Web-graph footprint
Distinct hostnames that link to or from flowr.dk in the public web crawl.
113 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for flowr.dk.
| Mechanism | Target |
|---|---|
| SPF_A | flowr.dk |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | mailgun.org |
| SPF_IP | 135.181.142.219 |
| SPF_IP | 138.201.59.97/32 |
| SPF_IP | 2a01:4f8:141:22dc:0:0:0:2 |
| SPF_IP | 2a01:4f8:172:1460:0:0:0:2 |
| SPF_IP | 2a01:4f9:3a:16e4:0:0:0:2 |
| SPF_IP | 2a01:4f9:c012:67e7:0:0:0:1 |
| SPF_IP | 46.4.121.216 |
| SPF_IP | 65.108.250.66 |
| SPF_MX | flowr.dk |
Related pages
Pivot deeper into the graph from flowr.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "flowr.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.