Hostname
expoconseil.com
Last fetched
expoconseil.com resolves to 1 IPv4 address operated by AS5488 in BE. WHOIS lists iana:106 as the registrar.
Nutrition Label
Resolution chain
expoconseil.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 |
|---|---|---|---|---|
| 217.76.225.97 | 217.76.224.0/23 | AS5488 | — | BE |
WHOIS identity
- Registrar
- iana:106
- Organization
- kortrijk xpo cvba
- Contact emails
Subdomains
3 observed subdomains of expoconseil.com.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for expoconseil.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf2.expoconseil.com |
| SPF_IP | 178.208.52.183 |
| SPF_IP | 185.35.52.7 |
| SPF_IP | 31.31.135.210 |
| SPF_IP | 52.19.108.181/32 |
| SPF_IP | 83.96.157.51 |
| SPF_IP | 85.119.54.0/28 |
| SPF_IP | 85.119.54.16/28 |
Related pages
Pivot deeper into the graph from expoconseil.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "expoconseil.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.