Hostname
mail2.acces-pro.com
Last fetched
mail2.acces-pro.com resolves to 5 IPv4 addresses operated by COGENT-174 - Cogent Communications, LLC in FR.
Nutrition Label
Resolution chain
mail2.acces-pro.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 149.12.208.136 | 149.12.0.0/15 | AS174 | COGENT-174 - Cogent Communications, LLC | FR |
| 149.12.209.8 | 149.12.0.0/15 | AS174 | COGENT-174 - Cogent Communications, LLC | FR |
| 149.12.209.9 | 149.12.0.0/15 | AS174 | COGENT-174 - Cogent Communications, LLC | FR |
| 212.83.149.124 | 212.83.128.0/19 | AS12876 | — | FR |
| 62.210.7.103 | 62.210.0.0/16 | AS12876 | — | FR |
WHOIS identity
No WHOIS records are currently associated with mail2.acces-pro.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from mail2.acces-pro.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail2.acces-pro.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.