Hostname
ihis3.skillnote.jp
Last fetched
ihis3.skillnote.jp resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
ihis3.skillnote.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 |
|---|---|---|---|---|
| 13.192.134.198 | 13.192.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 175.41.255.122 | 175.41.192.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.197.232.57 | 52.196.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.150.135.175 | 54.150.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
No WHOIS records are currently associated with ihis3.skillnote.jp in WhisperGraph.
Subdomains
1 observed subdomain of ihis3.skillnote.jp.
| Subdomain |
|---|
| mail.ihis3.skillnote.jp |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for ihis3.skillnote.jp.
| Mechanism | Target |
|---|---|
| SPF_MX | ihis3.skillnote.jp |
Related pages
Pivot deeper into the graph from ihis3.skillnote.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ihis3.skillnote.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.