Hostname
cabal.coop
Last fetched
cabal.coop resolves to 1 IPv4 address operated by AS16814 in AR. WHOIS lists iana:465 as the registrar.
Nutrition Label
Resolution chain
cabal.coop resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 190.210.212.110 | 190.210.212.0/22 | AS16814 | — | AR |
| 190.210.212.110 | 190.210.212.0/22 | AS16814 | — | AR |
WHOIS identity
- Registrar
- iana:465
- Organization
- r.c.c. red cooperativa de comunicaciones cpsl.
- Contact emails
Subdomains
14 observed subdomains of cabal.coop.
Web-graph footprint
Distinct hostnames that link to or from cabal.coop in the public web crawl.
41 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for cabal.coop.
| Mechanism | Target |
|---|---|
| SPF_A | cabal.coop |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.fromdoppler.com |
| SPF_INCLUDE | spf.tmes.trendmicro.com |
| SPF_INCLUDE | tmes.trendmicro.com |
| SPF_IP | 190.2.17.23 |
| SPF_IP | 200.123.137.42 |
| SPF_IP | 200.123.137.43 |
| SPF_MX | cabal.coop |
Related pages
Pivot deeper into the graph from cabal.coop.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cabal.coop"})-[: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.