vakarisz
6ced730b53
UT: Remove monkey. part from imports in unit tests
...
No part of the codebase import with this longer syntax of `monkey.infection_monkey.something`, because `infection_monkey.something` is shorter and enough
2022-09-23 12:40:41 +03:00
vakarisz
d48e8b3f3e
Agent, Island: Add mypy to dev dependencies
2022-09-23 12:40:41 +03:00
vakarisz
39191d3344
Project: Remove __init__.py in monkey folder
...
Monkey is not a python package, it's a collection of packages. This also prevents mypy from searching monkey.infection_monkey... imports
2022-09-23 10:47:16 +03:00
vakarisz
978daf973b
Agent: Fix mypy errors related to puppet
2022-09-23 10:45:23 +03:00
vakarisz
0d08ce467e
Agent: Fix mypy issues in ransomware and encryption
2022-09-23 09:42:25 +03:00
vakarisz
3d7e9be150
Agent: Fix type hints mypy found in relay/utils.py
2022-09-22 17:33:00 +03:00
vakarisz
9749984640
Agent: Fix type hints mypy found in propagator.py
2022-09-22 17:09:32 +03:00
Mike Salvatore
13f7301db9
Island: Add types-python-dateutil as dev dependency
2022-09-21 20:43:50 -04:00
Mike Salvatore
f591f150fc
Revert "Island: Fix mypy issues in exploit.py"
...
This reverts commit 9c49cdafa3
.
2022-09-21 20:43:09 -04:00
Kekoa Kaaikala
5e7689345f
Island: Remove i_log_repository.py
2022-09-21 22:25:42 +00:00
Kekoa Kaaikala
06965abe5d
Island: Remove networkmap.py
2022-09-21 22:25:42 +00:00
Kekoa Kaaikala
bba6386efa
Island: Fix mypy issues in segmentation.py
2022-09-21 22:25:42 +00:00
Kekoa Kaaikala
1defad72fd
Island: Fix mypy issues in networkmap.py
2022-09-21 22:25:42 +00:00
Kekoa Kaaikala
e478ba80e0
Island: Fix mypy issues in version.py
2022-09-21 22:25:42 +00:00
Kekoa Kaaikala
c0e98bc0d1
Island: Fix mypy issues in T1065.py
2022-09-21 22:25:42 +00:00
Kekoa Kaaikala
5f3d757965
Island: Fix mypy issues in mongo_db_process.py
2022-09-21 22:25:42 +00:00
Kekoa Kaaikala
0578219549
Island: Fix mypy issues in finding_service.py
2022-09-21 22:25:42 +00:00
Kekoa Kaaikala
85dbda8ba9
Island: Fix mypy issues in cred_exploit.py
2022-09-21 22:25:24 +00:00
Kekoa Kaaikala
22b12080b6
Island: Fix mypy issues in ransomware_report.py
2022-09-21 22:23:14 +00:00
Kekoa Kaaikala
9c49cdafa3
Island: Fix mypy issues in exploit.py
2022-09-21 22:23:14 +00:00
Kekoa Kaaikala
b8230ffb73
Island: Fix mypy issues for encryptors
2022-09-21 22:23:14 +00:00
Kekoa Kaaikala
421ed942fe
Island: Fix mypy issues in AbstractResource.py
2022-09-21 22:23:14 +00:00
Kekoa Kaaikala
ecd2cbbe6e
Island: Fix mypy issues in i_log_repository.py
2022-09-21 22:23:14 +00:00
Kekoa Kaaikala
3e95ec6ee4
Island: Fix mypy issues in server_setup.py
2022-09-21 22:23:14 +00:00
Kekoa Kaaikala
95839caf9c
Island: Fix mypy issues in app.py
2022-09-21 22:23:14 +00:00
Kekoa Kaaikala
97d53dba3c
Agent: Fix mypy issues in ransomware_options.py
2022-09-21 22:23:14 +00:00
Kekoa Kaaikala
c78e6333f8
Agent: Fix mypy issues in pba.py
2022-09-21 22:23:14 +00:00
Kekoa Kaaikala
1621b494f4
Agent: Fix mypy issues in capture_output.py
2022-09-21 22:23:03 +00:00
Kekoa Kaaikala
ccfc41fc2f
Agent: Fix mypy issues in IslandAPIClient
2022-09-21 17:54:33 +00:00
Kekoa Kaaikala
fc82715262
Agent: Fix mypy issues in vuln_assessment.py
2022-09-21 17:49:04 +00:00
Kekoa Kaaikala
2fab84636e
Agent: Fix mypy issues in exploit/tools/helpers.py
2022-09-21 17:47:56 +00:00
Kekoa Kaaikala
0a9d221ad8
Agent: Fix mypy issues in HostExploiter.py
2022-09-21 17:47:11 +00:00
Kekoa Kaaikala
be4c5e7312
Agent: Fix mypy issues in propagation credentials
...
Updated aggregating_propagation_credentials_repository.py
2022-09-21 17:42:52 +00:00
Kekoa Kaaikala
60c1eb9cc1
Agent: Fix mypy errors in monkey.py
2022-09-21 17:09:06 +00:00
Kekoa Kaaikala
4f04cf1c18
Common: Fix mypy error in encoding.py
2022-09-21 17:07:11 +00:00
Mike Salvatore
dfa1709064
Merge pull request #2315 from guardicore/2180-encrypt-event-data
...
2180 encrypt event data
2022-09-20 11:46:53 -04:00
Kekoa Kaaikala
b27dea54e7
Island: Fix typo in docstring
2022-09-20 15:32:59 +00:00
Kekoa Kaaikala
a83186f532
UT: Test that stored events are encrypted
2022-09-20 15:32:59 +00:00
Kekoa Kaaikala
dea7b4f74a
UT: Use encryptor fixture in agent encryption tests
2022-09-20 15:32:59 +00:00
Kekoa Kaaikala
c0869aebba
Island: Simplify agent encryption calls
2022-09-20 15:32:59 +00:00
Kekoa Kaaikala
644f3628a5
UT: Move mongo functions into a module
2022-09-20 15:32:59 +00:00
Kekoa Kaaikala
2d03e497e9
UT: Show seq and dict are encrypted in events
2022-09-20 15:32:59 +00:00
Kekoa Kaaikala
e0cebd144a
UT: Use mock encryptor
2022-09-20 15:32:59 +00:00
Kekoa Kaaikala
875a54aa8f
Island: Remove stale comment
2022-09-20 15:32:59 +00:00
Kekoa Kaaikala
7038179711
UT: Add tests for event encryption exceptions
2022-09-20 15:32:18 +00:00
Kekoa Kaaikala
ccadfccf5e
Island: Remove duplicate encryption code
2022-09-20 15:32:18 +00:00
Kekoa Kaaikala
f635c2cd5f
BB: Removed unneccessary logs from ZerologonAnalyzer
2022-09-20 15:32:18 +00:00
Kekoa Kaaikala
aa0d5f2e19
Island: Fix import ordering
2022-09-20 15:32:18 +00:00
Kekoa Kaaikala
a9f7262582
UT: Fix formatting
2022-09-20 15:32:18 +00:00
Kekoa Kaaikala
2e63f47606
Island: Copy dict when encrypting event data
2022-09-20 15:32:18 +00:00