Hostname
storkamp.com
Last fetched
storkamp.com resolves to 1 IPv4 address operated by AS24751 in FI. WHOIS lists iana:73 as the registrar.
Nutrition Label
Resolution chain
storkamp.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 85.134.37.70 | 85.134.0.0/17 | AS24751 | — | FI |
WHOIS identity
- Registrar
- iana:73
- Organization
- storkamp media oy
- Contact emails
Subdomains
1 observed subdomain of storkamp.com.
| Subdomain |
|---|
| www.storkamp.com |
Web-graph footprint
Distinct hostnames that link to or from storkamp.com in the public web crawl.
8 sites link to this hostname.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for storkamp.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spfa.cust.multi.fi |
| SPF_IP | 188.40.174.8 |
| SPF_IP | 212.16.187.20 |
| SPF_IP | 2a01:2b0:301d:99:0:0:0:41 |
| SPF_IP | 2a01:2b0:301d:99:0:0:0:47 |
| SPF_IP | 82.99.18.41 |
| SPF_IP | 82.99.18.47 |
| SPF_IP | 82.99.18.5 |
| SPF_IP | 88.129.214.20 |
| SPF_IP | 94.246.96.87 |
Related pages
Pivot deeper into the graph from storkamp.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "storkamp.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.