Hostname
mail.quaffee.com
Last fetched
mail.quaffee.com resolves to 1 IPv4 address operated by AS328723 in ZA.
Nutrition Label
Resolution chain
mail.quaffee.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 |
|---|---|---|---|---|
| 102.209.85.90 | 102.209.84.0/23 | AS328723 | — | ZA |
WHOIS identity
No WHOIS records are currently associated with mail.quaffee.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for mail.quaffee.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.quaffee.com |
| SPF_A | mx.my-mailer.com |
| SPF_INCLUDE | quaffeetracker.co.za |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 102.209.85.90 |
| SPF_IP | 154.0.160.205 |
| SPF_IP | 154.0.160.236 |
| SPF_IP | 192.52.242.121 |
| SPF_IP | 198.37.116.38/32 |
| SPF_IP | 199.102.48.31 |
| SPF_IP | 41.134.242.201 |
| SPF_MX | mail.quaffee.com |
| SPF_MX | quaffee.co.za |
Related pages
Pivot deeper into the graph from mail.quaffee.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.quaffee.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.