Hostname
startupstarterkit.es
Last fetched
startupstarterkit.es resolves to 2 IPv4 addresses operated by AS50926 in ES.
Nutrition Label
Resolution chain
startupstarterkit.es 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 startupstarterkit.es in WhisperGraph.
Subdomains
2 observed subdomains of startupstarterkit.es.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for startupstarterkit.es.
| Mechanism | Target |
|---|---|
| SPF_A | s05.servidorinternet1.net |
| SPF_A | s07.servidorinternet2.net |
| SPF_A | startupstarterkit.es |
| SPF_MX | startupstarterkit.es |
Related pages
Pivot deeper into the graph from startupstarterkit.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "startupstarterkit.es"})-[: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.