Hostname
sagro.dk
Last fetched
sagro.dk resolves to 1 IPv4 address operated by AS48854 in DK.
Nutrition Label
Resolution chain
sagro.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 |
|---|---|---|---|---|
| 185.21.40.96 | 185.21.40.0/22 | AS48854 | — | DK |
WHOIS identity
- Registrar
- —
- Organization
- sagro i/s
- Contact emails
Subdomains
10 observed subdomains of sagro.dk.
Web-graph footprint
Distinct hostnames that link to or from sagro.dk in the public web crawl.
109 sites link to this hostname.
144 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
44 SPF mechanisms authorising senders for sagro.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | send.heyloyalty.com |
| SPF_INCLUDE | spf.mailanyone.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.47.51.138 |
| SPF_IP | 104.47.51.202 |
| SPF_IP | 148.105.8.0/21 |
| SPF_IP | 153.92.224.0/19 |
| SPF_IP | 172.246.0.0/18 |
| SPF_IP | 185.107.232.0/22 |
| SPF_IP | 185.150.198.82/29 |
| SPF_IP | 185.150.198.83 |
| SPF_IP | 185.163.188.0/24 |
| SPF_IP | 185.163.189.0/24 |
| SPF_IP | 185.163.189.46/32 |
| SPF_IP | 185.163.190.0/24 |
| SPF_IP | 185.163.191.0/24 |
| SPF_IP | 185.24.144.0/22 |
| SPF_IP | 185.41.28.0/22 |
| SPF_IP | 185.51.78.140/29 |
| SPF_IP | 185.51.78.141 |
| SPF_IP | 185.51.78.142 |
| SPF_IP | 185.51.78.143 |
| SPF_IP | 185.99.120.0/24 |
| SPF_IP | 185.99.121.0/24 |
| SPF_IP | 185.99.122.0/24 |
| SPF_IP | 185.99.123.0/24 |
| SPF_IP | 194.9.86.0/24 |
| SPF_IP | 194.9.87.0/24 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 20.54.238.131 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 212.146.192.0/18 |
| SPF_IP | 213.32.128.0/18 |
| SPF_IP | 2a01:111:f400::0/48 |
| SPF_IP | 2a01:111:f403:8000::/50 |
| SPF_IP | 2a01:111:f403::/49 |
| SPF_IP | 2a01:111:f403:c000::/51 |
| SPF_IP | 2a01:111:f403:f000::/52 |
| SPF_IP | 37.128.216.254 |
| SPF_IP | 52.100.0.0/14 |
| SPF_IP | 77.32.128.0/18 |
| SPF_IP | 77.32.192.0/19 |
| SPF_IP | 94.143.16.0/21 |
Related pages
Pivot deeper into the graph from sagro.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sagro.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.