Hostname
got7.jype.com
Last fetched
got7.jype.com resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in KR.
Nutrition Label
Resolution chain
got7.jype.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 |
|---|---|---|---|---|
| 20.39.186.202 | 20.36.0.0/14 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | KR |
| 43.203.13.120 | 43.200.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
WHOIS identity
No WHOIS records are currently associated with got7.jype.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from got7.jype.com in the public web crawl.
67 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for got7.jype.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_IP | 118.128.213.112 |
| SPF_IP | 198.37.148.245 |
| SPF_IP | 202.30.198.31 |
| SPF_IP | 207.46.153.244 |
| SPF_IP | 211.115.80.241 |
| SPF_IP | 23.99.118.36 |
| SPF_IP | 40.74.138.87 |
| SPF_IP | 58.224.162.71 |
| SPF_IP | 61.42.12.100 |
| SPF_IP | 61.42.12.120 |
Related pages
Pivot deeper into the graph from got7.jype.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "got7.jype.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.