Hostname
fesena.com.br
Last fetched
fesena.com.br resolves to 2 IPv4 addresses operated by AS16276 in CA.
Nutrition Label
Resolution chain
fesena.com.br resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 149.56.85.117 | 149.56.0.0/16 | AS16276 | — | CA |
| 192.95.63.148 | 192.95.0.0/18 | AS16276 | — | BR |
WHOIS identity
- Registrar
- —
- Organization
- nino giovanny conrado napoliao
- Contact emails
Subdomains
5 observed subdomains of fesena.com.br.
Web-graph footprint
Distinct hostnames that link to or from fesena.com.br in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for fesena.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | fesena.com.br |
| SPF_INCLUDE | aspmx.googlemail.com |
| SPF_INCLUDE | aspmx.l.google.com |
| SPF_IP | 149.56.85.116 |
| SPF_IP | 149.56.85.117 |
| SPF_IP | 192.95.63.148 |
| SPF_IP | 198.50.254.130 |
| SPF_MX | fesena.com.br |
Related pages
Pivot deeper into the graph from fesena.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fesena.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.