Hostname
pollpay.app
Last fetched
pollpay.app resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
pollpay.app resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.33.187.2 | 13.33.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.33.187.35 | 13.33.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.33.187.51 | 13.33.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.33.187.83 | 13.33.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.174.129.128 | 3.174.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.174.129.72 | 3.174.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.174.129.81 | 3.174.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.174.129.86 | 3.174.128.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.174.141.102 | 3.174.141.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.174.141.110 | 3.174.141.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.174.141.56 | 3.174.141.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.174.141.93 | 3.174.141.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
WHOIS identity
- Registrar
- iana:292
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
- —
Subdomains
8 observed subdomains of pollpay.app.
Web-graph footprint
Distinct hostnames that link to or from pollpay.app in the public web crawl.
124 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for pollpay.app.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 216.225.24.0/24 |
| SPF_MX | pollpay.app |
Related pages
Pivot deeper into the graph from pollpay.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pollpay.app"})-[: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.