Hostname
necton.com.br
Last fetched
necton.com.br resolves to 11 IPv4 addresses operated by AKAMAI-ASN1 in DE.
Nutrition Label
Resolution chain
necton.com.br resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.23.7.25 | 2.23.7.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.23.7.32 | 2.23.7.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.193.97.11 | 23.193.96.0/22 | AS20940 | AKAMAI-ASN1 | MY |
| 23.193.97.50 | 23.193.96.0/22 | AS20940 | AKAMAI-ASN1 | MY |
| 23.33.42.73 | 23.33.42.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.33.42.80 | 23.33.42.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.50.131.145 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.146 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.158 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.43.26 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.43.88 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- —
- Organization
- banco btg pactual
- Contact emails
Subdomains
21 observed subdomains of necton.com.br.
Web-graph footprint
Distinct hostnames that link to or from necton.com.br in the public web crawl.
109 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for necton.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf-0057a601.pphosted.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf1.necton.com.br |
| SPF_IP | 149.72.187.217 |
| SPF_IP | 149.72.57.253 |
| SPF_IP | 200.155.69.112/28 |
Related pages
Pivot deeper into the graph from necton.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "necton.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.