Hostname
mail.deepmarketingsolution.com
Last fetched
mail.deepmarketingsolution.com resolves to 2 IPv4 addresses operated by WEBHOSTINGHOLDINGS - Webhosting Holdings LLC in SG.
Nutrition Label
Resolution chain
mail.deepmarketingsolution.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 |
|---|---|---|---|---|
| 160.30.208.12 | 160.30.248.0/24 | AS965 | WEBHOSTINGHOLDINGS - Webhosting Holdings LLC | SG |
| 185.53.179.138 | 185.53.249.0/24 | AS206834 | — | DE |
WHOIS identity
No WHOIS records are currently associated with mail.deepmarketingsolution.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for mail.deepmarketingsolution.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.deepmarketingsolution.com |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | spf-record.net |
| SPF_INCLUDE | spf.hostwhitelabel.com |
| SPF_INCLUDE | spf.mxyeet.net |
| SPF_IP | 104.152.168.11 |
| SPF_IP | 160.30.208.12 |
| SPF_IP | 192.206.54.111 |
| SPF_IP | 194.9.62.254 |
| SPF_MX | mail.deepmarketingsolution.com |
Related pages
Pivot deeper into the graph from mail.deepmarketingsolution.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.deepmarketingsolution.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.