Hostname
sendmessage.topicalbrands.com
Last fetched
sendmessage.topicalbrands.com resolves to 2 IPv4 addresses operated by AS329184 in ZA.
Nutrition Label
Resolution chain
sendmessage.topicalbrands.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 102.218.215.24 | 102.218.215.0/24 | AS329184 | — | ZA |
| 80.251.18.108 | 80.251.18.0/24 | AS57994 | — | GB |
WHOIS identity
No WHOIS records are currently associated with sendmessage.topicalbrands.com in WhisperGraph.
Subdomains
1 observed subdomain of sendmessage.topicalbrands.com.
| Subdomain |
|---|
| www.sendmessage.topicalbrands.com |
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for sendmessage.topicalbrands.com.
| Mechanism | Target |
|---|---|
| SPF_A | sendmessage.topicalbrands.com |
| SPF_INCLUDE | spf.antispamcloud.com |
| SPF_INCLUDE | spf.host-ww.net |
| SPF_IP | 102.218.215.24 |
| SPF_IP | 116.202.192.241 |
| SPF_IP | 94.130.64.241 |
| SPF_MX | sendmessage.topicalbrands.com |
Related pages
Pivot deeper into the graph from sendmessage.topicalbrands.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sendmessage.topicalbrands.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.