Hostname
designunit.co.kr
Last fetched
designunit.co.kr resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
designunit.co.kr resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.158.245.104 | 108.158.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 108.158.245.124 | 108.158.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 108.158.245.54 | 108.158.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 108.158.245.96 | 108.158.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 108.158.251.113 | 108.158.251.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.158.251.26 | 108.158.251.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.158.251.7 | 108.158.251.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.158.251.8 | 108.158.251.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
WHOIS identity
No WHOIS records are currently associated with designunit.co.kr in WhisperGraph.
Subdomains
1 observed subdomain of designunit.co.kr.
| Subdomain |
|---|
| www.designunit.co.kr |
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for designunit.co.kr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.worksmobile.com |
Related pages
Pivot deeper into the graph from designunit.co.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "designunit.co.kr"})-[: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.