pycti 6.8.2__py3-none-any.whl → 6.8.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pycti might be problematic. Click here for more details.
- pycti/__init__.py +1 -1
- {pycti-6.8.2.dist-info → pycti-6.8.3.dist-info}/METADATA +15 -1
- {pycti-6.8.2.dist-info → pycti-6.8.3.dist-info}/RECORD +6 -6
- {pycti-6.8.2.dist-info → pycti-6.8.3.dist-info}/WHEEL +0 -0
- {pycti-6.8.2.dist-info → pycti-6.8.3.dist-info}/licenses/LICENSE +0 -0
- {pycti-6.8.2.dist-info → pycti-6.8.3.dist-info}/top_level.txt +0 -0
pycti/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pycti
|
|
3
|
-
Version: 6.8.
|
|
3
|
+
Version: 6.8.3
|
|
4
4
|
Summary: Python API client for OpenCTI.
|
|
5
5
|
Home-page: https://github.com/OpenCTI-Platform/client-python
|
|
6
6
|
Author: Filigran
|
|
@@ -148,6 +148,20 @@ Integration testing
|
|
|
148
148
|
$ pytest ./tests/02-integration/
|
|
149
149
|
```
|
|
150
150
|
|
|
151
|
+
Example testing:
|
|
152
|
+
|
|
153
|
+
> OpenCTI must be running
|
|
154
|
+
|
|
155
|
+
```bash
|
|
156
|
+
cd examples
|
|
157
|
+
# Configure with you local instance of OpenCTI
|
|
158
|
+
export OPENCTI_API_URL="http://localhost:4000"
|
|
159
|
+
export OPENCTI_API_TOKEN="xxxxxxxxxxxxxxxxxxxxxx"
|
|
160
|
+
|
|
161
|
+
#Run one example file
|
|
162
|
+
python get_indicators_of_malware.py
|
|
163
|
+
```
|
|
164
|
+
|
|
151
165
|
## About
|
|
152
166
|
|
|
153
167
|
OpenCTI is a product designed and developed by the company [Filigran](https://filigran.io).
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
pycti/__init__.py,sha256=
|
|
1
|
+
pycti/__init__.py,sha256=1Y0PrduVHnfZYyAZJsi-fxIED0SzaCWnO7L6IbjD7lo,5676
|
|
2
2
|
pycti/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
pycti/api/opencti_api_client.py,sha256=lbygp2fOsmTKIrM-8Y7GxFzCZzdFStC0dhxyKYs0Wzo,35368
|
|
4
4
|
pycti/api/opencti_api_connector.py,sha256=8xwHuLINP3ZCImzE9_K_iCR9QEA3K6aHpK4bJhcZf20,5582
|
|
@@ -79,8 +79,8 @@ pycti/utils/opencti_stix2_identifier.py,sha256=k8L1z4q1xdCBfxqUba4YS_kT-MmbJFxYh
|
|
|
79
79
|
pycti/utils/opencti_stix2_splitter.py,sha256=wOOgPM5FYYbCEhFAg9om54AzyNRwK_RzocsJJ6kViqY,11489
|
|
80
80
|
pycti/utils/opencti_stix2_update.py,sha256=CnMyqkeVA0jgyxEcgqna8sABU4YPMjkEJ228GVurIn4,14658
|
|
81
81
|
pycti/utils/opencti_stix2_utils.py,sha256=10CF7ip1XEURyd6EUMDpBHPQvmi5uGUxh1QDOw6LKJk,6955
|
|
82
|
-
pycti-6.8.
|
|
83
|
-
pycti-6.8.
|
|
84
|
-
pycti-6.8.
|
|
85
|
-
pycti-6.8.
|
|
86
|
-
pycti-6.8.
|
|
82
|
+
pycti-6.8.3.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
83
|
+
pycti-6.8.3.dist-info/METADATA,sha256=j04P8Ye0hpQ7ds8dVmPrAy_xeE4Z4pEFPu5C_IxRo1Y,5808
|
|
84
|
+
pycti-6.8.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
85
|
+
pycti-6.8.3.dist-info/top_level.txt,sha256=cqEpxitAhHP4VgSA6xmrak6Yk9MeBkwoMTB6k7d2ZnE,6
|
|
86
|
+
pycti-6.8.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|