Hostname
monarchcc.co.kr
Last fetched
monarchcc.co.kr resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FI.
Nutrition Label
Resolution chain
monarchcc.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.33.235.106 | 13.33.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 13.33.235.26 | 13.33.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 13.33.235.32 | 13.33.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 13.33.235.65 | 13.33.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 99.86.212.40 | 99.86.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 99.86.212.60 | 99.86.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 99.86.212.79 | 99.86.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 99.86.212.95 | 99.86.208.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
WHOIS identity
No WHOIS records are currently associated with monarchcc.co.kr in WhisperGraph.
Subdomains
1 observed subdomain of monarchcc.co.kr.
| Subdomain |
|---|
| development.monarchcc.co.kr |
Web-graph footprint
Distinct hostnames that link to or from monarchcc.co.kr in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from monarchcc.co.kr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "monarchcc.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.