Hostname
integrations.dev.wompi.co
Last fetched
integrations.dev.wompi.co resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.
Nutrition Label
Resolution chain
integrations.dev.wompi.co resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.172.185.100 | 18.172.184.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.172.185.114 | 18.172.184.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.172.185.127 | 18.172.184.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.172.185.56 | 18.172.184.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.165.232.27 | 3.165.232.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 3.165.232.50 | 3.165.232.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 3.165.232.62 | 3.165.232.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 3.165.232.78 | 3.165.232.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
No WHOIS records are currently associated with integrations.dev.wompi.co in WhisperGraph.
Subdomains
1 observed subdomain of integrations.dev.wompi.co.
| Subdomain |
|---|
| sync.integrations.dev.wompi.co |
Threat posture
History
Related pages
Pivot deeper into the graph from integrations.dev.wompi.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "integrations.dev.wompi.co"})-[: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.