Hostname
mail.bradmah.com
Last fetched
mail.bradmah.com resolves to 2 IPv4 addresses operated by EXABYTES-AS-AP - Exabytes Network (Singapore) Pte. Ltd. in SG.
Nutrition Label
Resolution chain
mail.bradmah.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 |
|---|---|---|---|---|
| 43.229.85.233 | 43.229.84.0/22 | AS38532 | EXABYTES-AS-AP - Exabytes Network (Singapore) Pte. Ltd. | SG |
| 62.75.136.52 | 62.75.136.0/24 | AS29066 | VELIANET-AS - velia.net Internetdienste GmbH | DE |
WHOIS identity
No WHOIS records are currently associated with mail.bradmah.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for mail.bradmah.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.bradmah.com |
| SPF_IP | 188.138.10.210 |
| SPF_IP | 188.138.10.213 |
| SPF_IP | 43.229.85.233 |
| SPF_IP | 62.75.136.52 |
| SPF_IP | 80.86.87.169 |
| SPF_IP | 80.86.87.170 |
| SPF_MX | mail.bradmah.com |
Related pages
Pivot deeper into the graph from mail.bradmah.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.bradmah.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.