Hostname
penderfund.com
Last fetched
penderfund.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:469 as the registrar.
Nutrition Label
Resolution chain
penderfund.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:469
- Organization
- lucy waters
- Contact emails
Subdomains
18 observed subdomains of penderfund.com.
Showing 15 of 18. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from penderfund.com in the public web crawl.
63 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
21 SPF mechanisms authorising senders for penderfund.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 128.245.247.4 |
| SPF_IP | 13.111.0.111/32 |
| SPF_IP | 184.68.159.122 |
| SPF_IP | 184.69.138.115 |
| SPF_IP | 199.127.232.0/22 |
| SPF_IP | 199.255.192.0/22 |
| SPF_IP | 20.104.18.28 |
| SPF_IP | 23.249.208.0/20 |
| SPF_IP | 23.251.224.0/19 |
| SPF_IP | 52.82.172.0/22 |
| SPF_IP | 54.240.0.0/18 |
| SPF_IP | 54.240.64.0/19 |
| SPF_IP | 54.240.96.0/19 |
| SPF_IP | 69.169.224.0/20 |
| SPF_IP | 76.223.128.0/19 |
| SPF_IP | 76.223.176.0/20 |
Related pages
Pivot deeper into the graph from penderfund.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "penderfund.com"})-[: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.