Hostname
dev.paramountpayment.com
Last fetched
dev.paramountpayment.com resolves to 1 IPv4 address operated by OVH in US.
Nutrition Label
Resolution chain
dev.paramountpayment.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 |
|---|---|---|---|---|
| 51.81.185.192 | 51.81.128.0/17 | AS16276 | OVH | US |
WHOIS identity
No WHOIS records are currently associated with dev.paramountpayment.com in WhisperGraph.
Subdomains
1 observed subdomain of dev.paramountpayment.com.
| Subdomain |
|---|
| www.dev.paramountpayment.com |
Threat posture
History
Mail and authentication
SPF policy
18 SPF mechanisms authorising senders for dev.paramountpayment.com.
| Mechanism | Target |
|---|---|
| SPF_A | biz229.inmotionhosting.com |
| SPF_A | dev.paramountpayment.com |
| SPF_A | smtp.servconfig.com |
| SPF_INCLUDE | smtp.servconfig.com |
| SPF_INCLUDE | transmail.net |
| SPF_INCLUDE | zcsend.net |
| SPF_IP | 192.145.239.207 |
| SPF_IP | 216.241.183.0/24 |
| SPF_IP | 23.235.213.40 |
| SPF_IP | 51.81.185.192 |
| SPF_IP | 64.50.163.80 |
| SPF_IP | 64.78.151.128/26 |
| SPF_MX | alt1.aspmx.l.google.com |
| SPF_MX | alt2.aspmx.l.google.com |
| SPF_MX | aspmx.l.google.com |
| SPF_MX | aspmx2.googlemail.com |
| SPF_MX | aspmx3.googlemail.com |
| SPF_MX | dev.paramountpayment.com |
Related pages
Pivot deeper into the graph from dev.paramountpayment.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev.paramountpayment.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.