Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Cortex4py is now compatible with Cortex 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Saad Kadhi committed Jun 18, 2018
1 parent eeb20da commit 20ac298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ physical machine with similar specifications.

- [Quick Start Guide](admin/quick-start.md)
- [API Guide](api/api-guide.md) (updated for Cortex 2)
- [New Installation Guide](installation/install-guide.md)
- [Installation Guide](installation/install-guide.md)
- [How to Configure Analyzers](analyzer_requirements.md)
- [Training Material](https://github.com/TheHive-Project/TheHiveDocs/blob/master/training-material.md)
- [Changelog](https://github.com/TheHive-Project/Cortex/blob/master/CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion api/api-guide.md
Expand Up @@ -51,7 +51,7 @@ This guide applies only to Cortex 2. It is not applicable to Cortex 1.
## Introduction
Cortex 2 offers a REST API that can be leveraged by various applications and programs to interact with it. The following guide describe the Cortex 2 API to allow developers to interface the powerful observable analysis engine with other SIRPs (Security Incident Response Platforms) besides TheHive, TIPs (Threat Intelligence Platforms), SIEMs or scripts. Please note that the Web UI of Cortex 2 exclusively leverage the REST API to interact with the back-end.

**Note**: as of this writing, Cortex4py, the Python library we provide to facilitate interaction with the REST API of Cortex, is not yet compatible with Cortex 2. A new, compatible version should be available in Q3 2018.
**Note**: You can use [Cortex4py](https://github.com/TheHive-Project/Cortex4py), the Python library we provide, to facilitate interaction with the REST API of Cortex. You need Cortex4py 2.0.0 or later as earlier versions are not compatible with Cortex 2.

All the exposed APIs share the same [request & response formats](#request--response-formats) and [authentication strategies](#authentication) as described below.

Expand Down

0 comments on commit 20ac298

Please sign in to comment.