Hostname
primoris.com.br
Last fetched
primoris.com.br resolves to 5 IPv4 addresses operated by MLS Wireless SA in BR.
Nutrition Label
Resolution chain
primoris.com.br resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 200.152.96.146 | 200.152.96.0/24 | AS21571 | MLS Wireless SA | BR |
| 3.166.34.108 | 3.166.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TH |
| 3.166.34.125 | 3.166.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TH |
| 3.166.34.91 | 3.166.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TH |
| 3.166.34.95 | 3.166.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TH |
WHOIS identity
- Registrar
- —
- Organization
- primoris fomento mercantil ltda
- Contact emails
Subdomains
2 observed subdomains of primoris.com.br.
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for primoris.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mls.com.br |
| SPF_INCLUDE | amazonses.com |
| SPF_IP | 200.152.96.0/24 |
Related pages
Pivot deeper into the graph from primoris.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "primoris.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.