Hostname
exaservice.com
Last fetched
exaservice.com resolves to 3 IPv4 addresses operated by AS2280 in FR. WHOIS lists iana:14 as the registrar.
Nutrition Label
Resolution chain
exaservice.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 90.84.46.222 | 90.84.44.0/22 | AS2280 | — | FR |
| 90.84.46.40 | 90.84.44.0/22 | AS2280 | — | FR |
| 90.84.47.148 | 90.84.44.0/22 | AS2280 | — | FR |
WHOIS identity
- Registrar
- iana:14
- Organization
- exaservice
- Contact emails
Subdomains
1 observed subdomain of exaservice.com.
| Subdomain |
|---|
| www.exaservice.com |
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for exaservice.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | ezarius.fr |
Related pages
Pivot deeper into the graph from exaservice.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "exaservice.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.