Hostname
b.samsung.dk
Last fetched
b.samsung.dk resolves to 1 IPv4 address operated by AS6619 in KR.
Nutrition Label
Resolution chain
b.samsung.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 |
|---|---|---|---|---|
| 211.45.27.231 | 211.45.0.0/19 | AS6619 | — | KR |
WHOIS identity
No WHOIS records are currently associated with b.samsung.dk in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for b.samsung.dk.
| Mechanism | Target |
|---|---|
| SPF_IP | 143.42.19.66/32 |
| SPF_IP | 172.234.99.226/32 |
| SPF_IP | 194.187.60.0/22 |
| SPF_IP | 212.16.188.224/27 |
| SPF_IP | 5.159.231.1/32 |
| SPF_IP | 87.117.243.52/32 |
Related pages
Pivot deeper into the graph from b.samsung.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b.samsung.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.