Hostname
moo.team
Last fetched
moo.team resolves to 2 IPv4 addresses operated by AS49505 in RU. WHOIS lists registrar:ооо 'регтайм' as the registrar.
Nutrition Label
Resolution chain
moo.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 |
|---|---|---|---|---|
| 31.129.47.13 | 31.129.98.0/24 | AS49505 | — | RU |
| 37.230.113.21 | 37.230.135.0/24 | AS29182 | — | RU |
WHOIS identity
- Registrar
- registrar:ооо 'регтайм'
- Organization
- alexander alaev
- Contact emails
Subdomains
19 observed subdomains of moo.team.
Web-graph footprint
Distinct hostnames that link to or from moo.team in the public web crawl.
83 sites link to this hostname.
19 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for moo.team.
| Mechanism | Target |
|---|---|
| SPF_A | moo.team |
| SPF_IP | 31.129.47.13 |
| SPF_MX | moo.team |
Related pages
Pivot deeper into the graph from moo.team.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "moo.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.