Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PLA-16779: Add remediation job for azure security group port 22 (#10) #4

Merged
merged 1 commit into from
Sep 14, 2020

Conversation

mzkhan
Copy link
Owner

@mzkhan mzkhan commented Sep 14, 2020

  • PLA-16779: Add remediation job for azure security group port 22

  • add test dependencies

  • update README.md

  • add deployment info to the README

  • add rule information

Co-authored-by: Mohammad Zuber Khan khanz@vmware.com

* PLA-16779: Add remediation job for azure security group port 22

* add test dependencies

* update README.md

* add deployment info to the README

* add rule information

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>
@mzkhan mzkhan merged commit 33fe1a9 into mzkhan:dev Sep 14, 2020
mzkhan added a commit that referenced this pull request Nov 4, 2020
* PLA-17940 updating constraints and fixing s3_enable_access_logging to… (#3)

* PLA-17940 updating constraints and fixing s3_enable_access_logging to not remediate the logging target bucket

* PLA-17940 fixing copyright info

* Updated readme to have link for reporting issues (#4)

Co-authored-by: svikramjeet <svikramjeet@vmware.com>

* S3 access logs permissions (#6)

* Update minimum permissions for the job
* Add more logs when permission is missing

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

Co-authored-by: Paul Allen <pauldallen@gmail.com>
Co-authored-by: svikramjeet <svikramjeet@vmware.com>
Co-authored-by: Zuber <khan.zuber@gmail.com>
Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>
mzkhan added a commit that referenced this pull request Nov 4, 2020
* PLA-17940 updating constraints and fixing s3_enable_access_logging to… (#3)

* PLA-17940 updating constraints and fixing s3_enable_access_logging to not remediate the logging target bucket

* PLA-17940 fixing copyright info

* Updated readme to have link for reporting issues (#4)

Co-authored-by: svikramjeet <svikramjeet@vmware.com>

* S3 access logs permissions (#6)

* Update minimum permissions for the job
* Add more logs when permission is missing

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* change the way cloudAccountId is parsed from Job Paramaters (#9)

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* PLA-16779: Add remediation job for azure security group port 22 (#10)

* PLA-16779: Add remediation job for azure security group port 22

* add test dependencies

* update README.md

* add deployment info to the README

* add rule information

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* Add remediation job for closing port 22 for VM (#11)

* PLA-18743: Add remediation job for closing port 22 for VM
* add tests for azure_vm_close_port_22 to tox
* add deployment details

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* Add remediation jobs for storage and RDP violations (#12)

* add remediation job for closing RDP access

* Add remediation job for remove public access for blob

* Add remediation job to allow only https traffic to storage account

* update READMEs to fix broken links

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* fix the parameters passed for remediation (#13)

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* add check for existing permissions before adding new (vmware-samples#15)

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* Fix ports range for network security groups (vmware-samples#19) (vmware-samples#20)

* handle the case when the security rule port is a range

* Add minimum permissions for each remediation jobs

* add link to built in roles

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

Co-authored-by: Zuber <khan.zuber@gmail.com>
Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

Co-authored-by: Paul Allen <pauldallen@gmail.com>
Co-authored-by: svikramjeet <svikramjeet@vmware.com>
Co-authored-by: Zuber <khan.zuber@gmail.com>
Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>
mzkhan added a commit that referenced this pull request Nov 4, 2020
* Release/v1.0.0 (#7)

* PLA-17940 updating constraints and fixing s3_enable_access_logging to… (#3)

* PLA-17940 updating constraints and fixing s3_enable_access_logging to not remediate the logging target bucket

* PLA-17940 fixing copyright info

* Updated readme to have link for reporting issues (#4)

Co-authored-by: svikramjeet <svikramjeet@vmware.com>

* S3 access logs permissions (#6)

* Update minimum permissions for the job
* Add more logs when permission is missing

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

Co-authored-by: Paul Allen <pauldallen@gmail.com>
Co-authored-by: svikramjeet <svikramjeet@vmware.com>
Co-authored-by: Zuber <khan.zuber@gmail.com>
Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* Release/v1.1.0 (vmware-samples#17)

* PLA-17940 updating constraints and fixing s3_enable_access_logging to… (#3)

* PLA-17940 updating constraints and fixing s3_enable_access_logging to not remediate the logging target bucket

* PLA-17940 fixing copyright info

* Updated readme to have link for reporting issues (#4)

Co-authored-by: svikramjeet <svikramjeet@vmware.com>

* S3 access logs permissions (#6)

* Update minimum permissions for the job
* Add more logs when permission is missing

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* change the way cloudAccountId is parsed from Job Paramaters (#9)

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* PLA-16779: Add remediation job for azure security group port 22 (#10)

* PLA-16779: Add remediation job for azure security group port 22

* add test dependencies

* update README.md

* add deployment info to the README

* add rule information

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* Add remediation job for closing port 22 for VM (#11)

* PLA-18743: Add remediation job for closing port 22 for VM
* add tests for azure_vm_close_port_22 to tox
* add deployment details

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* Add remediation jobs for storage and RDP violations (#12)

* add remediation job for closing RDP access

* Add remediation job for remove public access for blob

* Add remediation job to allow only https traffic to storage account

* update READMEs to fix broken links

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* fix the parameters passed for remediation (#13)

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* add check for existing permissions before adding new (vmware-samples#15)

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* Fix ports range for network security groups (vmware-samples#19) (vmware-samples#20)

* handle the case when the security rule port is a range

* Add minimum permissions for each remediation jobs

* add link to built in roles

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

Co-authored-by: Zuber <khan.zuber@gmail.com>
Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

Co-authored-by: Paul Allen <pauldallen@gmail.com>
Co-authored-by: svikramjeet <svikramjeet@vmware.com>
Co-authored-by: Zuber <khan.zuber@gmail.com>
Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

Co-authored-by: Paul Allen <pauldallen@gmail.com>
Co-authored-by: svikramjeet <svikramjeet@vmware.com>
Co-authored-by: Zuber <khan.zuber@gmail.com>
Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>
mzkhan added a commit that referenced this pull request Nov 4, 2020
* PLA-17940 updating constraints and fixing s3_enable_access_logging to… (#3)

* PLA-17940 updating constraints and fixing s3_enable_access_logging to not remediate the logging target bucket

* PLA-17940 fixing copyright info

* Updated readme to have link for reporting issues (#4)

Co-authored-by: svikramjeet <svikramjeet@vmware.com>

* S3 access logs permissions (#6)

* Update minimum permissions for the job
* Add more logs when permission is missing

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* change the way cloudAccountId is parsed from Job Paramaters (#9)

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* PLA-16779: Add remediation job for azure security group port 22 (#10)

* PLA-16779: Add remediation job for azure security group port 22

* add test dependencies

* update README.md

* add deployment info to the README

* add rule information

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* Add remediation job for closing port 22 for VM (#11)

* PLA-18743: Add remediation job for closing port 22 for VM
* add tests for azure_vm_close_port_22 to tox
* add deployment details

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* Add remediation jobs for storage and RDP violations (#12)

* add remediation job for closing RDP access

* Add remediation job for remove public access for blob

* Add remediation job to allow only https traffic to storage account

* update READMEs to fix broken links

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* fix the parameters passed for remediation (#13)

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* add check for existing permissions before adding new (vmware-samples#15)

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* Fix ports range for network security groups (vmware-samples#19)

* handle the case when the security rule port is a range

* Add minimum permissions for each remediation jobs

* add link to built in roles

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* update the remediation job payload (vmware-samples#21)

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* PLA-20459: Add rule information for the remediation job (vmware-samples#22)

* update the remediation job payload (vmware-samples#21)

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* PLA-20459: Add rule information for the remediation job

* add another rule remediated by the job

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* Master -> Dev Merge (vmware-samples#23)

* Release/v1.0.0 (#7)

* PLA-17940 updating constraints and fixing s3_enable_access_logging to… (#3)

* PLA-17940 updating constraints and fixing s3_enable_access_logging to not remediate the logging target bucket

* PLA-17940 fixing copyright info

* Updated readme to have link for reporting issues (#4)

Co-authored-by: svikramjeet <svikramjeet@vmware.com>

* S3 access logs permissions (#6)

* Update minimum permissions for the job
* Add more logs when permission is missing

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

Co-authored-by: Paul Allen <pauldallen@gmail.com>
Co-authored-by: svikramjeet <svikramjeet@vmware.com>
Co-authored-by: Zuber <khan.zuber@gmail.com>
Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* Release/v1.1.0 (vmware-samples#17)

* PLA-17940 updating constraints and fixing s3_enable_access_logging to… (#3)

* PLA-17940 updating constraints and fixing s3_enable_access_logging to not remediate the logging target bucket

* PLA-17940 fixing copyright info

* Updated readme to have link for reporting issues (#4)

Co-authored-by: svikramjeet <svikramjeet@vmware.com>

* S3 access logs permissions (#6)

* Update minimum permissions for the job
* Add more logs when permission is missing

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* change the way cloudAccountId is parsed from Job Paramaters (#9)

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* PLA-16779: Add remediation job for azure security group port 22 (#10)

* PLA-16779: Add remediation job for azure security group port 22

* add test dependencies

* update README.md

* add deployment info to the README

* add rule information

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* Add remediation job for closing port 22 for VM (#11)

* PLA-18743: Add remediation job for closing port 22 for VM
* add tests for azure_vm_close_port_22 to tox
* add deployment details

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* Add remediation jobs for storage and RDP violations (#12)

* add remediation job for closing RDP access

* Add remediation job for remove public access for blob

* Add remediation job to allow only https traffic to storage account

* update READMEs to fix broken links

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* fix the parameters passed for remediation (#13)

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* add check for existing permissions before adding new (vmware-samples#15)

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* Fix ports range for network security groups (vmware-samples#19) (vmware-samples#20)

* handle the case when the security rule port is a range

* Add minimum permissions for each remediation jobs

* add link to built in roles

Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

Co-authored-by: Zuber <khan.zuber@gmail.com>
Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

Co-authored-by: Paul Allen <pauldallen@gmail.com>
Co-authored-by: svikramjeet <svikramjeet@vmware.com>
Co-authored-by: Zuber <khan.zuber@gmail.com>
Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

Co-authored-by: Paul Allen <pauldallen@gmail.com>
Co-authored-by: svikramjeet <svikramjeet@vmware.com>
Co-authored-by: Zuber <khan.zuber@gmail.com>
Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>

* Revert "Master -> Dev Merge (vmware-samples#23)" (vmware-samples#24)

This reverts commit a875459.

Co-authored-by: Paul Allen <pauldallen@gmail.com>
Co-authored-by: svikramjeet <svikramjeet@vmware.com>
Co-authored-by: Zuber <khan.zuber@gmail.com>
Co-authored-by: Mohammad Zuber Khan <khanz@vmware.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant