Hostname
hd-marinesolution.com
Last fetched
hd-marinesolution.com resolves to 2 IPv4 addresses operated by AS3786 in KR. WHOIS lists iana:244 as the registrar.
Nutrition Label
Resolution chain
hd-marinesolution.com 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 |
|---|---|---|---|---|
| 121.254.178.229 | 122.10.100.0/24 | AS3786 | — | KR |
| 211.193.192.144 | 211.236.110.16/29 | AS4793 | — | KR |
WHOIS identity
- Registrar
- iana:244
- Organization
- —
- Contact emails
Web-graph footprint
Distinct hostnames that link to or from hd-marinesolution.com in the public web crawl.
45 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for hd-marinesolution.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 121.156.66.177 |
| SPF_IP | 121.156.66.178 |
| SPF_IP | 211.193.193.12/32 |
| SPF_IP | 211.193.193.212 |
| SPF_IP | 211.193.193.213 |
| SPF_IP | 211.193.193.214 |
| SPF_IP | 211.193.193.215 |
| SPF_IP | 211.236.244.72 |
| SPF_IP | 211.236.244.73 |
Related pages
Pivot deeper into the graph from hd-marinesolution.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hd-marinesolution.com"})-[: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.