howler-api 3.0.0.dev348__py3-none-any.whl → 3.0.0.dev350__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 howler-api might be problematic. Click here for more details.
- howler/odm/models/analytic.py +2 -2
- howler/odm/models/ecs/threat.py +1 -1
- howler/odm/models/howler_data.py +2 -2
- {howler_api-3.0.0.dev348.dist-info → howler_api-3.0.0.dev350.dist-info}/METADATA +1 -1
- {howler_api-3.0.0.dev348.dist-info → howler_api-3.0.0.dev350.dist-info}/RECORD +7 -7
- {howler_api-3.0.0.dev348.dist-info → howler_api-3.0.0.dev350.dist-info}/WHEEL +0 -0
- {howler_api-3.0.0.dev348.dist-info → howler_api-3.0.0.dev350.dist-info}/entry_points.txt +0 -0
howler/odm/models/analytic.py
CHANGED
|
@@ -49,8 +49,8 @@ class Notebook(odm.Model):
|
|
|
49
49
|
description="The detection the notebook applies to, if it applies to a particular detection",
|
|
50
50
|
optional=True,
|
|
51
51
|
)
|
|
52
|
-
value = odm.
|
|
53
|
-
name = odm.
|
|
52
|
+
value = odm.Keyword(description="The link to the notebook")
|
|
53
|
+
name = odm.Keyword(description="Name for the analytic")
|
|
54
54
|
user = odm.Keyword(description="User ID who added the notebook.")
|
|
55
55
|
|
|
56
56
|
|
howler/odm/models/ecs/threat.py
CHANGED
|
@@ -164,7 +164,7 @@ class Indicator(odm.Model):
|
|
|
164
164
|
description = odm.Optional(odm.Text(description="Describes the type of action conducted by the threat."))
|
|
165
165
|
email: Email = odm.Optional(odm.Compound(Email))
|
|
166
166
|
file: File = odm.Optional(odm.Compound(File))
|
|
167
|
-
provider = odm.Optional(odm.Keyword(description="The name of the indicator
|
|
167
|
+
provider = odm.Optional(odm.Keyword(description="The name of the indicator's provider."))
|
|
168
168
|
reference = odm.Optional(
|
|
169
169
|
odm.Keyword(description="Reference URL linking to additional information about this indicator.")
|
|
170
170
|
)
|
howler/odm/models/howler_data.py
CHANGED
|
@@ -113,7 +113,7 @@ class AssessmentEscalationMap(str, HowlerEnum):
|
|
|
113
113
|
@odm.model(index=True, store=True, description="Howler Link definition.")
|
|
114
114
|
class Link(odm.Model):
|
|
115
115
|
href = odm.Keyword(description="Timestamp at which the comment was last edited.")
|
|
116
|
-
title = odm.
|
|
116
|
+
title = odm.Keyword(description="The title to use for the link.", optional=True)
|
|
117
117
|
icon = odm.Keyword(
|
|
118
118
|
description=(
|
|
119
119
|
"The icon to show. Either an ID corresponding to an "
|
|
@@ -286,7 +286,7 @@ class HowlerData(odm.Model):
|
|
|
286
286
|
)
|
|
287
287
|
assessment: Optional[str] = odm.Optional(odm.Enum(values=Assessment, description="Assessment of the hit."))
|
|
288
288
|
rationale: Optional[str] = odm.Optional(
|
|
289
|
-
odm.
|
|
289
|
+
odm.Keyword(
|
|
290
290
|
description=(
|
|
291
291
|
"The rationale behind the hit assessment. Allows it to be understood and" " verified by other analysts."
|
|
292
292
|
)
|
|
@@ -92,7 +92,7 @@ howler/odm/helper.py,sha256=EELMg3pvE7Kb9VDeKSYJQHiq6uCO2YuS095CPRgWrEM,13927
|
|
|
92
92
|
howler/odm/howler_enum.py,sha256=JzRK3_adlhvfkoGdMZD1jgOwlneZs8-x7OxGEj3zcpY,768
|
|
93
93
|
howler/odm/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
94
94
|
howler/odm/models/action.py,sha256=V9tgMCg1ewu8mOngTcA6QAPwaR0NIT71VHglpRFYmS4,1235
|
|
95
|
-
howler/odm/models/analytic.py,sha256=
|
|
95
|
+
howler/odm/models/analytic.py,sha256=HCDpGCBVsnqs0q51982Lfy7zupgNU5o3GpiEoboO7js,3910
|
|
96
96
|
howler/odm/models/assemblyline.py,sha256=_wcTiX3A6bhA2SGlK9tDF0v-uwLpIabXE8j2Fw91dGY,1596
|
|
97
97
|
howler/odm/models/aws.py,sha256=pJVadJqubdgT27riCfp7bEKVP4XsMZB0ZUnKAbmCMd0,895
|
|
98
98
|
howler/odm/models/azure.py,sha256=o7MZMMo9jh1SB8xXCajl_YSKP2nnnWsjx_DPT6LnQKg,710
|
|
@@ -131,7 +131,7 @@ howler/odm/models/ecs/registry.py,sha256=cxS-7WYbE-1ioUEQzqB7kBQ5hbnKfaCiPBSu7pk
|
|
|
131
131
|
howler/odm/models/ecs/related.py,sha256=ySGztB9ra5NdJdr_BYVJbQOtuPFdlrw2ji0Tm9nMcQI,1640
|
|
132
132
|
howler/odm/models/ecs/rule.py,sha256=jL4jVmKr4gybEkC43H3aIHFcQ4LztjeK6gzBIpaYifs,2016
|
|
133
133
|
howler/odm/models/ecs/server.py,sha256=mI0JGL6c7NklBQBcEOEqzX0_gSOC_g1jaljZHpY_Xiw,852
|
|
134
|
-
howler/odm/models/ecs/threat.py,sha256=
|
|
134
|
+
howler/odm/models/ecs/threat.py,sha256=kx4fArlWKzLFl8tVDPzzb0mz25YsJaONb8EJu657y9U,9053
|
|
135
135
|
howler/odm/models/ecs/tls.py,sha256=IzN5pyyTrH6Z1Iwfu1-dQozVz828xNydyP7Cu9IlgVE,1888
|
|
136
136
|
howler/odm/models/ecs/url.py,sha256=4cOADa7Q5VPPE97jVygKmwUykMv8WeCSbGoC8TCc1mk,2244
|
|
137
137
|
howler/odm/models/ecs/user.py,sha256=A1KoIZk5LLPR-boE3O9LEbMRDBbDcrXhdXjlFF1exYU,2472
|
|
@@ -139,7 +139,7 @@ howler/odm/models/ecs/user_agent.py,sha256=LM4ZjbdEkkF02zZu6Pg7j8JLuAyfliTC6PVAE
|
|
|
139
139
|
howler/odm/models/ecs/vulnerability.py,sha256=iX2TUmCZTJjwyMcOmxiHg-pfoEwX8Wx-h8cxo5QsJmo,1553
|
|
140
140
|
howler/odm/models/gcp.py,sha256=FLwaQVcfFeE5AbIhEB_Ge2UL-HjPdldY04Nrm9Mq7kk,675
|
|
141
141
|
howler/odm/models/hit.py,sha256=kgzk3RzgKGvHdtNG0iMRxCtLPD73-BFFU9A_IxJcOHI,13396
|
|
142
|
-
howler/odm/models/howler_data.py,sha256=
|
|
142
|
+
howler/odm/models/howler_data.py,sha256=6JZwNkHdtTqq3SlkSyKeFisyVy299p_X-GInQGxQuoc,12518
|
|
143
143
|
howler/odm/models/lead.py,sha256=lqapGWZ4u22Asib48o7wAzramnFY9EkRybmb4olsyrA,904
|
|
144
144
|
howler/odm/models/localized_label.py,sha256=G7gfQ1cngiI4KprqldHWE1KHkAgK4AG_JsfHxVRdsRs,361
|
|
145
145
|
howler/odm/models/overview.py,sha256=kvZcMYPDlkJEGa0L1jq9pG0RFjLOVudC64-2GTWVu2w,684
|
|
@@ -194,7 +194,7 @@ howler/utils/path.py,sha256=DfOU4i4zSs4wchHoE8iE7aWVLkTxiC_JRGepF2hBYBk,690
|
|
|
194
194
|
howler/utils/socket_utils.py,sha256=nz1SklC9xBHUSfHyTJjpq3mbozX1GDf01WzdGxfaUII,2212
|
|
195
195
|
howler/utils/str_utils.py,sha256=HE8Hqh2HlOLaj16w0H9zKOyDJLp-f1LQ50y_WeGZaEk,8389
|
|
196
196
|
howler/utils/uid.py,sha256=p9dsqyvZ-lpiAuzZWCPCeEM99kdk0Ly9czf04HNdSuw,1341
|
|
197
|
-
howler_api-3.0.0.
|
|
198
|
-
howler_api-3.0.0.
|
|
199
|
-
howler_api-3.0.0.
|
|
200
|
-
howler_api-3.0.0.
|
|
197
|
+
howler_api-3.0.0.dev350.dist-info/METADATA,sha256=p1jXroLoNyHmS6ECGE66KAtDta82vcIbMTD8h9T_DR8,2804
|
|
198
|
+
howler_api-3.0.0.dev350.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
199
|
+
howler_api-3.0.0.dev350.dist-info/entry_points.txt,sha256=Lu9SBGvwe0wczJHmc-RudC24lmQk7tv3ZBXon9RIihg,259
|
|
200
|
+
howler_api-3.0.0.dev350.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|