Skip to content

Commit 061e4da

Browse files
authored
Improvements
1 parent 823fb7f commit 061e4da

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,15 @@
44
# Cortex4py
55
Cortex4py is a Python API client for [Cortex](https://thehive-project.org/), a powerful observable analysis engine where observables such as IP and email addresses, URLs, domain names, files or hashes can be analyzed one by one using a Web interface.
66

7-
Cortex4py allows analysts to automate these operations and submit observables in bulk mode through the Cortex REST API from alternative SIRP platforms, custom scripts or MISP.
8-
9-
# Caution - WIP
10-
Cortex4py is considered work in progress. It is considered *beta* software though we are using it on a regular basis for the use case outlined above. It should be sufficient in most situations where you need to interact with [Cortex's REST API](https://github.com/CERT-BDF/CortexDocs/blob/master/api/README.md). If not, please feel free to contribute and submit pull requests or [request missing features](https://github.com/CERT-BDF/Cortex4py/issues/new) if you are not comfortable with Python.
7+
Cortex4py allows analysts to automate these operations and submit observables in bulk mode through the Cortex REST API from alternative SIRP platforms and custom scripts.
118

129
# Use It
1310
On macOS and Linux, type:
1411
```
1512
sudo pip install cortex4py
1613
```
1714

18-
Following is an example of a python script that runs an analysis using MaxMind analyzer
15+
Following is an example of a Python script that runs an analysis using MaxMind analyzer:
1916

2017
```python
2118
import sys

0 commit comments

Comments
 (0)