howler-api 3.4.0.dev950__py3-none-any.whl → 3.4.0.dev955__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/odm/models/ecs/host.py +6 -0
- {howler_api-3.4.0.dev950.dist-info → howler_api-3.4.0.dev955.dist-info}/METADATA +1 -1
- {howler_api-3.4.0.dev950.dist-info → howler_api-3.4.0.dev955.dist-info}/RECORD +5 -5
- {howler_api-3.4.0.dev950.dist-info → howler_api-3.4.0.dev955.dist-info}/WHEEL +0 -0
- {howler_api-3.4.0.dev950.dist-info → howler_api-3.4.0.dev955.dist-info}/entry_points.txt +0 -0
howler/odm/models/ecs/host.py
CHANGED
|
@@ -13,5 +13,11 @@ class Host(odm.Model):
|
|
|
13
13
|
ip: list[str] = odm.List(odm.IP(), default=[], description="Host ip addresses.")
|
|
14
14
|
mac: list[str] = odm.List(odm.Keyword(), default=[], description="Host MAC addresses.")
|
|
15
15
|
name: Optional[str] = odm.Optional(odm.Keyword(description="Name of the host."))
|
|
16
|
+
hostname: Optional[str] = odm.Optional(
|
|
17
|
+
odm.Keyword(
|
|
18
|
+
description="Hostname of the host. It normally contains what the hostname "
|
|
19
|
+
"command returns on the host machine"
|
|
20
|
+
)
|
|
21
|
+
)
|
|
16
22
|
domain: Optional[str] = odm.Optional(odm.Keyword(description="Domain the host is a member of."))
|
|
17
23
|
type: Optional[str] = odm.Optional(odm.Keyword(description="As described by CSP."))
|
|
@@ -118,7 +118,7 @@ howler/odm/models/ecs/file.py,sha256=4yg57cANyQoG93iWgA82KL7kBAlY_PvK-lWuYuBnBOU
|
|
|
118
118
|
howler/odm/models/ecs/geo.py,sha256=R6yKphOQMgrUEC7bnTpM95N40AS5Bi5mjfTrp-2wL1g,1408
|
|
119
119
|
howler/odm/models/ecs/group.py,sha256=AdK7S7XK3tYJdRlCrzCNfO499aJ0io9VeSe5xFwi4Ns,765
|
|
120
120
|
howler/odm/models/ecs/hash.py,sha256=X8_M5mPoff3hmESVropUKVCCMK8ZPiBUdjpXYGDdgak,700
|
|
121
|
-
howler/odm/models/ecs/host.py,sha256=
|
|
121
|
+
howler/odm/models/ecs/host.py,sha256=XMNsidCOdimjGjYPPnYazJysZd7K9MEDLTlE1LVRJIk,968
|
|
122
122
|
howler/odm/models/ecs/http.py,sha256=CRUMqMKIUW-KAOh73zaTmXpWfZEmJF2QL-jj7CcnpBo,1936
|
|
123
123
|
howler/odm/models/ecs/ingress.py,sha256=-dt_D90UKijgs9VhLMSy8GyKXSAuZr56Kq7lk8NU0ng,456
|
|
124
124
|
howler/odm/models/ecs/interface.py,sha256=WKMAxlT3M8QpE9kadgaihtPMEN18XM_UFqM3Dx5xHxU,647
|
|
@@ -198,7 +198,7 @@ howler/utils/path.py,sha256=DfOU4i4zSs4wchHoE8iE7aWVLkTxiC_JRGepF2hBYBk,690
|
|
|
198
198
|
howler/utils/socket_utils.py,sha256=nz1SklC9xBHUSfHyTJjpq3mbozX1GDf01WzdGxfaUII,2212
|
|
199
199
|
howler/utils/str_utils.py,sha256=HE8Hqh2HlOLaj16w0H9zKOyDJLp-f1LQ50y_WeGZaEk,8389
|
|
200
200
|
howler/utils/uid.py,sha256=p9dsqyvZ-lpiAuzZWCPCeEM99kdk0Ly9czf04HNdSuw,1341
|
|
201
|
-
howler_api-3.4.0.
|
|
202
|
-
howler_api-3.4.0.
|
|
203
|
-
howler_api-3.4.0.
|
|
204
|
-
howler_api-3.4.0.
|
|
201
|
+
howler_api-3.4.0.dev955.dist-info/METADATA,sha256=sB-JTliE2zG50he11mruPBhIweCS5V5325Lg0AU8gQ0,2879
|
|
202
|
+
howler_api-3.4.0.dev955.dist-info/WHEEL,sha256=EGEvSphFYqXKs23-kQBeyNoJP1nrT8ZJKQoi5p5DYL8,88
|
|
203
|
+
howler_api-3.4.0.dev955.dist-info/entry_points.txt,sha256=Lu9SBGvwe0wczJHmc-RudC24lmQk7tv3ZBXon9RIihg,259
|
|
204
|
+
howler_api-3.4.0.dev955.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|