Hostname
pagospsa.com
Last fetched
pagospsa.com resolves to 3 IPv4 addresses operated by AS202207 in ES. WHOIS lists iana:76 as the registrar.
Nutrition Label
Resolution chain
pagospsa.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.5.127.167 | 185.5.126.0/23 | AS202207 | — | ES |
| 217.130.247.37 | 217.130.0.0/16 | AS12430 | — | ES |
| 62.97.82.27 | 62.97.64.0/18 | AS8220 | — | ES |
WHOIS identity
- Registrar
- iana:76
- Organization
- integrated multichannel solutions sl
- Contact emails
Subdomains
1 observed subdomain of pagospsa.com.
| Subdomain |
|---|
| www.pagospsa.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for pagospsa.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | authsmtp.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.webapps.net |
Related pages
Pivot deeper into the graph from pagospsa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pagospsa.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.