Hostname
twido.cloud
Last fetched
twido.cloud resolves to 1 IPv4 address operated by AS6848 in BE. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
twido.cloud 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 |
|---|---|---|---|---|
| 212.88.237.57 | 212.88.224.0/19 | AS6848 | — | BE |
| 212.88.237.57 | 212.88.224.0/19 | AS6848 | — | BE |
WHOIS identity
- Registrar
- iana:433
- Organization
- twido bvba
- Contact emails
- —
Subdomains
23 observed subdomains of twido.cloud.
Showing 17 of 23. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for twido.cloud.
| Mechanism | Target |
|---|---|
| SPF_A | twido.cloud |
| SPF_IP | 154.52.32.155 |
| SPF_IP | 154.52.32.47 |
| SPF_IP | 154.52.32.60 |
| SPF_MX | twido.cloud |
Related pages
Pivot deeper into the graph from twido.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "twido.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.