Hostname
sun-a.jp
Last fetched
sun-a.jp resolves to 2 IPv4 addresses operated by AS131921 in JP.
Nutrition Label
Resolution chain
sun-a.jp 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 |
|---|---|---|---|---|
| 180.222.188.100 | 180.222.184.0/21 | AS131921 | — | JP |
| 180.222.188.99 | 180.222.184.0/21 | AS131921 | — | JP |
WHOIS identity
- Registrar
- —
- Organization
- sun-a,co.ltd.
- Contact emails
Subdomains
1 observed subdomain of sun-a.jp.
| Subdomain |
|---|
| www.sun-a.jp |
Web-graph footprint
Distinct hostnames that link to or from sun-a.jp in the public web crawl.
13 sites link to this hostname.
52 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for sun-a.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | bmsend.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.115.94.33/32 |
| SPF_IP | 13.115.96.115/32 |
| SPF_IP | 153.122.153.253 |
| SPF_IP | 202.241.206.44/32 |
Related pages
Pivot deeper into the graph from sun-a.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sun-a.jp"})-[: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.