Hostname
www.startupsk.com
Last fetched
www.startupsk.com resolves to 2 IPv4 addresses operated by AS50926 in ES.
Nutrition Label
Resolution chain
www.startupsk.com 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 |
|---|---|---|---|---|
| 37.32.98.14 | 37.32.98.0/24 | AS50926 | — | ES |
| 94.23.87.37 | 94.23.0.0/16 | AS16276 | — | FR |
WHOIS identity
No WHOIS records are currently associated with www.startupsk.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for www.startupsk.com.
| Mechanism | Target |
|---|---|
| SPF_A | s05.servidorinternet1.net |
| SPF_A | s07.servidorinternet2.net |
| SPF_A | www.startupsk.com |
| SPF_MX | www.startupsk.com |
Related pages
Pivot deeper into the graph from www.startupsk.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.startupsk.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.