Commit Graph

5948 Commits

Author SHA1 Message Date
VakarisZ 1448bb1850 Island: extract monkey exploitations into a separate service and a separate endpoint
This change not only removes complexity from the huge report service, but also allows different UI components to call the API without forcing the whole report to be generated
2021-07-28 12:14:38 +03:00
VakarisZ 1013347b3c Island: move manual exploitation service into a separate exploitations directory under report directory 2021-07-28 12:08:11 +03:00
Shreya Malviya 8cec39bc74 docs: Rename 'use cases' to 'scenarios' 2021-07-28 13:41:49 +05:30
Shreya Malviya 8819333355 docs: Add description for ransomware simulation 2021-07-28 13:37:33 +05:30
VakarisZ e10d2246a3 Island UI: reword the info for LateralMovement.tsx to not contain encryption part in description 2021-07-28 10:28:35 +03:00
Mike Salvatore 0609bc2063 Build: Add README.md for build_package.sh 2021-07-27 15:31:33 -04:00
Mike Salvatore ae1427f6a6 Build: Remove duplicate code from appimage build script 2021-07-27 15:25:50 -04:00
Mike Salvatore 5576e4e241 Build: Move reusable parts of docker build scripts into new scripts 2021-07-27 13:08:55 -04:00
Mike Salvatore 3e638298e6 Build: Move appimage/ and docker/ into build_scrips/ 2021-07-27 08:12:01 -04:00
VakarisZ 73f06a5551
Merge pull request #1359 from guardicore/1349/landing-page-face-lift
Landing page face lift
2021-07-27 15:09:04 +03:00
Mike Salvatore 3def533502
Merge pull request #1367 from guardicore/local-docker-build
Local docker build
2021-07-27 08:08:20 -04:00
Mike Salvatore ba4a572237 Docker: Use rsync instead of timeout to exclude npm directories 2021-07-27 07:54:04 -04:00
Mike Salvatore 4d50a9adee Docker: Remove .npm dir 2021-07-27 07:54:04 -04:00
Mike Salvatore e3ed576b0e Update changelog regarding docker build script 2021-07-27 07:54:04 -04:00
Mike Salvatore f26f02c193 AppImage: Make minor improvements to README.md 2021-07-27 07:54:04 -04:00
Mike Salvatore 1cfa1b9c50 Docker: Add a README.md 2021-07-27 07:54:00 -04:00
VakarisZ 475f46cd5a
Merge pull request #1363 from guardicore/ransomware-table-v2
Ransomware table v2
2021-07-27 14:35:01 +03:00
Ilija Lazoroski eccd1ea5d0 UI: Fix layout on landing page. 2021-07-27 13:05:28 +02:00
Ilija Lazoroski 61229f259b UI: Add tsparticles to landing-page. Stretched the landing page main
screen
2021-07-27 11:52:25 +02:00
Mike Salvatore 34b47a07d4 Docker: Add a script to build monkey island docker locally 2021-07-26 13:17:22 -04:00
Ilija Lazoroski 9119a49bff UI: Fix alignment in landing page. Remove dupplicate code for guardicore logo. Rewrite doc links. 2021-07-26 18:46:31 +02:00
Mike Salvatore 5531c30d30 UI: Don't render ransomware encryption table if no files were encrypted 2021-07-26 10:04:43 -04:00
Mike Salvatore 09d7630a47 UI: Show loading icon while fetching file encryption telemetry 2021-07-26 09:28:55 -04:00
Mike Salvatore af9caee85f UI: Rename Attack -> AttackSection 2021-07-26 08:32:56 -04:00
Mike Salvatore 9bcce8d4b5 UI: Add attack section to RansomwareReport 2021-07-26 08:29:42 -04:00
Mike Salvatore 0f84cc19c1 Island: Remove "encrypted_files_table" from ransomware report endpoint 2021-07-26 07:53:13 -04:00
Mike Salvatore da3a2c1a02 UI: Display encrypted file paths in ransomware report table 2021-07-26 07:53:13 -04:00
Ilija Lazoroski aed3a8358d UI: Landing page face lift 2021-07-26 13:52:57 +02:00
VakarisZ d4d055ed95
Merge pull request #1360 from guardicore/manual_executions_endpoint
Manual executions endpoint
2021-07-26 14:30:48 +03:00
VakarisZ 2f40fc4e54 Island UI: improved the UI/readability in BreachSection.tsx 2021-07-26 14:22:53 +03:00
Shreya 6775e3b1ab cc: Add missing CSS selector in `LandingPage.scss` to make buttons of equal size 2021-07-26 11:59:44 +03:00
VakarisZ a6374e0678 Island UI: replace double quotes with single quotes in BreachSection.tsx 2021-07-26 11:49:08 +03:00
VakarisZ e6a87839d6 Island UI: add keys to items in ransomware report, breach section 2021-07-26 11:45:29 +03:00
VakarisZ fcb52b8223 Island UI: alter ransomware report to contain a section describing manual executions 2021-07-26 11:29:13 +03:00
VakarisZ 7360b3c4f8 Island: add an endpoint and service to get manual runs/exploitations 2021-07-26 11:28:40 +03:00
VakarisZ 91ca828c72 Monkey: add launch time to the monkey collection
Launch time is needed if we want to tell the user when exactly the exploit occurred/monkey got run
2021-07-26 11:28:40 +03:00
Mike Salvatore 52207c15b8 UI: Add lateral movement section to ransomware report 2021-07-23 15:16:51 +03:00
Mike Salvatore 3da4aee3d4 Tests: move test_encryptor.py to the right directory 2021-07-23 07:28:55 -04:00
Mike Salvatore 5a703580fc
Merge pull request #1348 from guardicore/appimage_improvements
appImage improvements
2021-07-23 06:51:04 -04:00
VakarisZ 3694f584f1
Merge pull request #1343 from guardicore/aws_exporter_bugfix
Bugfix: AWS exporter
2021-07-23 09:59:25 +03:00
VakarisZ 35b96321b4 Island: fix the AWS exporter to export most of the issues and not crash if unknown issues were generated 2021-07-23 09:54:43 +03:00
VakarisZ 690a535e27 appimage: set the setting for clrf conversion skip to be used only during appimage build rather than setting a global config value 2021-07-23 09:51:01 +03:00
VakarisZ d03c4ebb01
Merge pull request #1356 from guardicore/numbered-report-section-component
UI: Use CSS instead of style for FontAwesomeIcon in Reports
2021-07-23 08:54:16 +03:00
Mike Salvatore 9e2f20ca84 UI: Add a "NumberedReportSection" component 2021-07-22 14:29:04 -04:00
VakarisZ 96627837b2 Island UI: fix a race condition between setting island scenario on the UI and on the backend 2021-07-22 10:03:56 -04:00
dependabot[bot] 7245580fa0 build(deps): bump impacket in /monkey/infection_monkey
Bumps [impacket](https://github.com/SecureAuthCorp/impacket) from 0.9.22 to 0.9.23.
- [Release notes](https://github.com/SecureAuthCorp/impacket/releases)
- [Changelog](https://github.com/SecureAuthCorp/impacket/blob/master/ChangeLog)
- [Commits](https://github.com/SecureAuthCorp/impacket/commits)

---
updated-dependencies:
- dependency-name: impacket
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-22 09:37:04 -04:00
VakarisZ b12aef7dda appImage: add island directory copy timeout and disable autocrlf feature for the branch being checked out
these changes will help developers in the following cases: trying to create an appImage from already established development environment and trying to create appImage on WSL
2021-07-22 14:45:31 +03:00
Mike Salvatore 2bc0f739dc
Merge pull request #1335 from guardicore/ransomware-mode-default-config-values
Ransomware mode default config values
2021-07-21 09:04:37 -04:00
Mike Salvatore abe8fc268b Tests: Fix flakey elastic blackbox test
Fixes #1117
2021-07-21 08:39:24 -04:00
Shreya 34495d36d4 tests: Fix function path in monkeypatch statement as per previous commit changes 2021-07-21 18:06:52 +05:30