Commit Graph

2258 Commits

Author SHA1 Message Date
VakarisZ 54b38b04b2 Exported common T1021 and T1110 functions to 'technique_report_tools.py' file, fixed 'ScanStatus' usage on front end 2019-08-20 17:03:26 +03:00
VakarisZ 1360e1877c Merge branch 'attack_sys_network_config' into attack_remote_services 2019-08-20 16:36:26 +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
Shay Nehmad d693b216a7 Removed unused files 2019-08-19 11:57:39 +03:00
Shay Nehmad aaab4a479c Added doc to consts file, and moved AV list to AV file 2019-08-19 11:56:05 +03:00
Shay Nehmad ba1667372b create telemetry services directory - soon all the telemetry resources functions will be moved there. 2019-08-19 11:41:04 +03:00
Shay Nehmad 73a6cb22b6 Extracted antivirus ZTtest to different file in a new module under services. 2019-08-19 11:39:12 +03:00
VakarisZ 99fd62928d Merge remote-tracking branch 'upstream/develop' into attack_bugfixes 2019-08-19 11:05:11 +03:00
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
Shay Nehmad 32a346fdcf Fixed missing pillar status (for label color) 2019-08-18 09:41:57 +03:00
Shay Nehmad 21c3c9bf4d Now returning full text data to the website 2019-08-15 12:27:21 +03:00
Shay Nehmad 7006a2332f All labels now show status 2019-08-15 11:39:46 +03:00
Shay Nehmad 3d96f71988 Made statuslabel look better 2019-08-15 10:54:30 +03:00
Shay Nehmad e4cf3706ec Extracted status label 2019-08-15 10:42:19 +03:00
Shay Nehmad db85dfe24a Added sec issues to ZT report as well and gridified the overview section 2019-08-15 10:23:06 +03:00
Shay Nehmad 785bc4f109 Extracted the security issues glance component 2019-08-15 10:17:38 +03:00
Shay Nehmad cd7cc4011d Added pillar summary as per Barak's idea 2019-08-15 09:17:32 +03:00
Shay Nehmad 0325521936 Extracted MustRunMonkeyWarning and ReportLoader to seperate compoments
and other small various fixes
2019-08-14 10:34:04 +03:00