Hostname
mail.clcs2020.com
Last fetched
mail.clcs2020.com resolves to 2 IPv4 addresses operated by A2HOSTING - A2 Hosting, Inc. in US.
Nutrition Label
Resolution chain
mail.clcs2020.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 |
|---|---|---|---|---|
| 185.166.146.199 | 185.166.146.0/23 | AS55293 | A2HOSTING - A2 Hosting, Inc. | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with mail.clcs2020.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for mail.clcs2020.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.clcs2020.com |
| SPF_INCLUDE | spf.a2hosting.com |
| SPF_IP | 162.249.0.245 |
| SPF_IP | 185.166.146.199 |
| SPF_IP | 66.198.240.40 |
| SPF_IP | 68.66.196.52 |
| SPF_IP | 70.32.23.73 |
| SPF_IP | 75.98.175.80 |
| SPF_IP | 98.177.137.151 |
| SPF_MX | mail.clcs2020.com |
Related pages
Pivot deeper into the graph from mail.clcs2020.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.clcs2020.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.