Itay Mizeretz
|
04e7ca13e7
|
Merge pull request #336 from guardicore/feature/refactor-attack-telem
Changed attack telemetry to be regular telemetry.
|
2019-06-18 15:34:57 +03:00 |
itay
|
232a82334a
|
Merge remote-tracking branch 'origin/develop' into feature/refactor-attack-telem
# Conflicts:
# monkey/monkey_island/cc/services/attack/attack_report.py
|
2019-06-18 15:34:15 +03:00 |
Itay Mizeretz
|
0a692377cf
|
Merge pull request #345 from VakarisZ/attack_brute_force
Attack brute force
|
2019-06-18 15:17:24 +03:00 |
VakarisZ
|
20de5231ba
|
Merge remote-tracking branch 'upstream/develop' into brute_force_report
# Conflicts:
# monkey/infection_monkey/utils.py
|
2019-06-18 14:21:50 +03:00 |
VakarisZ
|
dc2755173d
|
Refactored technique report basic data generation methods
|
2019-06-18 14:15:13 +03:00 |
itay
|
985d3ea188
|
rename telem_type to telem_catagory
|
2019-06-18 12:19:29 +03:00 |
itay
|
345f0e0cc5
|
Merge branch 'develop' into feature/refactor-attack-telem
|
2019-06-18 12:11:46 +03:00 |
VakarisZ
|
0422cd32db
|
Bugfix
|
2019-06-14 15:52:49 +03:00 |
VakarisZ
|
c117e59672
|
Merge pull request #352 from VakarisZ/small_bugfix
_EXPLOITED_SERVICE prop added to win_ms08_067 exploiter
|
2019-06-14 09:24:37 +03:00 |
VakarisZ
|
74042b4f29
|
_EXPLOITED_SERVICE var added to win_ms08_067 exploiter
|
2019-06-14 09:15:55 +03:00 |
Shay Nehmad
|
c320111499
|
Merge pull request #326 from guardicore/feature/325-notification-when-done
[CR] Added a notification when infection is done
|
2019-06-12 19:32:54 +03:00 |
Shay Nehmad
|
6480cfe232
|
Merge branch 'develop' into feature/325-notification-when-done
|
2019-06-12 19:32:29 +03:00 |
Daniel Goldberg
|
015081f9d8
|
Merge pull request #338 from guardicore/improvement/232-dont-show-linux-in-cred-map
[CR] Improvement/232 dont show linux in cred map
|
2019-06-12 19:26:15 +03:00 |
Daniel Goldberg
|
302d4af5ed
|
Merge pull request #349 from guardicore/bugfix/348-monkey-dir
[CR] Use tempfile to create monkey directory
|
2019-06-12 19:24:22 +03:00 |
Shay Nehmad
|
4d184d5723
|
Merge pull request #339 from guardicore/feature/337-check-mongo-version
[DONE] Added assertion of mongo db version.
|
2019-06-12 18:29:25 +03:00 |
Shay Nehmad
|
65ca86f6c0
|
Changed minimum mongo version to 3.6
Because Ubuntu 18.04 still provides only 3.6 and people may install that way.
https://launchpad.net/ubuntu/bionic/+source/mongodb
|
2019-06-12 18:28:25 +03:00 |
Shay Nehmad
|
922a129f2f
|
Now using tempfile to create monkey directory
Instead of predetermined tmp paths.
|
2019-06-12 17:08:33 +03:00 |
VakarisZ
|
f2d25c4481
|
fixed PR comments
|
2019-06-12 11:52:05 +03:00 |
itay
|
16306f86bb
|
fix imports
|
2019-06-11 19:45:03 +03:00 |
itay
|
63e64cbd7e
|
Add attack telemetries to feed and preprocessing dicts
Fix 1197 report processing
|
2019-06-11 17:33:55 +03:00 |
itay
|
22815b7e02
|
Fix test
|
2019-06-11 16:42:55 +03:00 |
itay
|
4d962feafe
|
Rename test victim host telem file
Create new T1197Telem class for new telemetries
|
2019-06-11 16:34:54 +03:00 |
itay
|
93d6280d1a
|
Fix CR comments
|
2019-06-11 16:16:36 +03:00 |
itay
|
b2eef28291
|
Fix VictimHost's getData
|
2019-06-11 16:13:26 +03:00 |
VakarisZ
|
7068a77a61
|
Merge pull request #343 from VakarisZ/web_rce_bugfix
bug in web_rce fixed
|
2019-06-11 14:56:39 +03:00 |
VakarisZ
|
85ff5bd4ec
|
bug in web_rce fixed
|
2019-06-11 14:49:18 +03:00 |
itay
|
dba82fc818
|
Merge remote-tracking branch 'origin/develop' into feature/refactor-attack-telem
# Conflicts:
# monkey/infection_monkey/monkey.py
# monkey/infection_monkey/transport/attack_telems/base_telem.py
# monkey/infection_monkey/transport/attack_telems/victim_host_telem.py
# monkey/monkey_island/cc/app.py
# monkey/monkey_island/cc/resources/attack/attack_telem.py
# monkey/monkey_island/cc/services/attack/attack_telem.py
|
2019-06-11 14:45:21 +03:00 |
Itay Mizeretz
|
2738cc61e8
|
Merge pull request #305 from VakarisZ/attack_report_2
Attack report 2
|
2019-06-11 11:20:56 +03:00 |
VakarisZ
|
6c4a515442
|
ntlm credential display bugfix
|
2019-06-07 10:12:02 +03:00 |
VakarisZ
|
2ab3be6437
|
Merge branch 'attack_report' into brute_force_report
|
2019-06-06 15:19:31 +03:00 |
VakarisZ
|
18b8350279
|
Refactored, improved readability and performance
|
2019-06-06 15:14:52 +03:00 |
Shay Nehmad
|
28f2d32579
|
Added assertion of mongo db version.
Also refactoed a bit to make the main shorter.
|
2019-06-05 19:25:09 +03:00 |
Shay Nehmad
|
cbcc640ace
|
Icon works in the notification
|
2019-06-05 19:07:42 +03:00 |
Shay Nehmad
|
712ce4622d
|
Refactored the GenerateMapNodes function to use the DAL and now it filters windows nodes
|
2019-06-05 18:28:54 +03:00 |
Shay Nehmad
|
833af00421
|
Added the IslandTestCase class for better testing + moved get_os to the monkey model
|
2019-06-05 18:28:00 +03:00 |
Shay Nehmad
|
bf0b812f73
|
Revert "WIP - initial code, just trying to make a POST request work"
This reverts commit 026cb41064 .
|
2019-06-05 17:18:52 +03:00 |
Shay Nehmad
|
e142ca7c44
|
Merge branch 'develop' into improvement/232-dont-show-linux-in-cred-map
|
2019-06-05 16:43:04 +03:00 |
Shay Nehmad
|
64fcf4425b
|
Fixed URL and added ICON
icon doesn't work yet - not passing a URL to the react notification package
|
2019-06-05 16:20:04 +03:00 |
Shay Nehmad
|
6f814c59a7
|
Merge branch 'develop' into feature/325-notification-when-done
|
2019-06-05 13:58:39 +03:00 |
VakarisZ
|
22ee27d519
|
@staticmethod annotation to abstract method added
|
2019-06-05 10:38:14 +03:00 |
VakarisZ
|
84c95b72ab
|
Cosmetic changes and small bugfixes
|
2019-06-05 10:33:56 +03:00 |
VakarisZ
|
c77d796798
|
PR comments fixed
|
2019-06-03 09:41:05 +03:00 |
itay
|
fc28135e00
|
Changed attack telemetry to be regular telemetry.
Made telemetries OOP (not retroactively)
|
2019-06-02 17:44:56 +03:00 |
Itay Mizeretz
|
9021463cd2
|
Merge pull request #334 from VakarisZ/import_bugfix
Import made compatible with attack config
|
2019-06-02 12:54:56 +03:00 |
VakarisZ
|
0ea5d4f231
|
Merge branch 'attack_report' into brute_force_report
|
2019-05-30 21:09:02 +03:00 |
VakarisZ
|
20e38291e3
|
Merge remote-tracking branch 'upstream/develop' into attack_report
|
2019-05-30 21:08:43 +03:00 |
VakarisZ
|
016b73c982
|
Merge pull request #335 from VakarisZ/post_breach_hotfix
Hotfixed telemetry feed for post breach actions
|
2019-05-30 21:08:03 +03:00 |
VakarisZ
|
053f9686c6
|
Hotfixed telemetry feed for post breach actions
|
2019-05-30 21:04:30 +03:00 |
VakarisZ
|
0284eeebe8
|
Import made compatible with attack config
|
2019-05-30 17:02:30 +03:00 |
VakarisZ
|
56eddfbbda
|
Merge branch 'attack_report' into brute_force_report
|
2019-05-30 16:44:44 +03:00 |