Hostname
tst2.ste2.aiful.jp
Last fetched
tst2.ste2.aiful.jp resolves to 4 IPv4 addresses operated by AS18403 in VN.
Nutrition Label
Resolution chain
tst2.ste2.aiful.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 |
|---|---|---|---|---|
| 118.69.17.17 | 118.69.17.0/24 | AS18403 | — | VN |
| 183.80.211.221 | 183.80.211.0/24 | AS18403 | — | VN |
| 23.45.46.200 | 23.45.46.0/24 | AS20940 | — | US |
| 23.45.46.201 | 23.45.46.0/24 | AS20940 | — | US |
WHOIS identity
No WHOIS records are currently associated with tst2.ste2.aiful.jp in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for tst2.ste2.aiful.jp.
| Mechanism | Target |
|---|---|
| SPF_IP | 18.177.132.102 |
| SPF_IP | 18.177.69.20 |
| SPF_IP | 58.138.189.166 |
Related pages
Pivot deeper into the graph from tst2.ste2.aiful.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tst2.ste2.aiful.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.