Hostname
clarifyr.com
Last fetched
clarifyr.com resolves to 2 IPv4 addresses operated by UMICH-AS-5 - University of Michigan in US. WHOIS lists iana:431 as the registrar.
Nutrition Label
Resolution chain
clarifyr.com 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 |
|---|---|---|---|---|
| 141.211.217.187 | 141.211.0.0/16 | AS36375 | UMICH-AS-5 - University of Michigan | US |
| 67.205.5.104 | 67.205.0.0/19 | AS26347 | DREAMHOST-AS - New Dream Network, LLC | US |
WHOIS identity
- Registrar
- iana:431
- Organization
- ankit s
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from clarifyr.com.
- IP · 141.211.217.187
- ASN · AS36375UMICH-AS-5 - University of Michigan
- Registrar · iana:431
- Country · US
- Email · ankitsamar@outlook.com
- TLD · .com
- Browse hostnames · cl…
- 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: "clarifyr.com"})-[: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.