Hostname
userlocal.jp
Last fetched
userlocal.jp resolves to 2 IPv4 addresses operated by AS17506 in JP.
Nutrition Label
Resolution chain
userlocal.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 |
|---|---|---|---|---|
| 124.33.183.201 | 124.32.0.0/14 | AS17506 | — | JP |
| 203.114.55.133 | 203.114.0.0/18 | AS2519 | — | JP |
WHOIS identity
- Registrar
- —
- Organization
- paperboy&co.
- Contact emails
Subdomains
115 observed subdomains of userlocal.jp.
Showing 25 of 115. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from userlocal.jp in the public web crawl.
453 sites link to this hostname.
160 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for userlocal.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | transmail.net |
| SPF_IP | 203.114.55.157 |
| SPF_IP | 52.199.98.200 |
Related pages
Pivot deeper into the graph from userlocal.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "userlocal.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.