Hostname
localhost8080.com.br
Last fetched
localhost8080.com.br resolves to 1 IPv4 address operated by OVH in CA.
Nutrition Label
Resolution chain
localhost8080.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 |
|---|---|---|---|---|
| 15.235.55.109 | 15.235.0.0/17 | AS16276 | OVH | CA |
WHOIS identity
- Registrar
- —
- Organization
- lmj servicos em software ltda
- Contact emails
Subdomains
14 observed subdomains of localhost8080.com.br.
Showing 12 of 14. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from localhost8080.com.br in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for localhost8080.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | localhost8080.com.br |
| SPF_IP | 15.235.55.109 |
| SPF_IP | 207.244.230.138 |
| SPF_IP | 67.205.89.240 |
| SPF_IP | 70.38.17.192 |
| SPF_MX | localhost8080.com.br |
Related pages
Pivot deeper into the graph from localhost8080.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "localhost8080.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.