Hostname
decinventions.com
Last fetched
decinventions.com resolves to 2 IPv4 addresses operated by AS263713 in CR. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
decinventions.com 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 |
|---|---|---|---|---|
| 190.0.230.213 | 190.0.230.0/24 | AS263713 | — | CR |
| 190.0.230.71 | 190.0.230.0/24 | AS263713 | — | CR |
WHOIS identity
- Registrar
- iana:269
- Organization
- cesar lopez
- Contact emails
Subdomains
6 observed subdomains of decinventions.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for decinventions.com.
| Mechanism | Target |
|---|---|
| SPF_A | decinventions.com |
| SPF_INCLUDE | spf.cyberfuel.com |
| SPF_IP | 190.0.230.174 |
| SPF_IP | 190.0.230.202 |
| SPF_IP | 190.0.230.203 |
| SPF_IP | 190.0.230.71 |
| SPF_IP | 190.0.230.73 |
| SPF_IP | 190.0.230.77 |
| SPF_MX | decinventions.com |
Related pages
Pivot deeper into the graph from decinventions.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "decinventions.com"})-[: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.