VakarisZ
|
6234e35185
|
Merge pull request #372 from VakarisZ/attack_file_copy
T1105 Remote file copy
|
2019-08-19 10:48:14 +03:00 |
VakarisZ
|
7eab8687c1
|
Fixed bug created during merge, fixed typos in attack telemetries for usage.
|
2019-08-19 10:46:17 +03:00 |
VakarisZ
|
e774fcaff6
|
Merge remote-tracking branch 'upstream/develop' into attack_file_copy
# Conflicts:
# monkey/common/utils/attack_utils.py
# monkey/infection_monkey/dropper.py
# monkey/infection_monkey/system_info/mimikatz_collector.py
# monkey/infection_monkey/system_singleton.py
# monkey/infection_monkey/telemetry/attack/t1106_telem.py
|
2019-08-19 08:54:50 +03:00 |
Itay Mizeretz
|
3d97324137
|
Merge pull request #369 from VakarisZ/attack_execution_api
T1106 Execution through API
|
2019-08-04 10:17:51 +03:00 |
VakarisZ
|
35c496812f
|
Fixed CR comments and implemented test for proxy attack techniques
|
2019-08-02 13:11:16 +03:00 |
VakarisZ
|
281440962c
|
Merge branch 'attack_file_copy' into attack_bugfixes
# Conflicts:
# monkey/infection_monkey/exploit/sshexec.py
|
2019-08-02 09:54:44 +03:00 |
VakarisZ
|
cefe9a7d9c
|
Merge remote-tracking branch 'upstream/develop' into attack_execution_api
# Conflicts:
# monkey/infection_monkey/system_info/mimikatz_collector.py
|
2019-08-02 09:49:27 +03:00 |
VakarisZ
|
ee1d6507b0
|
Refactored T1106 to use Usage enum and fixed SMB bugs
|
2019-08-01 17:39:53 +03:00 |
VakarisZ
|
4ccf06e454
|
Merge remote-tracking branch 'upstream/develop' into attack_file_copy
# Conflicts:
# monkey/infection_monkey/exploit/rdpgrinder.py
# monkey/infection_monkey/exploit/sshexec.py
# monkey/infection_monkey/system_info/mimikatz_collector.py
|
2019-08-01 15:02:40 +03:00 |
VakarisZ
|
022361e090
|
Merge branch 'develop' into attack_file_copy
|
2019-08-01 14:52:50 +03:00 |
VakarisZ
|
f01febfb5d
|
Fixed code duplication in T1105 sending and typo in report header
|
2019-08-01 14:52:27 +03:00 |
Itay Mizeretz
|
3c8432e8dd
|
Merge pull request #368 from VakarisZ/attack_module_load
T1129 Execution through module load
|
2019-08-01 14:48:17 +03:00 |
VakarisZ
|
7470427feb
|
Changed UsageTelemetry calls to no longer require .name when specifying usage enum
|
2019-08-01 14:26:01 +03:00 |
VakarisZ
|
92f66ba907
|
Merge remote-tracking branch 'upstream/develop' into attack_module_load
|
2019-08-01 14:21:46 +03:00 |
Itay Mizeretz
|
0872e02740
|
Merge pull request #367 from VakarisZ/attack_service_execution
T1035 Service Execution
|
2019-08-01 14:12:04 +03:00 |
Shay Nehmad
|
812e844f74
|
Merge pull request #396 from guardicore/improvment/395-log-hashes-not-creds
Filtering sensitive info when logging running config
|
2019-08-01 11:57:36 +03:00 |
Itay Mizeretz
|
d86f4abb15
|
Merge pull request #398 from guardicore/bugfix/remove-travis-python-3
remove python 3 build from travis
|
2019-08-01 10:58:16 +03:00 |
itay
|
111080d5cd
|
remove python 3 build from travis
|
2019-08-01 10:52:38 +03:00 |
VakarisZ
|
850448ab0c
|
Merge remote-tracking branch 'upstream/develop' into attack_service_execution
|
2019-08-01 10:29:08 +03:00 |
VakarisZ
|
32e930559d
|
Improved docs of "parse_usages" method
|
2019-08-01 10:09:40 +03:00 |
VakarisZ
|
a1bc097164
|
Merge remote-tracking branch 'upstream/develop' into attack_module_load
# Conflicts:
# monkey/monkey_island/cc/ui/src/components/attack/techniques/Helpers.js
|
2019-08-01 09:57:26 +03:00 |
Itay Mizeretz
|
bbff9b95e3
|
Merge pull request #366 from VakarisZ/attack_file_deletion
T1107 File Deletion
|
2019-07-31 11:43:07 +03:00 |
Shay Nehmad
|
209aacd96d
|
Hashing all places in the log that log passwords
Now passwords are no longer plaintext
|
2019-07-29 17:11:01 +03:00 |
Shay Nehmad
|
bb8e9f5192
|
Fixed CR Comment - exported sensitive fields
|
2019-07-29 10:15:27 +03:00 |
Shay Nehmad
|
8d5c90faa4
|
Filtering sensitive info when logging running config
|
2019-07-29 09:18:45 +03:00 |
Daniel Goldberg
|
ef4372cf34
|
Merge pull request #391 from guardicore/add_password_hash_script
Create island_password_hasher.py
|
2019-07-28 06:19:40 -07:00 |
Shay Nehmad
|
898b0f13a9
|
Merge pull request #392 from guardicore/hotfix/delete-monkey-executable-by-default
self_delete_in_cleanup default is now True
|
2019-07-28 09:27:41 +03:00 |
Shay Nehmad
|
f6cb99f528
|
self_delete_in_cleanup default is now True
|
2019-07-28 09:25:30 +03:00 |
Shay Nehmad
|
6b353b7a7e
|
Merge pull request #389 from guardicore/bugfix/374-monkey-telemetry-revival
Bugfix/374 monkey telemetry revival
|
2019-07-23 13:24:51 +03:00 |
Shay Nehmad
|
15f6bce46d
|
Create island_password_hasher.py
Used for Monkey Island password hash see
https://github.com/guardicore/monkey/wiki/Enabling-Monkey-Island-Password-Protection
|
2019-07-23 13:20:14 +03:00 |
Shay Nehmad
|
f7eee5175a
|
Now saving after setting new TTL ref on renewal
This changed the schema since the parent field is nullable.
|
2019-07-22 19:17:29 +03:00 |
Shay Nehmad
|
1201a3d138
|
Removed telemetry debug log
|
2019-07-22 17:45:22 +03:00 |
Shay Nehmad
|
92e400a66f
|
Using objects.get() instead of objects()[0]
|
2019-07-22 17:42:20 +03:00 |
Shay Nehmad
|
89d49a7d3f
|
Reverted default expiry duration (5 minutes)
|
2019-07-22 16:35:24 +03:00 |
Shay Nehmad
|
524f062f69
|
Revert "Update package-lock.json"
This reverts commit 4d301e9b5e .
|
2019-07-22 14:55:40 +03:00 |
VakarisZ
|
fe6a653f79
|
Implemented scripting attack technique
|
2019-07-22 12:13:54 +03:00 |
Shay Nehmad
|
4d301e9b5e
|
Update package-lock.json
|
2019-07-21 17:59:59 +03:00 |
Shay Nehmad
|
b1cb56d13f
|
Added debug log when renewing TTLs for ease of debugging TTL issues
|
2019-07-21 17:59:43 +03:00 |
Shay Nehmad
|
30dcce4be2
|
Fixed small bug if no monkey exists
|
2019-07-21 17:55:39 +03:00 |
Shay Nehmad
|
805e26cfdf
|
Added UT for ttl removal
tested and passed
|
2019-07-21 17:09:41 +03:00 |
Shay Nehmad
|
73022938af
|
Added monkey TTL renewal to monkey model.
In future, we should use only this method to update the monkey's TTL.
|
2019-07-21 17:05:08 +03:00 |
Shay Nehmad
|
1e665d67b9
|
Merge pull request #388 from guardicore/bugfix/378-aws-link-in-new-window
Missing "
|
2019-07-21 12:37:45 +03:00 |
Shay Nehmad
|
f8ea7af69e
|
Missing "
|
2019-07-21 12:37:05 +03:00 |
Shay Nehmad
|
cb04525a4f
|
Merge pull request #387 from guardicore/bugfix/378-aws-link-in-new-window
Added target="_blank to link so it opens in a new window
|
2019-07-21 12:05:30 +03:00 |
Shay Nehmad
|
f895b42b4a
|
Added target="_blank to link so it opens in a new window
|
2019-07-21 12:03:46 +03:00 |
VakarisZ
|
38978516db
|
Merge branch 'attack_execution_api' into attack_scripting
|
2019-07-19 17:28:19 +03:00 |
VakarisZ
|
493de5b8ea
|
Implemented remote services attack technique
|
2019-07-19 15:52:14 +03:00 |
VakarisZ
|
7b8fa541f5
|
Implemented system's network configuration discovery attack technique
|
2019-07-19 13:30:01 +03:00 |
VakarisZ
|
0202215aaf
|
Implemented network system discovery attack technique
|
2019-07-18 18:13:27 +03:00 |
VakarisZ
|
ab461ef8d3
|
Implemented data collection from local system attack technique
|
2019-07-18 09:47:31 +03:00 |