Hostname
dev.sbservice.cloud
Last fetched
dev.sbservice.cloud resolves to 2 IPv4 addresses operated by UNI2-AS in ES.
Nutrition Label
Resolution chain
dev.sbservice.cloud 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.133.232.106 | 37.133.232.0/22 | AS12479 | UNI2-AS | ES |
| 37.15.8.252 | 37.15.8.0/24 | AS12479 | UNI2-AS | ES |
WHOIS identity
No WHOIS records are currently associated with dev.sbservice.cloud in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for dev.sbservice.cloud.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-eu.ionos.com |
Related pages
Pivot deeper into the graph from dev.sbservice.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev.sbservice.cloud"})-[: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.