Commit Graph

2072 Commits

Author SHA1 Message Date
Daniel Goldberg 9ac23731c7
Merge pull request #364 from guardicore/feature/refactor-telem-retro
Feature/refactor telem retro
2019-07-07 12:09:48 +03:00
itay 6aca7d6f29 PBA telem - Add fallback to ip & hostname collection 2019-07-07 12:07:04 +03:00
itay a9ec2a39bc Merge branch 'develop' into feature/refactor-telem-retro
# Conflicts:
#	monkey/infection_monkey/exploit/__init__.py
#	monkey/infection_monkey/post_breach/pba.py
2019-07-07 11:59:18 +03:00
Itay Mizeretz 79c4444c39
Merge pull request #358 from guardicore/bugfix/fix-update-attack-report
determine if new report needs to be generated pending on latest updat…
2019-07-07 11:19:41 +03:00
Itay Mizeretz 7cd6a0b434
Merge branch 'develop' into bugfix/fix-update-attack-report 2019-07-07 11:19:15 +03:00
Itay Mizeretz d926a92920
Merge pull request #344 from VakarisZ/attack_powershell
T1086 powershell
2019-07-07 11:15:32 +03:00
itay f50bdca801 Remove console.log 2019-07-07 11:14:19 +03:00
Itay Mizeretz 1ebcfd8ba6
Merge pull request #342 from VakarisZ/attack_comand_line_interface
T1059 Comand line interface and T1003 Credential dumping
2019-07-07 11:11:36 +03:00
Itay Mizeretz 2e020a6c73
Merge pull request #341 from VakarisZ/attack_pass_the_hash
T1075 pass the hash
2019-07-07 10:47:13 +03:00
VakarisZ 8e3f1e7817 exploit.tools refactored into separate modules to avoid circular dependencies while using telemetries 2019-07-05 13:47:39 +03:00
VakarisZ 9c41556cb0 Fixed tunneling bug where local machine gets set as island. 2019-07-03 14:11:15 +03:00
VakarisZ 9415f6e73c Execution trough WinAPI attack technique implemented 2019-07-02 13:16:41 +03:00
VakarisZ d1f8e52266 Implemented execution trough module load attack technique 2019-07-02 10:54:47 +03:00
Daniel Goldberg 001361c863
Merge pull request #357 from VakarisZ/wblogic_2019_2725
WebLogic CVE-2019-2725 implemented
2019-07-01 16:32:16 +03:00
Daniel Goldberg aeb07e1db6
Merge pull request #361 from VakarisZ/pba_bugfix
PBA handles hostname lookup failure
2019-07-01 16:30:55 +03:00
VakarisZ c5e1b0a93f WeblogicExploiter class refactored to only handle vulnerability execution. 2019-07-01 14:10:37 +03:00
VakarisZ 452724c487 Implemented service execution attack technique 2019-06-28 16:26:16 +03:00
VakarisZ bc1be8e452 Implemented file deletion attack technique 2019-06-28 12:25:33 +03:00
VakarisZ ad9b2aa6de Implemented uncommonly used port attack technique 2019-06-27 10:26:52 +03:00
VakarisZ a8a355afb2 Updated private keys attack technique 2019-06-26 17:47:34 +03:00
VakarisZ 8a96068ddd Merge branch 'attack_system_info' into attack_private_keys
# Conflicts:
#	monkey/monkey_island/cc/services/attack/attack_report.py
#	monkey/monkey_island/cc/services/attack/technique_reports/T1110.py
#	monkey/monkey_island/cc/services/attack/technique_reports/__init__.py
2019-06-26 17:16:01 +03:00
VakarisZ e4bb468cc2 Updated attack report in powershell 2019-06-26 17:06:35 +03:00
VakarisZ bc73c64138 Merge branch 'attack_comand_line_interface' into attack_powershell 2019-06-26 17:05:23 +03:00
VakarisZ 6ae23cd99c Merge branch 'attack_pass_the_hash' into attack_comand_line_interface
# Conflicts:
#	monkey/monkey_island/cc/services/attack/attack_report.py
2019-06-26 17:04:34 +03:00
VakarisZ 737c735f8f Updated attack report in pass the hash 2019-06-26 17:02:44 +03:00
VakarisZ 592abc77b3 Updated system info gathering technique. 2019-06-26 17:00:30 +03:00
VakarisZ 21def2970f Merge branch 'attack_powershell' into attack_system_info
# Conflicts:
#	monkey/monkey_island/cc/services/attack/attack_report.py
2019-06-26 16:26:00 +03:00
VakarisZ 3e9dcd3646 Powershell query changed to parse array of executed command dicts 2019-06-26 15:30:22 +03:00
VakarisZ fea8567177 Merge branch 'attack_comand_line_interface' into attack_powershell
# Conflicts:
#	monkey/infection_monkey/exploit/__init__.py
#	monkey/infection_monkey/exploit/hadoop.py
#	monkey/monkey_island/cc/services/attack/attack_report.py
2019-06-25 15:51:44 +03:00
VakarisZ 36f917bc8d Updated branch according to changes in dev. 2019-06-25 15:43:02 +03:00
VakarisZ f8d5247f81 Merge branch 'attack_pass_the_hash' into attack_comand_line_interface
# Conflicts:
#	monkey/monkey_island/cc/services/attack/technique_reports/__init__.py
2019-06-25 14:26:11 +03:00
VakarisZ 3cab7ba1ba Merge remote-tracking branch 'upstream/develop' into attack_pass_the_hash
# Conflicts:
#	monkey/monkey_island/cc/services/attack/technique_reports/T1197.py
#	monkey/monkey_island/cc/services/attack/technique_reports/__init__.py
2019-06-25 14:10:23 +03:00
VakarisZ d0d0f13a43 WebLogic CVE-2019-2725 implemented 2019-06-25 12:25:04 +03:00
VakarisZ b667cb7674 Merge remote-tracking branch 'upstream/develop' into attack_comand_line_interface
# Conflicts:
#	monkey/monkey_island/cc/services/attack/technique_reports/T1197.py
#	monkey/monkey_island/cc/services/attack/technique_reports/__init__.py
2019-06-25 10:47:02 +03:00
VakarisZ b7d173711c Merge branch 'attack_pass_the_hash' into attack_comand_line_interface
# Conflicts:
#	monkey/monkey_island/cc/services/attack/technique_reports/T1210.py
2019-06-25 10:43:39 +03:00
VakarisZ f9bf3ef9f0 Executed cmds info variable refactored 2019-06-25 10:42:03 +03:00
VakarisZ 8ec5a6ac43 Readability improvements 2019-06-25 09:27:02 +03:00
VakarisZ 053ad1a261 PBA handles hostname lookup failure 2019-06-25 09:10:21 +03:00
VakarisZ c4c53f732a powershell command storage refactor 2019-06-25 08:36:21 +03:00
itay e20328c17a refactor system_info telem 2019-06-23 16:06:36 +03:00
itay 2ed228f283 Refactor scan,trace,tunnel,pba telems 2019-06-23 16:01:08 +03:00
itay 27ca921dbc Refactor state telem 2019-06-23 15:36:28 +03:00
itay 78fb69c6ea Fix telem_category 2019-06-23 15:35:00 +03:00
itay 06c14bee67 refactor exploit telem 2019-06-23 14:57:57 +03:00
Itay Mizeretz 3161b39f5e
Merge pull request #363 from guardicore/bugfix/exploit-host-retval
exploit_host returns '_exploit_host''s return value
2019-06-23 14:49:45 +03:00
itay 78b8ef4bd3 exploit_host returns '_exploit_host''s return value 2019-06-23 14:45:36 +03:00
Itay Mizeretz aab6799ab1
Merge pull request #362 from guardicore/bugfix/fix-category-type
fix variable name 'catagory' -> 'category'
2019-06-23 14:24:16 +03:00
itay 5706e1d113 fix variable type 'catagory' -> 'category' 2019-06-23 14:07:48 +03:00
itay 5fc6fa5c3c Fix field type to contain more precise time 2019-06-23 14:03:41 +03:00
itay f8004a6b08 Use mongoengine for latest modify time 2019-06-23 14:03:13 +03:00