Hostname
uv100.jp
Last fetched
uv100.jp resolves to 20 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
uv100.jp resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- —
- Organization
- sunbarrier100
- Contact emails
Subdomains
1 observed subdomain of uv100.jp.
| Subdomain |
|---|
| www.uv100.jp |
Web-graph footprint
Distinct hostnames that link to or from uv100.jp in the public web crawl.
595 sites link to this hostname.
20 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 uv100.jp.
| Mechanism | Target |
|---|---|
| SPF_A | www456.sakura.ne.jp |
| SPF_INCLUDE | spf-bma.mpme.jp |
| SPF_INCLUDE | spf.bserver.jp |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | treasure-ship.jp |
| SPF_IP | 153.125.228.244 |
| SPF_IP | 2001:e42:101:4:59:106:13:96 |
| SPF_IP | 59.106.13.96 |
| SPF_MX | uv100.jp |
Related pages
Pivot deeper into the graph from uv100.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uv100.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.