Hostname
gdadmin.venta.co.kr
Last fetched
gdadmin.venta.co.kr resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
gdadmin.venta.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.251.109 | 13.227.36.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.251.129 | 13.227.36.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.251.49 | 13.227.36.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.251.78 | 13.227.36.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.227.227.122 | 13.227.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
| 13.227.227.2 | 13.227.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
| 13.227.227.49 | 13.227.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
| 13.227.227.83 | 13.227.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
WHOIS identity
No WHOIS records are currently associated with gdadmin.venta.co.kr in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for gdadmin.venta.co.kr.
| Mechanism | Target |
|---|---|
| SPF_IP | 218.36.126.20 |
| SPF_IP | 222.122.213.171 |
Related pages
Pivot deeper into the graph from gdadmin.venta.co.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gdadmin.venta.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.