howler-sentinel-plugin 0.2.0.dev102__py3-none-any.whl → 0.2.0.dev103__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.
- {howler_sentinel_plugin-0.2.0.dev102.dist-info → howler_sentinel_plugin-0.2.0.dev103.dist-info}/METADATA +1 -1
- {howler_sentinel_plugin-0.2.0.dev102.dist-info → howler_sentinel_plugin-0.2.0.dev103.dist-info}/RECORD +6 -6
- sentinel/actions/azure_emit_hash.py +1 -2
- {howler_sentinel_plugin-0.2.0.dev102.dist-info → howler_sentinel_plugin-0.2.0.dev103.dist-info}/LICENSE +0 -0
- {howler_sentinel_plugin-0.2.0.dev102.dist-info → howler_sentinel_plugin-0.2.0.dev103.dist-info}/WHEEL +0 -0
- {howler_sentinel_plugin-0.2.0.dev102.dist-info → howler_sentinel_plugin-0.2.0.dev103.dist-info}/entry_points.txt +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
sentinel/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
sentinel/actions/azure_emit_hash.py,sha256=
|
|
2
|
+
sentinel/actions/azure_emit_hash.py,sha256=wQiYMQDUAdj1GipitdxBm78frmDj4x9yUi-mc6ONb7E,2904
|
|
3
3
|
sentinel/actions/send_to_sentinel.py,sha256=Y2Ps2a715G2edCJXY5x1UNJkj-qwGkJ_0WYiAdCScXk,3973
|
|
4
4
|
sentinel/actions/update_defender_xdr_alert.py,sha256=gXuVZfr7Ou0Lc6BuECmo18E8hfJPhUlM1VMKVCkofk4,6753
|
|
5
5
|
sentinel/mapping/sentinel_incident.py,sha256=U7fIh8N4Jdr1A4z1E0jPRP28Ll0Cq7u9Q6292AnyRDI,9548
|
|
@@ -10,8 +10,8 @@ sentinel/odm/models/sentinel.py,sha256=XT3XdT92uoCV5vmY9dT1jmcxRyuu9vp1gE8AwZdKB
|
|
|
10
10
|
sentinel/routes/__init__.py,sha256=JYmKRwIfEsiPos1XuMQ2mlGDbxk6TN_cVEM0K_RNze4,130
|
|
11
11
|
sentinel/routes/ingest.py,sha256=_9OdOw_9nBJseKIBnmHDLjnqZ_bDdM4wfLpLrek4-ak,7018
|
|
12
12
|
sentinel/utils/tenant_utils.py,sha256=nGOCbLzUx9OyATLAZ5UbW0WNao_1ioW4wL-htn2ltKU,1324
|
|
13
|
-
howler_sentinel_plugin-0.2.0.
|
|
14
|
-
howler_sentinel_plugin-0.2.0.
|
|
15
|
-
howler_sentinel_plugin-0.2.0.
|
|
16
|
-
howler_sentinel_plugin-0.2.0.
|
|
17
|
-
howler_sentinel_plugin-0.2.0.
|
|
13
|
+
howler_sentinel_plugin-0.2.0.dev103.dist-info/LICENSE,sha256=Wg2luVnxEkP2NSn11nh1US6W_nFFbICBAVTG9iG3t5M,1091
|
|
14
|
+
howler_sentinel_plugin-0.2.0.dev103.dist-info/METADATA,sha256=SiCRPj8Zvc0sO37H5dbWshMa3RJ0Kvot3NKQLEgJ6Hw,749
|
|
15
|
+
howler_sentinel_plugin-0.2.0.dev103.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
16
|
+
howler_sentinel_plugin-0.2.0.dev103.dist-info/entry_points.txt,sha256=4IJyMY0V49s3Wp659ngN_7U8g66-czeKxI-_dNAFP5g,60
|
|
17
|
+
howler_sentinel_plugin-0.2.0.dev103.dist-info/RECORD,,
|
|
@@ -84,9 +84,8 @@ def specification():
|
|
|
84
84
|
"id": OPERATION_ID,
|
|
85
85
|
"title": "Emit sha256 hash to Sentinel",
|
|
86
86
|
"priority": 28,
|
|
87
|
-
"i18nKey": "operations.add_label",
|
|
88
87
|
"description": {
|
|
89
|
-
"short": "
|
|
88
|
+
"short": "Emit sha256 hash to Sentinel",
|
|
90
89
|
"long": execute.__doc__,
|
|
91
90
|
},
|
|
92
91
|
"roles": ["automation_basic"],
|
|
File without changes
|
|
File without changes
|
|
File without changes
|