Hostname
impredisa.com
Last fetched
impredisa.com resolves to 1 IPv4 address operated by AS270823 in BR. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
impredisa.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 |
|---|---|---|---|---|
| 190.120.237.17 | 190.120.237.0/24 | AS270823 | — | BR |
WHOIS identity
- Registrar
- iana:2
- Organization
- intradeco export
- Contact emails
Subdomains
3 observed subdomains of impredisa.com.
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for impredisa.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 142.215.240.75 |
| SPF_IP | 142.215.240.76 |
| SPF_IP | 201.247.103.106 |
| SPF_IP | 209.124.126.19 |
Related pages
Pivot deeper into the graph from impredisa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "impredisa.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.