Hostname
jecto.co.jp
Last fetched
jecto.co.jp resolves to 2 IPv4 addresses operated by AS7684 in JP.
Nutrition Label
Resolution chain
jecto.co.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 |
|---|---|---|---|---|
| 153.126.215.160 | 153.126.128.0/17 | AS7684 | — | JP |
| 153.127.17.144 | 153.127.0.0/17 | AS7684 | — | JP |
WHOIS identity
- Registrar
- —
- Organization
- jecto corporation
- Contact emails
- —
Subdomains
3 observed subdomains of jecto.co.jp.
Web-graph footprint
Distinct hostnames that link to or from jecto.co.jp in the public web crawl.
78 sites link to this hostname.
11 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for jecto.co.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 121.119.174.46 |
| SPF_IP | 153.126.215.160 |
| SPF_IP | 153.127.17.144 |
| SPF_IP | 153.127.70.78 |
| SPF_IP | 27.34.146.107 |
Related pages
Pivot deeper into the graph from jecto.co.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jecto.co.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.