Hostname
danielhercos.com.br
Last fetched
danielhercos.com.br resolves to 1 IPv4 address operated by AS52545 in BR.
Nutrition Label
Resolution chain
danielhercos.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 |
|---|---|---|---|---|
| 179.107.83.85 | 179.107.82.0/23 | AS52545 | — | BR |
| 179.107.83.85 | 179.107.82.0/23 | AS52545 | — | BR |
WHOIS identity
- Registrar
- —
- Organization
- onda internet
- Contact emails
Subdomains
8 observed subdomains of danielhercos.com.br.
Web-graph footprint
Distinct hostnames that link to or from danielhercos.com.br in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for danielhercos.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | danielhercos.com.br |
| SPF_INCLUDE | gmail.com |
| SPF_IP | 177.43.48.213 |
| SPF_IP | 179.107.83.18 |
| SPF_IP | 179.107.83.250 |
| SPF_IP | 179.107.83.252 |
| SPF_IP | 179.107.83.85 |
| SPF_IP | 207.218.236.194 |
| SPF_IP | 50.97.135.202 |
| SPF_MX | danielhercos.com.br |
Related pages
Pivot deeper into the graph from danielhercos.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "danielhercos.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.