Hostname
sendrapp.org
Last fetched
sendrapp.org resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
sendrapp.org resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.190.164.191 | 18.190.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
9 observed subdomains of sendrapp.org.
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for sendrapp.org.
| Mechanism | Target |
|---|---|
| SPF_A | mail179.sendrapp.org |
| SPF_A | mail2.sendrapp.org |
| SPF_A | mail245.sendrapp.org |
| SPF_A | mail3.sendrapp.org |
| SPF_A | mail31.sendrapp.org |
| SPF_A | mail4.sendrapp.org |
| SPF_A | mail5.sendrapp.org |
| SPF_A | mail6.sendrapp.org |
| SPF_A | mail7.sendrapp.org |
| SPF_IP | 18.190.164.191 |
| SPF_IP | 198.102.15.0/24 |
Related pages
Pivot deeper into the graph from sendrapp.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sendrapp.org"})-[: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.