Hostname
2tight.jp
Last fetched
2tight.jp resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
2tight.jp resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 99.86.195.100 | 99.86.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 99.86.195.40 | 99.86.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 99.86.195.54 | 99.86.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 99.86.195.84 | 99.86.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- —
- Organization
- (not displayed by registrant's request)
- Contact emails
Subdomains
2 observed subdomains of 2tight.jp.
| Subdomain |
|---|
| mail.2tight.jp |
| www.2tight.jp |
Web-graph footprint
Distinct hostnames that link to or from 2tight.jp in the public web crawl.
16 sites link to this hostname.
14 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for 2tight.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.makeshop.jp |
Related pages
Pivot deeper into the graph from 2tight.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "2tight.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.