Hostname
agreen.jp
Last fetched
agreen.jp resolves to 1 IPv4 address operated by AS7684 in JP.
Nutrition Label
Resolution chain
agreen.jp resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 153.120.120.92 | 153.120.0.0/17 | AS7684 | — | JP |
WHOIS identity
- Registrar
- —
- Organization
- —
- Contact emails
Subdomains
6 observed subdomains of agreen.jp.
Web-graph footprint
Distinct hostnames that link to or from agreen.jp in the public web crawl.
124 sites link to this hostname.
232 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for agreen.jp.
| Mechanism | Target |
|---|---|
| SPF_A | blue.agreen.jp |
| SPF_A | www.agreen.jp |
| SPF_A | www4091.sakura.ne.jp |
| SPF_INCLUDE | spf.haihaimail.jp |
| SPF_IP | 153.120.120.92 |
| SPF_IP | 153.127.214.231/32 |
| SPF_IP | 160.16.118.91 |
| SPF_IP | 2401:2500:10a:1028:153:127:214:231 |
| SPF_MX | agreen.jp |
Related pages
Pivot deeper into the graph from agreen.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "agreen.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.