Hostname
metodo.com.br
Last fetched
metodo.com.br resolves to 2 IPv4 addresses operated by AS27715 in BR.
Nutrition Label
Resolution chain
metodo.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 |
|---|---|---|---|---|
| 179.188.55.82 | 179.188.55.0/24 | AS27715 | — | BR |
| 186.202.153.158 | 186.202.153.0/24 | AS27715 | — | BR |
WHOIS identity
- Registrar
- —
- Organization
- jose lima oliver junior
- Contact emails
Subdomains
22 observed subdomains of metodo.com.br.
Web-graph footprint
Distinct hostnames that link to or from metodo.com.br in the public web crawl.
25 sites link to this hostname.
4 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for metodo.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | outlook.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 186.209.165.14 |
| SPF_IP | 186.209.165.94 |
| SPF_IP | 186.209.165.95 |
| SPF_IP | 186.231.100.124/32 |
| SPF_IP | 201.94.148.4 |
| SPF_IP | 45.236.76.43 |
| SPF_IP | 45.236.76.44 |
Related pages
Pivot deeper into the graph from metodo.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "metodo.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.