Hostname
aktiesport.com
Last fetched
aktiesport.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
aktiesport.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:269
- Organization
- aktie sport
- Contact emails
Subdomains
2 observed subdomains of aktiesport.com.
Web-graph footprint
Distinct hostnames that link to or from aktiesport.com in the public web crawl.
10 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
25 SPF mechanisms authorising senders for aktiesport.com.
| Mechanism | Target |
|---|---|
| SPF_A | aktiesport.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.sprinter.es |
| SPF_IP | 104.47.0.0/17 |
| SPF_IP | 141.138.194.96/29 |
| SPF_IP | 188.202.192.181 |
| SPF_IP | 20.47.149.138/32 |
| SPF_IP | 2a01:111:f400::0/48 |
| SPF_IP | 2a01:111:f403:8000::/50 |
| SPF_IP | 2a01:111:f403::/49 |
| SPF_IP | 2a01:111:f403:c000::/51 |
| SPF_IP | 2a01:111:f403:f000::/52 |
| SPF_IP | 2a01:4180:4050:400::0/64 |
| SPF_IP | 2a01:4180:4050:800::0/64 |
| SPF_IP | 2a01:4180:4051:400::0/64 |
| SPF_IP | 2a01:4180:4051:800::0/64 |
| SPF_IP | 40.107.0.0/16 |
| SPF_IP | 40.92.0.0/15 |
| SPF_IP | 51.4.72.0/24 |
| SPF_IP | 51.4.80.0/27 |
| SPF_IP | 51.5.72.0/24 |
| SPF_IP | 51.5.80.0/27 |
| SPF_IP | 52.100.0.0/14 |
| SPF_IP | 89.146.44.98 |
| SPF_MX | aktiesport.com |
Related pages
Pivot deeper into the graph from aktiesport.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aktiesport.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.