Hostname
altech.co.jp
Last fetched
altech.co.jp resolves to 1 IPv4 address operated by AS24282 in JP.
Nutrition Label
Resolution chain
altech.co.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 |
|---|---|---|---|---|
| 210.134.62.134 | 210.134.48.0/20 | AS24282 | — | JP |
WHOIS identity
- Registrar
- —
- Organization
- altech co.,ltd.
- Contact emails
- —
Subdomains
4 observed subdomains of altech.co.jp.
Web-graph footprint
Distinct hostnames that link to or from altech.co.jp in the public web crawl.
126 sites link to this hostname.
133 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for altech.co.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mta.hdems.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 150.249.197.105 |
| SPF_IP | 18.182.4.111 |
| SPF_IP | 182.171.71.42 |
| SPF_IP | 210.134.62.134 |
| SPF_IP | 210.134.62.135 |
| SPF_IP | 210.134.62.139 |
| SPF_IP | 210.134.62.141 |
| SPF_IP | 3.112.192.84 |
Related pages
Pivot deeper into the graph from altech.co.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "altech.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.