Hostname
type.jp
Last fetched
type.jp resolves to 8 IPv4 addresses operated by AKAMAI-ASN1 in SG.
Nutrition Label
Resolution chain
type.jp resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.88.70.152 | 104.88.70.0/24 | AS20940 | AKAMAI-ASN1 | SG |
| 104.88.70.99 | 104.88.70.0/24 | AS20940 | AKAMAI-ASN1 | SG |
| 2.23.7.41 | 2.23.7.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.23.7.43 | 2.23.7.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.132 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.150 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 61.19.12.26 | 61.19.12.0/24 | AS20940 | AKAMAI-ASN1 | TH |
| 61.19.12.29 | 61.19.12.0/24 | AS20940 | AKAMAI-ASN1 | TH |
WHOIS identity
- Registrar
- —
- Organization
- —
- Contact emails
Subdomains
66 observed subdomains of type.jp.
Showing 25 of 66. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from type.jp in the public web crawl.
1,563 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for type.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | smp.ne.jp |
| SPF_INCLUDE | spf.mta.hdems.com |
| SPF_INCLUDE | tao.type.jp |
| SPF_IP | 118.67.70.70/32 |
| SPF_IP | 133.186.32.0/22 |
| SPF_IP | 202.214.100.96/28 |
| SPF_IP | 52.193.188.98/32 |
| SPF_IP | 54.249.7.61/32 |
Related pages
Pivot deeper into the graph from type.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "type.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.