pycti 6.5.10__py3-none-any.whl → 6.6.0__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/connector/opencti_connector_helper.py +5 -1
- pycti/entities/indicator/opencti_indicator_properties.py +8 -0
- {pycti-6.5.10.dist-info → pycti-6.6.0.dist-info}/METADATA +1 -1
- {pycti-6.5.10.dist-info → pycti-6.6.0.dist-info}/RECORD +8 -8
- {pycti-6.5.10.dist-info → pycti-6.6.0.dist-info}/WHEEL +0 -0
- {pycti-6.5.10.dist-info → pycti-6.6.0.dist-info}/licenses/LICENSE +0 -0
- {pycti-6.5.10.dist-info → pycti-6.6.0.dist-info}/top_level.txt +0 -0
pycti/__init__.py
CHANGED
|
@@ -1102,7 +1102,11 @@ class OpenCTIConnectorHelper: # pylint: disable=too-many-public-methods
|
|
|
1102
1102
|
self.connect_auto,
|
|
1103
1103
|
self.connect_only_contextual,
|
|
1104
1104
|
playbook_compatible,
|
|
1105
|
-
|
|
1105
|
+
(
|
|
1106
|
+
self.listen_protocol_api_uri + self.listen_protocol_api_path
|
|
1107
|
+
if self.listen_protocol == "API"
|
|
1108
|
+
else None
|
|
1109
|
+
),
|
|
1106
1110
|
)
|
|
1107
1111
|
connector_configuration = self.api.connector.register(self.connector)
|
|
1108
1112
|
self.connector_logger.info(
|
|
@@ -95,6 +95,10 @@ INDICATOR_PROPERTIES = """
|
|
|
95
95
|
x_opencti_observable_values {
|
|
96
96
|
type
|
|
97
97
|
value
|
|
98
|
+
hashes {
|
|
99
|
+
algorithm
|
|
100
|
+
hash
|
|
101
|
+
}
|
|
98
102
|
}
|
|
99
103
|
x_mitre_platforms
|
|
100
104
|
observables {
|
|
@@ -227,6 +231,10 @@ INDICATOR_PROPERTIES_WITH_FILES = """
|
|
|
227
231
|
x_opencti_observable_values {
|
|
228
232
|
type
|
|
229
233
|
value
|
|
234
|
+
hashes {
|
|
235
|
+
algorithm
|
|
236
|
+
hash
|
|
237
|
+
}
|
|
230
238
|
}
|
|
231
239
|
x_mitre_platforms
|
|
232
240
|
observables {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
pycti/__init__.py,sha256=
|
|
1
|
+
pycti/__init__.py,sha256=YzrjSn_Id29M70XN4XVn6osnbZPRb2YCXdXpOE05E4I,5218
|
|
2
2
|
pycti/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
pycti/api/opencti_api_client.py,sha256=3_opNMGfx90QNMw4_ULQEKazsblLYBtJLVaTHo2_I9A,32846
|
|
4
4
|
pycti/api/opencti_api_connector.py,sha256=8xwHuLINP3ZCImzE9_K_iCR9QEA3K6aHpK4bJhcZf20,5582
|
|
@@ -6,7 +6,7 @@ pycti/api/opencti_api_playbook.py,sha256=456We78vESukfSOi_CctfZ9dbBJEi76EHClRc2f
|
|
|
6
6
|
pycti/api/opencti_api_work.py,sha256=qIRJMCfyC9odXf7LMRg9ImYizqF2WHUOU7Ty5IUFGg8,8351
|
|
7
7
|
pycti/connector/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
pycti/connector/opencti_connector.py,sha256=8lCZFvcA9-S1x6vFl756hgWAlzKfrnq-C4AIdDJr-Kg,2715
|
|
9
|
-
pycti/connector/opencti_connector_helper.py,sha256=
|
|
9
|
+
pycti/connector/opencti_connector_helper.py,sha256=GlWxo2npQjg2R3Ey2WRqLp3M2DtKPNL71we0tUap6P4,87795
|
|
10
10
|
pycti/connector/opencti_metric_handler.py,sha256=4jXHeJflomtHjuQ_YU0b36TG7o26vOWbY_jvU8Ezobs,3725
|
|
11
11
|
pycti/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
12
|
pycti/entities/opencti_attack_pattern.py,sha256=QXJaMMZlnVCxxHGZNGSKPLmHL3TgM08aUIS8SypmIek,22193
|
|
@@ -55,7 +55,7 @@ pycti/entities/opencti_tool.py,sha256=YbOp0Ur5Do7ToLzfIKGX-MtlBQf-Dt9Qtgk1lI9Q7a
|
|
|
55
55
|
pycti/entities/opencti_vocabulary.py,sha256=xupdHJ6TznCmvI3sVYU261SnfblSNc1nwg19MG9yrao,6499
|
|
56
56
|
pycti/entities/opencti_vulnerability.py,sha256=ssMH7EB7WC--Nv2bq-D-_wLBGXMgP3ZLK-X8SslpVJQ,22614
|
|
57
57
|
pycti/entities/indicator/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
58
|
-
pycti/entities/indicator/opencti_indicator_properties.py,sha256=
|
|
58
|
+
pycti/entities/indicator/opencti_indicator_properties.py,sha256=iQvSeMHB-vSTzINnRxqIJfC3OgMHyhbXUVF2juU7DoE,5219
|
|
59
59
|
pycti/entities/stix_cyber_observable/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
60
60
|
pycti/entities/stix_cyber_observable/opencti_stix_cyber_observable_deprecated.py,sha256=q-2G6OOqvUC1U2hSKxD8uT5T18M_IDkl72Tn1KoumQI,1847
|
|
61
61
|
pycti/entities/stix_cyber_observable/opencti_stix_cyber_observable_properties.py,sha256=MN56CW8RWZwB0Pr8UiHZy_4nSzbgFbwdhSFKpsZ_d1Y,11293
|
|
@@ -67,8 +67,8 @@ pycti/utils/opencti_stix2_identifier.py,sha256=k8L1z4q1xdCBfxqUba4YS_kT-MmbJFxYh
|
|
|
67
67
|
pycti/utils/opencti_stix2_splitter.py,sha256=etnAWMDzNi2JCovSUJ5Td-XLVdzgKRdsV1XfpXOGols,11070
|
|
68
68
|
pycti/utils/opencti_stix2_update.py,sha256=CnMyqkeVA0jgyxEcgqna8sABU4YPMjkEJ228GVurIn4,14658
|
|
69
69
|
pycti/utils/opencti_stix2_utils.py,sha256=xgBZzm7HC76rLQYwTKkaUd_w9jJnVMoryHx7KDDIB_g,5065
|
|
70
|
-
pycti-6.
|
|
71
|
-
pycti-6.
|
|
72
|
-
pycti-6.
|
|
73
|
-
pycti-6.
|
|
74
|
-
pycti-6.
|
|
70
|
+
pycti-6.6.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
71
|
+
pycti-6.6.0.dist-info/METADATA,sha256=kx6UpaYaNcSSLx0ostGjIhdTy4qGZJ4ZMySfaaPhcEQ,5564
|
|
72
|
+
pycti-6.6.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
73
|
+
pycti-6.6.0.dist-info/top_level.txt,sha256=cqEpxitAhHP4VgSA6xmrak6Yk9MeBkwoMTB6k7d2ZnE,6
|
|
74
|
+
pycti-6.6.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|