Hostname
daedonggear.com
Last fetched
daedonggear.com resolves to 2 IPv4 addresses operated by AS9848 in KR. WHOIS lists iana:87 as the registrar.
Nutrition Label
Resolution chain
daedonggear.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 |
|---|---|---|---|---|
| 210.122.36.179 | 210.122.0.0/16 | AS9848 | — | KR |
| 220.73.160.29 | 220.72.0.0/13 | AS4766 | — | KR |
WHOIS identity
- Registrar
- iana:87
- Organization
- daedong gear
- Contact emails
Subdomains
8 observed subdomains of daedonggear.com.
Web-graph footprint
Distinct hostnames that link to or from daedonggear.com in the public web crawl.
10 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for daedonggear.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 203.251.73.247 |
| SPF_IP | 210.122.36.179 |
| SPF_IP | 220.73.160.29 |
Related pages
Pivot deeper into the graph from daedonggear.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "daedonggear.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.