rosetta-ce 1.6.5__py3-none-any.whl → 1.6.7__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 rosetta-ce might be problematic. Click here for more details.
- rosetta/rfaker.py +3 -0
- {rosetta_ce-1.6.5.dist-info → rosetta_ce-1.6.7.dist-info}/METADATA +1 -1
- {rosetta_ce-1.6.5.dist-info → rosetta_ce-1.6.7.dist-info}/RECORD +6 -6
- {rosetta_ce-1.6.5.dist-info → rosetta_ce-1.6.7.dist-info}/LICENSE +0 -0
- {rosetta_ce-1.6.5.dist-info → rosetta_ce-1.6.7.dist-info}/WHEEL +0 -0
- {rosetta_ce-1.6.5.dist-info → rosetta_ce-1.6.7.dist-info}/top_level.txt +0 -0
rosetta/rfaker.py
CHANGED
|
@@ -301,6 +301,9 @@ class Events:
|
|
|
301
301
|
if field == "src_host":
|
|
302
302
|
field_value = random.choice(observables.src_host) if observables and observables.src_host \
|
|
303
303
|
else faker.hostname()
|
|
304
|
+
if field == "dst_host":
|
|
305
|
+
field_value = random.choice(observables.dst_host) if observables and observables.dst_host \
|
|
306
|
+
else faker.hostname()
|
|
304
307
|
if field == "user":
|
|
305
308
|
field_value = random.choice(observables.user) if observables and observables.user \
|
|
306
309
|
else faker.user_name()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: rosetta-ce
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.7
|
|
4
4
|
Summary: Rosetta is a Python package that can be used to fake security logs and alerts for testing different detection and response use cases.
|
|
5
5
|
Home-page: https://github.com/ayman-m/rosetta
|
|
6
6
|
Author: Ayman Mahmoud
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
rosetta/__init__.py,sha256=9rqZF7bpDMRN5H-rjNRUfzQAOIqyc21hTTZfYufTy04,92
|
|
2
2
|
rosetta/rconverter.py,sha256=oPdWMtO6_aeQC8PqCl4nHKEpVb1kaBACSaNXsz-o00Q,3008
|
|
3
|
-
rosetta/rfaker.py,sha256=
|
|
3
|
+
rosetta/rfaker.py,sha256=ptjDV_ZvcZYp55RSm6KsSHg4JWkZgHQnlrDIMBf04Uw,46051
|
|
4
4
|
rosetta/rsender.py,sha256=Zfj9MVckO49iabxCQ19fkGKpKnzOXB1iHOTb9CgkzsE,10463
|
|
5
5
|
rosetta/constants/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
rosetta/constants/attributes.py,sha256=ZWl1xHAAv0jh1oqyOCR9RjqbdaDsmBKSq59ame2HNgo,269
|
|
@@ -8,8 +8,8 @@ rosetta/constants/db.py,sha256=ZobruGzgijbbFHEnLGuwVwZTxLCBL-_vdmUDPVv3OAo,4708
|
|
|
8
8
|
rosetta/constants/sensors.py,sha256=ZxPWFrNqDFKRVn9ai-5vtvIiU4-3FAXQIRj7gFoBRPk,1936
|
|
9
9
|
rosetta/constants/sources.py,sha256=b3ynlKGw1gw7VBA4yCYkJ7aq4vVPfypqA8W_kuAZaBA,1658
|
|
10
10
|
rosetta/constants/systems.py,sha256=dxFLs55Lg03rR-0T7bTFcKsdoXQuURFvGKFLO5IR_tM,6478
|
|
11
|
-
rosetta_ce-1.6.
|
|
12
|
-
rosetta_ce-1.6.
|
|
13
|
-
rosetta_ce-1.6.
|
|
14
|
-
rosetta_ce-1.6.
|
|
15
|
-
rosetta_ce-1.6.
|
|
11
|
+
rosetta_ce-1.6.7.dist-info/LICENSE,sha256=jF5fCbmI1A-yyvPAEeQ5VHM094tRLlWsMyun-UlX-pQ,1070
|
|
12
|
+
rosetta_ce-1.6.7.dist-info/METADATA,sha256=Me96Qh20eNVe3nckB36bMrOwoH0-VHd0zdgSX6ejLXQ,11321
|
|
13
|
+
rosetta_ce-1.6.7.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
|
|
14
|
+
rosetta_ce-1.6.7.dist-info/top_level.txt,sha256=HLxDc6BJxHZDzVIlOwpCGH0DqIf65OhZcHniRDaUUZc,8
|
|
15
|
+
rosetta_ce-1.6.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|