Hostname
mail.actu-sciences.com
Last fetched
mail.actu-sciences.com resolves to 1 IPv4 address operated by AS6758 - Monaco Telecom S.A. in MC.
Nutrition Label
Resolution chain
mail.actu-sciences.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.47.116.19 | 185.47.116.0/22 | AS6758 | AS6758 - Monaco Telecom S.A. | MC |
WHOIS identity
No WHOIS records are currently associated with mail.actu-sciences.com in WhisperGraph.
Subdomains
1 observed subdomain of mail.actu-sciences.com.
| Subdomain |
|---|
| a25.mail.actu-sciences.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for mail.actu-sciences.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 185.162.122.25/32 |
| SPF_IP | 185.162.122.26/31 |
| SPF_IP | 185.162.122.28/32 |
Related pages
Pivot deeper into the graph from mail.actu-sciences.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.actu-sciences.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.