Hostname
fischergroup.dk
Last fetched
fischergroup.dk resolves to 1 IPv4 address operated by AS48854 in DK.
Nutrition Label
Resolution chain
fischergroup.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 |
|---|---|---|---|---|
| 212.97.141.26 | 212.97.140.0/22 | AS48854 | — | DK |
WHOIS identity
- Registrar
- —
- Organization
- fischer danmark a/s
- Contact emails
Subdomains
17 observed subdomains of fischergroup.dk.
Web-graph footprint
Distinct hostnames that link to or from fischergroup.dk in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for fischergroup.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 143597014.spf03.hubspotemail.net |
| SPF_INCLUDE | _spf.presscloud.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 100.101.8.242 |
| SPF_IP | 109.235.64.228 |
| SPF_IP | 128.77.154.70 |
| SPF_IP | 162.55.165.67 |
| SPF_IP | 213.239.107.199 |
| SPF_IP | 216.55.99.117 |
| SPF_IP | 62.243.22.6 |
| SPF_IP | 77.33.209.197 |
| SPF_IP | 82.135.213.239 |
Related pages
Pivot deeper into the graph from fischergroup.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fischergroup.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.