Hostname
smt.cloud
Last fetched
smt.cloud resolves to 2 IPv4 addresses operated by AS213224 in IT. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
smt.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 |
|---|---|---|---|---|
| 66.71.161.90 | 66.71.160.0/20 | AS213224 | — | IT |
| 82.193.35.11 | 82.193.35.0/24 | AS47902 | — | IT |
WHOIS identity
- Registrar
- iana:69
- Organization
- contact privacy inc. customer 0142545402
- Contact emails
Subdomains
18 observed subdomains of smt.cloud.
Showing 15 of 18. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for smt.cloud.
| Mechanism | Target |
|---|---|
| SPF_A | smt.cloud |
| SPF_INCLUDE | _spf.arubabusiness.it |
| SPF_INCLUDE | _spf.intercomsolutions.it |
| SPF_INCLUDE | amazonses.com |
| SPF_MX | smt.cloud |
Related pages
Pivot deeper into the graph from smt.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "smt.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.