Hostname
sig2000.com.br
Last fetched
sig2000.com.br resolves to 2 IPv4 addresses operated by AS262967 in BR. WHOIS lists registrar:locaweb (2) as the registrar.
Nutrition Label
Resolution chain
sig2000.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 |
|---|---|---|---|---|
| 186.250.95.133 | 186.250.95.0/24 | AS262967 | — | BR |
| 186.250.95.218 | 186.250.95.0/24 | AS262967 | — | BR |
WHOIS identity
- Registrar
- registrar:locaweb (2)
- Organization
- sig 2000 informatica ltda.
- Contact emails
Subdomains
33 observed subdomains of sig2000.com.br.
Showing 25 of 33. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from sig2000.com.br in the public web crawl.
47 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for sig2000.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.locaweb.com.br |
| SPF_INCLUDE | _spf.rdstation.com.br |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_MX | sig2000.com.br |
Related pages
Pivot deeper into the graph from sig2000.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sig2000.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.