property | value |
tags | build-hijacking,cicd-pipeline,devops-persistence,offensive-tradecraft |
url | |
original_word_count | 4175 |
Article Excerpt
In this scenario, an attacker with admin permissions on the CI pipeline adds an unauthorized user as an approver, potentially bypassing necessary security checks.
Long Summary
This article provides an overview of security risks associated with Continuous Integration/Continuous Delivery (CI/CD) pipelines. It outlines the importance of build integrity and unauthorized modifications, inadequate testing, limited penetration testing, insufficient monitoring and logging, lack of compliance and governance, and secure configuration. To ensure build integrity, developers should use automated security testing tools such as OWASP ZAP’s command-line interface (zap-cli) to perform security testing on web applications in the pipeline. Additionally, penetration testing should be conducted using Nmap to perform a comprehensive port scan with service version detection.
Monitoring and logging are also essential for CI/CD security. Web application logs should be monitored using Elasticsearch queries to detect potential security issues. Infrastructure events should be monitored using the AWS CLI command to query the CloudTrail service. Network traffic should be monitored in real-time using Suricata with a specified configuration file. Compliance in the pipeline configuration should be checked using Bandit, a SAST tool. Cloud resources should be governed using AWS Config to retrieve compliance information for AWS EC2 instances. Logging and monitoring for compliance should be conducted using Elasticsearch queries to search for entries with a failed compliance status.
Secure configuration is essential for CI/CD security. DevSecOps Guides, Cider Security, Threat Matrix, Falcon Friday, and CloudSecDocs are some of the resources available to help developers secure their CI/CD pipelines. By following best practices and using the right tools, developers can ensure their CI/CD pipelines are secure and compliant. This article provides an overview of the security risks associated with CI/CD pipelines and the tools and techniques that can be used to address them. By utilizing these tools and techniques, developers can ensure that their software is secure and free from potential security vulnerabilities.
Short Summary
📓 25 Methods for Pipeline Attacks(RTC0011)
👉🏽 In this scenario, an attacker with admin permissions on the CI pipeline adds an unauthorized user as an approver, potentially bypassing necessary security checks. 👉🏽 Overview of security risks associated with Continuous Integration/Continuous Delivery (CI/CD) pipelines. 👉🏽 Importance of build integrity and unauthorized modifications in CI/CD pipelines. 👉🏽 Inadequate testing and limited penetration testing as security risks in CI/CD pipelines. 👉🏽 Insufficient monitoring and logging in CI/CD pipelines as a potential security risk. 👉🏽 Lack of compliance and governance as a security concern in CI/CD pipelines. 👉🏽 The importance of secure configuration in CI/CD security. 👉🏽 Use of automated security testing tools like OWASP ZAP's command-line interface (zap-cli). 👉🏽 Conducting penetration testing with Nmap for comprehensive port scanning. 👉🏽 Monitoring web application logs and infrastructure events for potential security issues. 👉🏽 Utilizing tools like Bandit, AWS Config, and Elasticsearch queries for compliance and monitoring.
🔗 source link: https://redteamrecipe.com/25-Method-For-Pipeline-Attacks/
🔗 summarized content: https://hut.threathunterz.com/battlefield-intel/articles-and-reports/25-methods-for-pipeline-attacks-rtc0011
#CI/CDsecurity #buildintegrity #monitoringandlogging #complianceandgovernance #secureconfiguration