Hostname
storyinside.co
Last fetched
storyinside.co resolves to 2 IPv4 addresses operated by AS31229 in PL.
Nutrition Label
Resolution chain
storyinside.co resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.57.138.240 | 2.57.136.0/22 | AS31229 | — | PL |
| 2.57.138.243 | 2.57.136.0/22 | AS31229 | — | PL |
WHOIS identity
No WHOIS records are currently associated with storyinside.co in WhisperGraph.
Subdomains
1 observed subdomain of storyinside.co.
| Subdomain |
|---|
| www.storyinside.co |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for storyinside.co.
| Mechanism | Target |
|---|---|
| SPF_A | storyinside.co |
| SPF_INCLUDE | _spf.zenbox.pl |
| SPF_MX | storyinside.co |
Related pages
Pivot deeper into the graph from storyinside.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "storyinside.co"})-[: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.