Commit Graph

2122 Commits

Author SHA1 Message Date
Shay Nehmad 6843606a4f Merge commit leftovers 2019-08-21 19:03:51 +03:00
Shay Nehmad 293a6639f2 Merge branch 'develop' into 400/zero-trust-mvp 2019-08-21 19:03:33 +03:00
Shay Nehmad bfaa05aa51 Minor CR fixes - changed downlaod filename, refactored some names 2019-08-21 18:48:02 +03:00
Shay Nehmad 3f85c336b9 Moved init of mappings to init file 2019-08-21 18:32:39 +03:00
Daniel Goldberg ef4113d31b
Merge pull request #410 from VakarisZ/default_server_bugfix
Bugfix for monkey without -s flag
2019-08-21 16:47:02 +02:00
Itay Mizeretz fc23faed3e
Merge pull request #384 from VakarisZ/attack_sys_network_config
T1016 System network configuration discovery
2019-08-21 17:41:46 +03:00
Itay Mizeretz 145488edd4
Merge pull request #383 from VakarisZ/attack_system_discovery
T1018 Remote System Discovery
2019-08-21 17:39:05 +03:00
Itay Mizeretz 3202deaf51
Merge pull request #382 from VakarisZ/attack_data_from_system
T1005 Data from local system
2019-08-21 17:37:41 +03:00
Itay Mizeretz d4c18eb07a
Merge pull request #381 from VakarisZ/attack_file_perm_mod
T1222 File permissions modification
2019-08-21 17:30:29 +03:00
Itay Mizeretz 22a5f87ebb
Merge pull request #379 from VakarisZ/attack_exfiltration_c2_channel
T1041 Exfiltration Over Command and Control Channel
2019-08-21 17:27:55 +03:00
VakarisZ 4b356c2cf4 Fixes bug where monkey crashes if default server flag is not passed 2019-08-21 11:54:38 +03:00
Daniel Goldberg 3f83e26c5b
Merge pull request #408 from guardicore/bugfix/missing_dpath_requirement_in_island
Add missing requirement
2019-08-21 10:18:53 +02:00
Daniel Goldberg 2d82a18501 Add missing requirement 2019-08-21 10:02:08 +02:00
VakarisZ f014d3b035 Merge branch 'attack_system_discovery' into attack_sys_network_config 2019-08-21 09:18:32 +03:00
VakarisZ 3852bb80f3 Merge branch 'attack_data_from_system' into attack_system_discovery 2019-08-21 09:08:54 +03:00
VakarisZ b80040c547 Merge branch 'attack_file_perm_mod' into attack_data_from_system 2019-08-21 09:07:48 +03:00
VakarisZ ba40f1a5c4 Merge branch 'attack_exfiltration_c2_channel' into attack_file_perm_mod 2019-08-21 09:06:33 +03:00
VakarisZ 1dfdb9b0a1 Merge remote-tracking branch 'upstream/develop' into attack_exfiltration_c2_channel
# Conflicts:
#	monkey/monkey_island/cc/models/monkey.py
#	monkey/monkey_island/cc/ui/src/components/attack/techniques/T1090.js
2019-08-21 09:05:34 +03:00
Itay Mizeretz 10b2c2e6cb
Merge pull request #377 from VakarisZ/attack_proxy
T1188 Multi-hop proxy and T1090 Connection proxy
2019-08-20 19:17:47 +03:00
VakarisZ fd20d98a8f Fixed CR comments 2019-08-20 16:27:48 +03:00
VakarisZ 320bcc4c1d Merge branch 'attack_system_discovery' into attack_sys_network_config
# Conflicts:
#	monkey/monkey_island/cc/ui/src/components/attack/techniques/Helpers.js
#	monkey/monkey_island/cc/ui/src/components/attack/techniques/T1082.js
2019-08-20 16:10:06 +03:00
VakarisZ d73e846419 Fixed CR comments 2019-08-20 15:39:10 +03:00
VakarisZ 35e7be1361 Merge branch 'attack_data_from_system' into attack_system_discovery 2019-08-20 15:36:46 +03:00
VakarisZ bfa524b3ea Fixed typos in UI (renamed scanStatus to ScanStatus) 2019-08-20 15:20:38 +03:00
VakarisZ 5b074158ec Renamed '_type' to 'gathered_data_type' in data from local system attack technique. 2019-08-20 15:05:14 +03:00
VakarisZ 1da20b33c6 Merge branch 'attack_file_perm_mod' into attack_data_from_system 2019-08-20 15:04:11 +03:00
VakarisZ 62e5ee5b46 Merge branch 'attack_exfiltration_c2_channel' into attack_file_perm_mod
# Conflicts:
#	monkey/infection_monkey/exploit/sshexec.py
2019-08-20 09:03:37 +03:00
VakarisZ 1e661476a9 UI bugfixes 2019-08-20 08:52:36 +03:00
VakarisZ cae1b72d86 Added machine to t1222 telem. comment 2019-08-20 08:35:45 +03:00
Shay Nehmad db58bf9a87 Fixed all small UI comments 2019-08-19 19:00:18 +03:00
Shay Nehmad f26ab7f62d Using regular print. Doesn't look great, but better than nothing. 2019-08-19 18:13:30 +03:00
Shay Nehmad d52a6eab57 Separated sections to methods for readability 2019-08-19 18:09:05 +03:00
VakarisZ 4ae92af37d Merge remote-tracking branch 'upstream/develop' into attack_exfiltration_c2_channel
# Conflicts:
#	monkey/monkey_island/cc/models/monkey.py
2019-08-19 17:55:10 +03:00
VakarisZ 3325aea17d Fixed CR comments 2019-08-19 17:52:42 +03:00
Shay Nehmad 2fa2c04940 Extracted execution status function to reduce code duplication 2019-08-19 15:57:48 +03:00
VakarisZ f2f616f847 Merge remote-tracking branch 'upstream/develop' into attack_proxy
# Conflicts:
#	monkey/monkey_island/cc/models/monkey.py
2019-08-19 15:31:58 +03:00
Shay Nehmad c4805b70e2 Unified style and look of two reports loading location, + added print buttom component. 2019-08-19 15:21:55 +03:00
VakarisZ e9d39577ee Fixed bug in unit test for tunneling 2019-08-19 15:17:48 +03:00
Shay Nehmad e88c2baf64 renamed funtion to be clearer. 2019-08-19 15:02:27 +03:00
Shay Nehmad 92156946fe Added docs for function 2019-08-19 14:59:10 +03:00
Shay Nehmad 231de96e8c renamed test files to convention 2019-08-19 14:55:51 +03:00
Shay Nehmad 6ca4df1c26 extracted filter av logiv to seperate function 2019-08-19 14:53:15 +03:00
Shay Nehmad a6789a53b2 Extracted process telem to hooks.py 2019-08-19 14:43:23 +03:00
Shay Nehmad 757af1c6af Moved all processing code into services/telemetry/processing
Telemetry class line count: 87. 😄
2019-08-19 14:34:21 +03:00
VakarisZ 97ab71b694
Merge pull request #376 from VakarisZ/attack_bugfixes
Attack report improvements
2019-08-19 14:32:19 +03:00
VakarisZ c6da2cce07 Fixed bugs and typos 2019-08-19 14:16:25 +03:00
Shay Nehmad c1ac45470c Added doc to test_event 2019-08-19 13:40:35 +03:00
Shay Nehmad 524859f011 Removed unused exception 2019-08-19 13:35:37 +03:00
Shay Nehmad 453c8f9eb4 Moved ZT models to own folder and added documentation 2019-08-19 13:34:32 +03:00
Shay Nehmad d50095b570 Changed "general" report to "security" all over 2019-08-19 12:03:42 +03:00