Hostname
farben.com.br
Last fetched
farben.com.br resolves to 1 IPv4 address operated by AS28292 in BR.
Nutrition Label
Resolution chain
farben.com.br 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 |
|---|---|---|---|---|
| 189.28.186.83 | 189.28.186.0/23 | AS28292 | — | BR |
WHOIS identity
- Registrar
- —
- Organization
- farben s/a industria quimica
- Contact emails
Subdomains
50 observed subdomains of farben.com.br.
Showing 25 of 50. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from farben.com.br in the public web crawl.
29 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for farben.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | farben-com-br.mail.protection.outlook.com |
| SPF_A | farbensend.farben.com.br |
| SPF_INCLUDE | _spf.rdstation.com.br |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 149.72.250.202 |
| SPF_IP | 187.72.119.232/29 |
| SPF_IP | 189.28.186.80/29 |
| SPF_MX | farben.com.br |
Related pages
Pivot deeper into the graph from farben.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "farben.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.