Hostname
anticloud.us
Last fetched
anticloud.us resolves to 2 IPv4 addresses operated by AS16276 in FR. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
anticloud.us 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 |
|---|---|---|---|---|
| 37.59.186.119 | 37.59.0.0/16 | AS16276 | — | FR |
| 51.161.81.145 | 51.161.0.0/17 | AS16276 | — | CA |
WHOIS identity
- Registrar
- iana:433
- Organization
- benoit stephane
- Contact emails
Subdomains
6 observed subdomains of anticloud.us.
Threat posture
History
Related pages
Pivot deeper into the graph from anticloud.us.
- IP · 37.59.186.119
- ASN · AS16276
- Registrar · iana:433
- Country · FR
- Email · a3f9d0ca1382a4679b85aedf3dc01a34-47109470@contact.gandi.net
- TLD · .us
- Browse hostnames · an…
- 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: "anticloud.us"})-[: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.