Hostname
lm.team
Last fetched
lm.team resolves to 4 IPv4 addresses operated by AS49063 in RU. WHOIS lists iana:463 as the registrar.
Nutrition Label
Resolution chain
lm.team resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 31.40.200.197 | 31.40.200.0/24 | AS49063 | — | RU |
| 31.40.200.198 | 31.40.200.0/24 | AS49063 | — | RU |
| 31.40.200.199 | 31.40.200.0/24 | AS49063 | — | RU |
| 31.40.200.200 | 31.40.200.0/24 | AS49063 | — | RU |
WHOIS identity
- Registrar
- iana:463
- Organization
- artem a agafonov
- Contact emails
- —
Subdomains
1 observed subdomain of lm.team.
| Subdomain |
|---|
| www.lm.team |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for lm.team.
| Mechanism | Target |
|---|---|
| SPF_A | lm.team |
| SPF_INCLUDE | _spf.google.com |
| SPF_MX | lm.team |
Related pages
Pivot deeper into the graph from lm.team.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lm.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.