Hostname
e-sintax.bf
Last fetched
e-sintax.bf resolves to 3 IPv4 addresses operated by AS328448 in BF.
Nutrition Label
Resolution chain
e-sintax.bf 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 |
|---|---|---|---|---|
| 102.68.125.4 | 102.68.125.0/24 | AS328448 | — | BF |
| 41.138.100.214 | 41.138.100.0/24 | AS25543 | — | BF |
| 41.223.233.107 | 41.223.233.0/24 | AS37008 | — | BF |
WHOIS identity
No WHOIS records are currently associated with e-sintax.bf in WhisperGraph.
Subdomains
1 observed subdomain of e-sintax.bf.
| Subdomain |
|---|
| www.e-sintax.bf |
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for e-sintax.bf.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.mtasv.net |
| SPF_MX | e-sintax.bf |
Related pages
Pivot deeper into the graph from e-sintax.bf.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "e-sintax.bf"})-[: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.