Hostname
iodasolutions.com
Last fetched
iodasolutions.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
iodasolutions.com 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 |
|---|---|---|---|---|
| 16.12.20.20 | 16.12.20.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.5.204.195 | 3.5.204.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.5.206.142 | 3.5.206.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.95.155.80 | 52.95.155.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of iodasolutions.com owner
- Contact emails
- efischer78@yahoo.fr
- 5bf4eb13-1e58-4796-829d-fc7b054fd60e@identity-protect.org
- a66fecaa-fe75-4773-b627-9bccef294515@identity-protect.org
- b67b3c31-ce49-41f1-b5d5-30ccdc74a5d0@identity-protect.org
- d1aa79f9-bd15-4591-8574-2f680024c144@identity-protect.org
- dd34fe3a-f5bf-4102-aaf3-3eb1dff7cef5@identity-protect.org
- ded6d97c-e9e0-47f5-a56e-308d003d0f31@identity-protect.org
- e79af97a-f136-418e-97db-e7e44e6997ff@identity-protect.org
Subdomains
1 observed subdomain of iodasolutions.com.
| Subdomain |
|---|
| www.iodasolutions.com |
Threat posture
History
Related pages
Pivot deeper into the graph from iodasolutions.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "iodasolutions.com"})-[: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.