Hostname
usen.com
Last fetched
usen.com resolves to 1 IPv4 address operated by USEN-NET USEN CORPORATION in JP. WHOIS lists iana:1485 as the registrar.
Nutrition Label
Resolution chain
usen.com 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 |
|---|---|---|---|---|
| 125.63.35.90 | 125.63.32.0/20 | AS24278 | USEN-NET USEN CORPORATION | JP |
WHOIS identity
- Registrar
- iana:1485
- Organization
- usen corporation
- Contact emails
Subdomains
18,861 observed subdomains of usen.com.
Showing 25 of 18,861. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from usen.com in the public web crawl.
808 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for usen.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 6341021.spf07.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf.betrend.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | willap.jp |
| SPF_IP | 125.63.32.0/20 |
| SPF_IP | 153.122.8.147 |
| SPF_IP | 64.56.179.0/24 |
Related pages
Pivot deeper into the graph from usen.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "usen.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.