contentctl 5.5.8__py3-none-any.whl → 5.5.9__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.
@@ -10,6 +10,7 @@ from contentctl.objects.detection import Detection
10
10
 
11
11
  class PlaybookProduct(str, enum.Enum):
12
12
  SPLUNK_SOAR = "Splunk SOAR"
13
+ SPLUNK_ES = "Splunk Enterprise Security"
13
14
 
14
15
 
15
16
  class PlaybookUseCase(str, enum.Enum):
@@ -25,6 +26,7 @@ class PlaybookUseCase(str, enum.Enum):
25
26
  class PlaybookType(str, enum.Enum):
26
27
  INPUT = "Input"
27
28
  AUTOMATION = "Automation"
29
+ ES = "Enterprise Security"
28
30
 
29
31
 
30
32
  class VpeType(str, enum.Enum):
@@ -1,8 +1,9 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: contentctl
3
- Version: 5.5.8
3
+ Version: 5.5.9
4
4
  Summary: Splunk Content Control Tool
5
5
  License: Apache 2.0
6
+ License-File: LICENSE.md
6
7
  Author: STRT
7
8
  Author-email: research@splunk.com
8
9
  Requires-Python: >=3.11,<3.14
@@ -74,7 +74,7 @@ contentctl/objects/mitre_attack_enrichment.py,sha256=PCakRksW5qrTENIZ7JirEZplE9x
74
74
  contentctl/objects/notable_action.py,sha256=sW5XlpGznMHqyBmGXtXrl22hWLiCoKkfGCasGtK3rGo,1607
75
75
  contentctl/objects/notable_event.py,sha256=jMmD1sGtTvOFNfjAfienWD2-sVL67axzdLrLZSGQ8Sw,421
76
76
  contentctl/objects/playbook.py,sha256=veG2luPfFrOMdzl99D8gsO85HYSJ8kZMYWj3GG64HKk,2879
77
- contentctl/objects/playbook_tags.py,sha256=WhFRKmy3XD4lr65yk82_0TCfLgbSWGD22GPT_f0wruo,6780
77
+ contentctl/objects/playbook_tags.py,sha256=0FCgRZKReNcY2Ek0Fl6OiHyq3G5QHQWn1NMcDw7ouZg,6856
78
78
  contentctl/objects/rba.py,sha256=2xE_DXhQvG6tVLJTXYaFEBm9owePE4QG0NVgdcVgoiY,3547
79
79
  contentctl/objects/removed_security_content_object.py,sha256=bx-gVCqzT81E5jKncMD3-yKawTnl3tWsuzRBmsAqeqQ,1852
80
80
  contentctl/objects/risk_analysis_action.py,sha256=8hE8-0YdMXJslxTGNGUN0DAQONwOsyhf5vPP3whZQ2o,4370
@@ -164,8 +164,8 @@ contentctl/templates/detections/web/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
164
164
  contentctl/templates/macros/security_content_ctime.yml,sha256=Gg1YNllHVsX_YB716H1SJLWzxXZEfuJlnsgB2fuyoHU,159
165
165
  contentctl/templates/macros/security_content_summariesonly.yml,sha256=9BYUxAl2E4Nwh8K19F3AJS8Ka7ceO6ZDBjFiO3l3LY0,162
166
166
  contentctl/templates/stories/cobalt_strike.yml,sha256=uj8idtDNOAIqpZ9p8usQg6mop1CQkJ5TlB4Q7CJdTIE,3082
167
- contentctl-5.5.8.dist-info/LICENSE.md,sha256=hQWUayRk-pAiOZbZnuy8djmoZkjKBx8MrCFpW-JiOgo,11344
168
- contentctl-5.5.8.dist-info/METADATA,sha256=-wZ5fGI53MKadmkGjzXH97NP65v47RneZA5jrO7ywXw,5118
169
- contentctl-5.5.8.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
170
- contentctl-5.5.8.dist-info/entry_points.txt,sha256=5bjZ2NkbQfSwK47uOnA77yCtjgXhvgxnmCQiynRF_-U,57
171
- contentctl-5.5.8.dist-info/RECORD,,
167
+ contentctl-5.5.9.dist-info/METADATA,sha256=8ZwdE3ebeS0SOmQfVLWKQnkxVfhCfnS24PAYVNaAiKI,5143
168
+ contentctl-5.5.9.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
169
+ contentctl-5.5.9.dist-info/entry_points.txt,sha256=5bjZ2NkbQfSwK47uOnA77yCtjgXhvgxnmCQiynRF_-U,57
170
+ contentctl-5.5.9.dist-info/licenses/LICENSE.md,sha256=hQWUayRk-pAiOZbZnuy8djmoZkjKBx8MrCFpW-JiOgo,11344
171
+ contentctl-5.5.9.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.1.3
2
+ Generator: poetry-core 2.2.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any