Hostname
webapp.maistest.space
Last fetched
webapp.maistest.space resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.
Nutrition Label
Resolution chain
webapp.maistest.space 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.161.229.110 | 18.161.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.161.229.2 | 18.161.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.161.229.44 | 18.161.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.161.229.63 | 18.161.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.174.129.102 | 3.174.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.174.129.124 | 3.174.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.174.129.47 | 3.174.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.174.129.75 | 3.174.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
WHOIS identity
No WHOIS records are currently associated with webapp.maistest.space in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for webapp.maistest.space.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
Related pages
Pivot deeper into the graph from webapp.maistest.space.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webapp.maistest.space"})-[: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.