Hostname
jtp.co.jp
Last fetched
jtp.co.jp appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
jtp.co.jp has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- —
- Organization
- japan third party co.,ltd.
- Contact emails
- —
Subdomains
18 observed subdomains of jtp.co.jp.
Web-graph footprint
Distinct hostnames that link to or from jtp.co.jp in the public web crawl.
129 sites link to this hostname.
31 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
42 SPF mechanisms authorising senders for jtp.co.jp.
| Mechanism | Target |
|---|---|
| SPF_A | b.spf.service-now.com |
| SPF_A | c.spf.service-now.com |
| SPF_A | d.spf.service-now.com |
| SPF_A | mail.lw-cloud.jp |
| SPF_INCLUDE | spf.mta.hdems.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 101.97.26.0/24 |
| SPF_IP | 118.67.107.0/24 |
| SPF_IP | 158.201.240.7 |
| SPF_IP | 158.201.242.128/25 |
| SPF_IP | 160.16.125.241/32 |
| SPF_IP | 160.86.241.170 |
| SPF_IP | 182.169.51.138 |
| SPF_IP | 182.236.75.0/24 |
| SPF_IP | 182.236.82.0/23 |
| SPF_IP | 194.223.158.110/31 |
| SPF_IP | 194.223.158.112/29 |
| SPF_IP | 202.143.90.187/32 |
| SPF_IP | 202.218.104.65 |
| SPF_IP | 202.218.104.66/31 |
| SPF_IP | 202.218.104.7 |
| SPF_IP | 202.218.104.8 |
| SPF_IP | 202.222.24.192/26 |
| SPF_IP | 202.230.170.144/28 |
| SPF_IP | 202.234.6.233 |
| SPF_IP | 202.234.6.241 |
| SPF_IP | 202.239.55.0/25 |
| SPF_IP | 203.167.59.32/27 |
| SPF_IP | 210.152.142.159/26 |
| SPF_IP | 210.152.142.160/28 |
| SPF_IP | 210.152.142.176/31 |
| SPF_IP | 210.152.142.178 |
| SPF_IP | 210.152.202.128/27 |
| SPF_IP | 210.152.41.176/28 |
| SPF_IP | 210.171.14.0/24 |
| SPF_IP | 210.171.15.2/32 |
| SPF_IP | 39.110.200.74 |
| SPF_IP | 42.125.251.0/24 |
| SPF_IP | 54.248.123.160/32 |
| SPF_IP | 59.106.90.64/26 |
| SPF_IP | 61.125.131.252 |
| SPF_IP | 61.125.131.253 |
Related pages
Pivot deeper into the graph from jtp.co.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jtp.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.