Hostname
sma.team
Last fetched
sma.team resolves to 2 IPv4 addresses operated by AS60840 in RU. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
sma.team 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 |
|---|---|---|---|---|
| 185.23.80.76 | 185.23.80.0/24 | AS60840 | — | RU |
| 84.54.31.128 | 84.54.31.0/24 | AS198610 | — | RU |
WHOIS identity
- Registrar
- iana:303
- Organization
- contact privacy inc. customer 1242422353
- Contact emails
Subdomains
3 observed subdomains of sma.team.
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for sma.team.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.mx.cloudflare.net |
| SPF_IP | 185.23.80.76 |
| SPF_REDIRECT | beget.com |
Related pages
Pivot deeper into the graph from sma.team.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sma.team"})-[: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.