Hostname
literis.com.br
Last fetched
literis.com.br resolves to 4 IPv4 addresses operated by AS-HOSTINGER in FR.
Nutrition Label
Resolution chain
literis.com.br resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 147.79.116.91 | 147.79.112.0/21 | AS47583 | AS-HOSTINGER | FR |
| 147.79.119.175 | 147.79.112.0/21 | AS47583 | AS-HOSTINGER | FR |
| 148.135.128.42 | 148.135.128.0/21 | AS47583 | AS-HOSTINGER | US |
| 77.37.76.133 | 77.37.76.0/24 | AS47583 | AS-HOSTINGER | US |
WHOIS identity
- Registrar
- —
- Organization
- h.de castro magalh?es ltda
- Contact emails
Subdomains
31 observed subdomains of literis.com.br.
Showing 25 of 31. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from literis.com.br in the public web crawl.
96 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for literis.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | literis.com.br |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mailgun.org |
| SPF_IP | 217.79.251.226 |
| SPF_MX | literis.com.br |
Related pages
Pivot deeper into the graph from literis.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "literis.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.