Hostname
aibot.school
Last fetched
aibot.school resolves to 3 IPv4 addresses operated by AS198610 in RU. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
aibot.school resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 155.212.190.139 | 155.212.190.0/24 | AS198610 | — | RU |
| 185.215.4.44 | 185.215.4.0/24 | AS57724 | — | RU |
| 194.87.226.207 | 194.87.226.0/24 | AS9123 | — | RU |
WHOIS identity
- Registrar
- iana:1068
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
Subdomains
3 observed subdomains of aibot.school.
Web-graph footprint
Distinct hostnames that link to or from aibot.school in the public web crawl.
4 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for aibot.school.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | _spf.yandex.net |
Related pages
Pivot deeper into the graph from aibot.school.
- IP · 155.212.190.139
- ASN · AS198610
- Registrar · iana:1068
- Country · RU
- Email · 71b98ec0b3944cac88aa6c90989a7951.protect@withheldforprivacy.com
- TLD · .school
- Browse hostnames · ai…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aibot.school"})-[: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.