Hostname
patrus.com.br
Last fetched
patrus.com.br resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
patrus.com.br 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 |
|---|---|---|---|---|
| 104.20.29.221 | 104.20.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.41.63.108 | 104.40.0.0/13 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | BR |
| 104.41.63.108 | 104.40.0.0/13 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | BR |
| 172.66.159.107 | 172.66.144.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- ilma estev?o clemente
- Contact emails
Subdomains
51 observed subdomains of patrus.com.br.
Showing 25 of 51. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from patrus.com.br in the public web crawl.
115 sites link to this hostname.
75 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for patrus.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.rdstation.com.br |
| SPF_INCLUDE | _spf1.patrus.com.br |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.binds.co |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 191.235.97.199/32 |
| SPF_IP | 52.55.226.154/32 |
Related pages
Pivot deeper into the graph from patrus.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "patrus.com.br"})-[: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.