Hostname
neomind.com.br
Last fetched
neomind.com.br resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
neomind.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 |
|---|---|---|---|---|
| 3.148.234.91 | 3.144.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.151.188.76 | 3.144.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- neomind solutions informatica ltda
- Contact emails
Subdomains
10 observed subdomains of neomind.com.br.
Web-graph footprint
Distinct hostnames that link to or from neomind.com.br in the public web crawl.
64 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for neomind.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | neomind.com.br |
| SPF_INCLUDE | _spf.rdstation.com.br |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 144.217.229.132 |
| SPF_IP | 144.217.229.134 |
| SPF_IP | 167.114.40.180 |
| SPF_IP | 199.101.98.227 |
| SPF_MX | neomind.com.br |
Related pages
Pivot deeper into the graph from neomind.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "neomind.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.