Hostname
mail.paymentsinfo.com
Last fetched
mail.paymentsinfo.com resolves to 2 IPv4 addresses operated by AS51167 in DE.
Nutrition Label
Resolution chain
mail.paymentsinfo.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 |
|---|---|---|---|---|
| 161.97.182.223 | 161.97.176.0/21 | AS51167 | — | DE |
| 62.171.153.60 | 62.171.152.0/23 | AS51167 | — | GB |
WHOIS identity
No WHOIS records are currently associated with mail.paymentsinfo.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for mail.paymentsinfo.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.paymentsinfo.com |
| SPF_IP | 108.168.204.7 |
| SPF_IP | 139.64.135.64 |
| SPF_IP | 161.97.182.223 |
| SPF_IP | 169.60.29.34 |
| SPF_IP | 173.249.34.248 |
| SPF_IP | 38.117.1.0/24 |
| SPF_IP | 38.117.1.16/28 |
| SPF_IP | 45.35.132.153 |
| SPF_IP | 5.182.50.134 |
| SPF_IP | 64.235.58.89 |
| SPF_IP | 64.251.22.129 |
| SPF_IP | 64.251.7.224 |
| SPF_MX | mail.paymentsinfo.com |
Related pages
Pivot deeper into the graph from mail.paymentsinfo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.paymentsinfo.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.