Hostname
surveymonkey.com.ng
Last fetched
surveymonkey.com.ng resolves to 8 IPv4 addresses operated by AS9498 in BH.
Nutrition Label
Resolution chain
surveymonkey.com.ng 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 |
|---|---|---|---|---|
| 108.158.75.11 | 96.0.0.0/3 | AS9498 | — | BH |
| 108.158.75.13 | 96.0.0.0/3 | AS9498 | — | BH |
| 108.158.75.4 | 96.0.0.0/3 | AS9498 | — | BH |
| 108.158.75.71 | 96.0.0.0/3 | AS9498 | — | BH |
| 13.249.213.15 | 13.249.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 13.249.213.80 | 13.249.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 13.249.213.94 | 13.249.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 13.249.213.99 | 13.249.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
WHOIS identity
No WHOIS records are currently associated with surveymonkey.com.ng in WhisperGraph.
Subdomains
1 observed subdomain of surveymonkey.com.ng.
| Subdomain |
|---|
| wildcard.surveymonkey.com.ng |
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from surveymonkey.com.ng.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "surveymonkey.com.ng"})-[: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.