Hostname
f5lms.com.br
Last fetched
f5lms.com.br resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.
Nutrition Label
Resolution chain
f5lms.com.br resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 15.229.57.183 | 15.244.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 177.71.130.105 | 177.72.156.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 177.71.229.30 | 177.72.160.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.229.12.163 | 18.238.55.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 54.232.216.67 | 54.239.195.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 56.126.117.155 | 56.202.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
WHOIS identity
No WHOIS records are currently associated with f5lms.com.br in WhisperGraph.
Subdomains
4 observed subdomains of f5lms.com.br.
Showing 3 of 4. View all subdomains →
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from f5lms.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "f5lms.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.