Hostname
ipodo.co.kr
Last fetched
ipodo.co.kr resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists registrar:(?)??? as the registrar.
Nutrition Label
Resolution chain
ipodo.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 |
|---|---|---|---|---|
| 13.226.94.102 | 13.226.94.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.94.104 | 13.226.94.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.94.20 | 13.226.94.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.94.53 | 13.226.94.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.165.75.113 | 3.165.75.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.165.75.128 | 3.165.75.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.165.75.40 | 3.165.75.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.165.75.78 | 3.165.75.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
WHOIS identity
- Registrar
- registrar:(?)???
- Organization
- ????
- Contact emails
- —
Subdomains
2 observed subdomains of ipodo.co.kr.
| Subdomain |
|---|
| gw.ipodo.co.kr |
| webmail.ipodo.co.kr |
Web-graph footprint
Distinct hostnames that link to or from ipodo.co.kr in the public web crawl.
7 sites link to this hostname.
25 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for ipodo.co.kr.
| Mechanism | Target |
|---|---|
| SPF_IP | 112.175.12.0/24 |
| SPF_IP | 118.219.233.0/24 |
| SPF_IP | 175.126.146.0/24 |
| SPF_IP | 183.110.224.0/24 |
Related pages
Pivot deeper into the graph from ipodo.co.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ipodo.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.