Hostname
blukit.com.br
Last fetched
blukit.com.br resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
blukit.com.br resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.157.173.20 | 108.157.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.157.173.44 | 108.157.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.157.173.58 | 108.157.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.157.173.60 | 108.157.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.109 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.116 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.35 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.42 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- blukit metalurgica ltda
- Contact emails
Subdomains
20 observed subdomains of blukit.com.br.
Web-graph footprint
Distinct hostnames that link to or from blukit.com.br in the public web crawl.
30 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for blukit.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.rdstation.com.br |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 161.85.125.0/24 |
| SPF_IP | 161.88.253.0/24 |
| SPF_IP | 189.45.204.218/29 |
| SPF_MX | blukit.com.br |
Related pages
Pivot deeper into the graph from blukit.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "blukit.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.