Commit Graph

3064 Commits

Author SHA1 Message Date
Shreya 3bfdcb9e9a Undo line deletion
Forgot to add it back on undoing previous changes
2020-05-04 14:26:20 +05:30
Shreya 319c1c27bb Remove redundant code (which was mapping matrix to PBA config) 2020-05-02 00:35:20 +05:30
VakarisZ cdf65ae097 Post breach typo in configuration_schema fix 2020-05-02 00:35:20 +05:30
Shreya 749c37f647 Add check for "Communicate as new user" PBA in T1136 2020-05-02 00:35:20 +05:30
Shreya e164f53ed4 Remove unwanted code (for mapping config to matrix [T1136]) 2020-05-02 00:35:20 +05:30
Shreya 0394b8404a Tiny changes according to review 2020-05-02 00:35:20 +05:30
Shreya 7a3f747a10 Map "Back door user" PBA with "Create account" attack technique
"Create Account" turned off in the ATT&CK matrix config ->
"Back door user" turns off in the PBA config section
... and vice-versa
2020-05-02 00:35:20 +05:30
Shreya 141abfe708 Add report UI
T1136: Create account
2020-05-02 00:35:20 +05:30
Shreya 943541a748 Link attack report to send to client
T1136: Create account
2020-05-02 00:35:19 +05:30
Shreya 41754cb122 Add technique report
T1136: Create account
2020-05-02 00:35:19 +05:30
Shreya a31fffa348 Add attack technique description
T1136: Create account
2020-05-02 00:35:19 +05:30
VakarisZ 67c8b48d9c
Merge pull request #619 from VakarisZ/map_generation_test
Map generation test
2020-04-28 17:23:44 +03:00
Shay Nehmad ac740d31b5
Merge pull request #631 from guardicore/master
Backmerge hotfix from Master
2020-04-28 17:18:33 +03:00
Shay Nehmad 98636a5495
Merge pull request #630 from guardicore/hotfix/fix-monkey-password-encoding
Python 3 hashing requires bytes, not string
2020-04-28 17:17:47 +03:00
Shay Nehmad d03ee3d245 Update patch version
Bugfix change to master == new patch ㊗️
2020-04-28 16:54:19 +03:00
Shay Nehmad e321220a62 Python 3 hashing requires bytes, not string
Also moved to standard lib implementation with hashlib instead of Crypto, and added UT to the problematic function
2020-04-28 16:42:24 +03:00
Shay Nehmad aa21e864fe
Merge pull request #628 from guardicore/release/1.8.0
Release/1.8.0 to develop
2020-04-27 17:15:31 +03:00
Shay Nehmad 9b7d7972b5
Merge pull request #599 from guardicore/release/1.8.0
Release/1.8.0
Changelog will be published soon-ish.
2020-04-27 16:39:10 +03:00
Shay Nehmad 3f00cbbd70
Merge pull request #626 from guardicore/bugfix/lock-wmi-version-package
Bugfix/lock wmi version package
2020-04-27 15:12:48 +03:00
Shay Nehmad b5668c4dbc Lock WMI version to one that works 2020-04-27 15:05:21 +03:00
VakarisZ 8a3d4a5a65
Merge pull request #625 from VakarisZ/mitre_cti_retarget
Mitre cti retarget
2020-04-23 22:50:13 +03:00
VakarisZ b51bef1a37 Added our fork of mitre cti 2020-04-23 17:05:22 +03:00
VakarisZ 61bd40eebf Removed mitre cti submodule 2020-04-23 17:02:54 +03:00
Shay Nehmad ab4977f191
Merge pull request #622 from guardicore/bugfix/fix-win-installation
Bugfix/fix win installation
2020-04-20 15:23:46 +03:00
Shay Nehmad ca505f4d86 Trying to disable UPX to make it work on 2012 R2 2020-04-20 09:37:53 +03:00
Shay Nehmad fb345845fe Added pyinstaller hook for stix2 module 2020-04-16 23:22:58 +03:00
Shay Nehmad 7ef3c3b0a8 Remove the stix2 internals reference
v20
2020-04-16 22:32:05 +03:00
Shay Nehmad cb9d4936dd Default value for positional argument
Since this is the enrty point for pyinstaller island
2020-04-16 19:38:05 +03:00
Shay Nehmad ef3a71afe5 Added the attack_data folder to the datas 2020-04-16 19:09:42 +03:00
Shay Nehmad d50c339629 Fix bad inport path 2020-04-16 17:31:40 +03:00
Shay Nehmad b8fd7c9786 Added hidden import and upx exclude 2020-04-16 15:13:17 +03:00
VakarisZ 34e64f5429
Merge pull request #618 from VakarisZ/release/1.8.0
Readme update
2020-04-15 10:21:33 +03:00
VakarisZ 5fa27c14e8 Bugfixes and debugging comments removed 2020-04-15 09:38:08 +03:00
VakarisZ f270f62ef5 Changed dropdowns to headers in readme 2020-04-14 17:46:54 +03:00
VakarisZ 2bf7ea546f Another mitre attack report picture dimension adjust 2020-04-14 15:01:49 +03:00
VakarisZ b802d83d35 Fixed the rest of dropdowns and picture dimensions 2020-04-14 14:53:19 +03:00
VakarisZ 22a0bc2703 Fixing dropdown 2020-04-14 14:36:24 +03:00
VakarisZ 37308897ff Added and updated screenshots on readme 2020-04-14 13:24:39 +03:00
Shay Nehmad cbbc158105
Merge pull request #617 from VakarisZ/vsftpd_fix
VSFTPD byte string mixup fixes
2020-04-14 10:35:39 +03:00
VakarisZ 892caadcd0 VSFTPD byte string mixup fixes 2020-04-14 10:23:01 +03:00
Shay Nehmad 9aaa84ee48
Merge pull request #614 from acepace/bugfix/leak_info_when_sending_telem
Brute force fix for #613
2020-04-13 16:13:15 +03:00
Shay Nehmad 9d1e163841
Merge pull request #609 from guardicore/bugfix/1.8.0-fix-deb-python-version
Bugfix/1.8.0 fix deb python version
2020-04-13 16:12:42 +03:00
Ace Pace c00958ddcd Renamed display to log 2020-04-12 19:58:20 +03:00
Shay Nehmad 592fd887b8 No need to qualify python since we sourced `activate`
Added which python it to the debug prints to compensate
2020-04-12 19:26:26 +03:00
Shay Nehmad 9687b22b2b Add some safety check for the .rnd file nonsense
I added more comments, so it must be fine 🔥 🐶 🔥
2020-04-12 19:24:21 +03:00
Ace Pace fcfbef995b Brute force fix for #613 2020-04-12 15:02:28 +03:00
Shay Nehmad 9d889aada8 Fix create cert paths in postinst and added debug messages 2020-04-11 18:29:19 +03:00
Shay Nehmad f1de8e8c76 openssl needs to be able to read the .rnd file 2020-04-11 12:45:12 +03:00
Shay Nehmad b95646c300 Added a comment which explains the new dd 2020-04-11 01:12:27 +03:00
Shay Nehmad 305d15cc6a Added random seed data to .rnd for openssl to work
This is a known issue with openssl and once ubuntu 18 gets a new version we can delete this
2020-04-11 01:11:01 +03:00