Hostname
allfunds.com
Last fetched
allfunds.com resolves to 15 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:379 as the registrar.
Nutrition Label
Resolution chain
allfunds.com resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.17.100.161 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.176 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.20.143.67 | 2.20.142.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 2.20.143.88 | 2.20.142.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.0.4 | 2.21.0.0/24 | AS20940 | AKAMAI-ASN1 | BR |
| 2.21.0.5 | 2.21.0.0/24 | AS20940 | AKAMAI-ASN1 | BR |
| 2.21.239.14 | 2.21.239.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.239.4 | 2.21.239.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.11.206.99 | 23.11.206.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.38.108.201 | 23.38.108.0/24 | AS20940 | AKAMAI-ASN1 | PL |
| 23.38.108.221 | 23.38.108.0/24 | AS20940 | AKAMAI-ASN1 | PL |
| 23.53.43.58 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.43.91 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 95.101.111.137 | 95.101.111.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.101.111.164 | 95.101.111.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- iana:379
- Organization
- allfunds bank,
- Contact emails
Subdomains
35 observed subdomains of allfunds.com.
Showing 25 of 35. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from allfunds.com in the public web crawl.
177 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for allfunds.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.pool2.transactional-mail-a.com |
| SPF_INCLUDE | _spf.retarus.com |
| SPF_INCLUDE | spf-00918501.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 45.148.32.8 |
| SPF_IP | 45.148.32.9 |
Related pages
Pivot deeper into the graph from allfunds.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "allfunds.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.