Hostname
eccom.jp
Last fetched
eccom.jp resolves to 1 IPv4 address operated by AS131965 in JP.
Nutrition Label
Resolution chain
eccom.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 |
|---|---|---|---|---|
| 183.90.250.74 | 183.90.240.0/20 | AS131965 | — | JP |
WHOIS identity
- Registrar
- —
- Organization
- eccom creation co.,ltd.
- Contact emails
Subdomains
8 observed subdomains of eccom.jp.
Web-graph footprint
Distinct hostnames that link to or from eccom.jp in the public web crawl.
19 sites link to this hostname.
25 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for eccom.jp.
| Mechanism | Target |
|---|---|
| SPF_A | eccom.jp |
| SPF_A | sv1317.xserver.jp |
| SPF_INCLUDE | 6904994.spf01.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_MX | eccom.jp |
Related pages
Pivot deeper into the graph from eccom.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eccom.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.