Hostname
iga-lab.jp
Last fetched
iga-lab.jp resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
iga-lab.jp resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.113.64.47 | 13.112.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.182.88.43 | 18.182.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.197.51.182 | 52.196.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.198.170.106 | 52.196.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.250.229.141 | 54.250.192.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.64.45.15 | 54.64.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- —
- Organization
- cosmee,
- Contact emails
Subdomains
8 observed subdomains of iga-lab.jp.
Web-graph footprint
Distinct hostnames that link to or from iga-lab.jp in the public web crawl.
14 sites link to this hostname.
12 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for iga-lab.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.onamae.ne.jp |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.e-grant.biz |
| SPF_IP | 3.114.80.136/32 |
Related pages
Pivot deeper into the graph from iga-lab.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "iga-lab.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.