Hostname
peta.org
Last fetched
peta.org resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
peta.org resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.18.197.48 | 104.18.192.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.198.48 | 104.18.192.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:299
- Organization
- peta foundation
- Contact emails
Subdomains
84 observed subdomains of peta.org.
Showing 25 of 84. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from peta.org in the public web crawl.
12,753 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
23 SPF mechanisms authorising senders for peta.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.e-activist.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | icpbounce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 148.105.8.0/21 |
| SPF_IP | 149.72.0.0/16 |
| SPF_IP | 167.89.0.0/17 |
| SPF_IP | 167.89.79.130 |
| SPF_IP | 168.245.0.0/17 |
| SPF_IP | 192.254.112.0/20 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 198.21.0.0/21 |
| SPF_IP | 198.37.144.0/20 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 208.117.48.0/20 |
| SPF_IP | 216.27.81.0/24 |
| SPF_IP | 216.27.84.128/26 |
| SPF_IP | 216.27.93.192/26 |
| SPF_IP | 40.143.98.240/28 |
| SPF_IP | 50.31.32.0/19 |
| SPF_IP | 69.166.129.0/24 |
| SPF_IP | 69.166.131.0/24 |
| SPF_IP | 74.213.158.176/29 |
Related pages
Pivot deeper into the graph from peta.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "peta.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.