Hostname
mails.bragpacker.com
Last fetched
mails.bragpacker.com resolves to 1 IPv4 address operated by PUBLIC-DOMAIN-REGISTRY - PDR in IN.
Nutrition Label
Resolution chain
mails.bragpacker.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 |
|---|---|---|---|---|
| 65.254.81.213 | 65.254.64.0/19 | AS394695 | PUBLIC-DOMAIN-REGISTRY - PDR | IN |
WHOIS identity
No WHOIS records are currently associated with mails.bragpacker.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- mails.bragpacker.com
SPF policy
4 SPF mechanisms authorising senders for mails.bragpacker.com.
| Mechanism | Target |
|---|---|
| SPF_A | mails.bragpacker.com |
| SPF_INCLUDE | eig.spf.a.cloudfilter.net |
| SPF_IP | 65.254.81.213 |
| SPF_MX | mails.bragpacker.com |
Related pages
Pivot deeper into the graph from mails.bragpacker.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mails.bragpacker.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.