Hostname
senderbase.org
Last fetched
senderbase.org resolves to 10 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
senderbase.org resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.16.10.180 | 2.16.10.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.10.185 | 2.16.10.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.23.210.76 | 2.23.210.0/24 | AS20940 | AKAMAI-ASN1 | GB |
| 2.23.210.86 | 2.23.210.0/24 | AS20940 | AKAMAI-ASN1 | GB |
| 23.2.13.19 | 23.2.13.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.2.13.9 | 23.2.13.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.44.201.241 | 23.44.201.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.44.201.250 | 23.44.201.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 95.100.146.104 | 95.100.146.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 95.100.146.106 | 95.100.146.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
WHOIS identity
- Registrar
- iana:292
- Organization
- cisco ironport systems, llc.
- Contact emails
Subdomains
16 observed subdomains of senderbase.org.
Web-graph footprint
Distinct hostnames that link to or from senderbase.org in the public web crawl.
268 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for senderbase.org.
| Mechanism | Target |
|---|---|
| SPF_A | a50.ironport.com |
| SPF_A | c60-outbound.ironport.com |
| SPF_A | smtp.ironport.com |
| SPF_A | smtp2.ironport.com |
| SPF_IP | 173.37.147.224/27 |
| SPF_IP | 184.94.240.112/28 |
| SPF_IP | 204.15.82.0/24 |
| SPF_IP | 216.154.195.32/27 |
| SPF_IP | 72.163.7.160/27 |
| SPF_MX | senderbase.org |
Related pages
Pivot deeper into the graph from senderbase.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "senderbase.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.