Commit Graph

3109 Commits

Author SHA1 Message Date
VakarisZ e189e96259 Improved the dir structure of telem parsing, other minor CR comments fixed 2020-05-11 16:32:18 +03:00
VakarisZ a98b348d24 Merge remote-tracking branch 'upstream/develop' into monkey_telemetry_fabrication
# Conflicts:
#	envs/monkey_zoo/blackbox/island_client/monkey_island_client.py
#	envs/monkey_zoo/blackbox/test_blackbox.py
2020-05-07 12:15:43 +03:00
VakarisZ 9aff40d974 Fake IP's don't get out of range, fixed typo in requirements and added logging to telem parsing 2020-05-07 11:20:08 +03:00
Shay Nehmad d5021540ca
Merge pull request #636 from acepace/bugfix/random_pep
Bugfix/random pep
Thanks to @acepace
2020-05-06 12:38:09 +03:00
Ace Pace 115cb05031 Remove flake8 warnings on import not in start of module. Possible alternative is using __all__ but that may come with change in functionality. 2020-05-06 00:04:54 +03:00
Ace Pace 1de511b1ed Remove some more PEP8 2020-05-06 00:01:50 +03:00
Ace Pace 2f4904d3a3 Merge branch 'develop' into bugfix/random_pep 2020-05-05 23:57:34 +03:00
Ace Pace 4c27ea4f7b Fix a few more. Re set the number of flake warnings to be higher :( 2020-05-05 23:47:41 +03:00
VakarisZ f3ec436f78
Merge pull request #582 from shreyamalviya/map-create-user-pba-to-matrix
Map create user PBA to ATT&CK matrix
2020-05-04 12:10:44 +03:00
VakarisZ 9470ba9729
Merge pull request #634 from acepace/feature/UI_games
Feature/ui size improvements
2020-05-04 12:04:08 +03:00
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
Ace Pace fc46eecb2d Turn errors into warnings. 2020-05-01 15:32:01 +03:00
Ace Pace 24dc84ced2 Bring back eslint errors, raise travisCI threshold :( 2020-05-01 15:06:49 +03:00
Ace Pace d7c0b7da90 Revert hiding error and just display it instead 2020-05-01 15:05:17 +03:00
Ace Pace 431daa1f8e Reduce number of flake8 warnings to 100. 2020-05-01 13:02:41 +03:00
Ace Pace e508540ace Fix really random linting errors from flake8 2020-05-01 13:00:54 +03:00
Ace Pace d403ea9ed2 Hide more errors :( 2020-05-01 12:19:18 +03:00
Ace Pace 95303309e5 Balance by fixing a bunch of small eslint and general code hint warnings 2020-05-01 11:55:25 +03:00
Ace Pace 32515e0990 Hide a lot of eslint warnings. 2020-05-01 11:46:19 +03:00
Ace Pace b97478a019 Remove unused icons 2020-04-30 12:41:54 +03:00
Ace Pace 83c2ba7568 Change PTH icons to 8bit to save size. 2020-04-30 12:41:23 +03:00
Ace Pace 345d6d0a8f Update css-loader 2020-04-30 12:37:57 +03:00
Ace Pace 375bb7032a Move to only using modern imports 2020-04-30 12:26:22 +03:00
Ace Pace 5101c50d95 Move font display tag to HTML query, to avoid questions on where to stick it properly. :( 2020-04-30 01:07:33 +03:00
Ace Pace 92504f8ad4 Switch DNS prefetch to preconnect.
Add font-display tag to ensure text is displayed while font is loaded
2020-04-30 01:02:59 +03:00
Ace Pace 8d0ae1c528 Merge font requests to save time 2020-04-30 00:58:36 +03:00
Ace Pace 2f7eb05a33 Add DNS prefetch for google fonts and bootstrap CSS to index.html 2020-04-30 00:58:36 +03:00
Ace Pace 572b90df64 Remove unused imports 2020-04-30 00:52:40 +03:00
Ace Pace 116de3e353 Actually use the eslint plugins we install. Use react plugin for eslint 2020-04-30 00:52:40 +03:00
Ace Pace a645abd498 Updated babel, updated polyfill definitions to include only modern browsers.
Webpack size is now 2.39MiB
2020-04-29 23:43:19 +03:00
Ace Pace c7a94beb0d Revert lodash minimizer due to bugs that I didn't want to debug. 2020-04-29 23:42:09 +03:00
Ace Pace d5b659c3cd Change to deep linking forteawesome images. This is because webpack doesn't seem to minimize the imports properly.
Saves 80kb
2020-04-29 18:48:29 +03:00
Ace Pace 564f9a2cc6 Add lodash minimizer. Saves roughly 50kib but for free. 2020-04-29 18:36:10 +03:00
VakarisZ 1a784791fd Fixed a typo in supported_request_method.py filename 2020-04-29 11:17:08 +03:00
VakarisZ 1352747c4e Removed debugging comments 2020-04-29 10:39:10 +03:00
VakarisZ 55d3fd5bd8 More improvement on telemetry fabrication logging 2020-04-28 17:54:12 +03:00
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