Hostname
imap.sonbrull.com
Last fetched
imap.sonbrull.com resolves to 1 IPv4 address operated by AS16276 in FR.
Nutrition Label
Resolution chain
imap.sonbrull.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 |
|---|---|---|---|---|
| 5.196.175.242 | 5.196.0.0/16 | AS16276 | — | FR |
WHOIS identity
No WHOIS records are currently associated with imap.sonbrull.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for imap.sonbrull.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.sonbrull.com |
| SPF_A | sonbrull-com.correoseguro.dinaserver.com |
| SPF_INCLUDE | ausmail.synxis.com |
| SPF_INCLUDE | ltxmail.synxis.com |
| SPF_INCLUDE | ocimail.synxis.com |
| SPF_INCLUDE | ocimail1.synxis.com |
| SPF_INCLUDE | powerdmarc.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.synxis.com |
| SPF_IP | 129.146.123.44 |
| SPF_IP | 129.146.58.65 |
| SPF_IP | 151.193.18.41/32 |
| SPF_IP | 151.193.19.230/32 |
| SPF_IP | 151.193.20.41/32 |
| SPF_IP | 151.193.21.23/32 |
| SPF_IP | 82.98.168.195 |
| SPF_IP | 85.238.2.243/24 |
| SPF_IP | 85.238.9.60/32 |
Related pages
Pivot deeper into the graph from imap.sonbrull.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "imap.sonbrull.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.