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

week 5: presentation proposal #2510

Merged
merged 1 commit into from
Sep 19, 2024
Merged

week 5: presentation proposal #2510

merged 1 commit into from
Sep 19, 2024

Conversation

OlleGunnemyr
Copy link
Contributor

Assignment Proposal

Title

TruffleHog - Identifying vulnerable management of secrets for IaC

Names and KTH ID

Deadline

  • Week 5

Category

  • Presentation

Description

This presentation aims to inform the audience of the security practice of managing secrets for Infrastructure as Code (IaC) and how the Open-Source tool TruffleHog can be used to detect vulnerable uses of secrets. We will first introduce the topic of managing secrets for IaC and what could be considered as poor uses with code snippets. Then present the tool TruffleHog, what it is, works and how it could be used to mitigate risks with exposed secrets in IaC environments. Lastly, we will reflect over Trufflehog, which cases it is most suitable and end with a conclusion.

Relevance
In IaC, poor management of secrets such as passwords and sensitive keys could easily lead to them being exposed and used by attackers for exploitations. For example, accidentally storing secrets using simple text files or Source Code Managements (SCMs) such as Git could lead to them being exposed. Therefore, it is important to use secrets scanning tools such as TruffleHog, which can scan the Git history and identify strings that could indicate a secret that has been committed to a repository, allowing you to address these issues before they lead to exposure.

@sofiabobadilla sofiabobadilla self-assigned this Sep 19, 2024
@sofiabobadilla
Copy link
Collaborator

sofiabobadilla commented Sep 19, 2024

Hi @OlleGunnemyr ,
The proposal is good and interesting.
I liked how you maintained the connection between the topic and IaC. Apply the same approach on the day of the presentation.

And remember, the key to good presentations is: practice, practice, practice :)

@sofiabobadilla sofiabobadilla merged commit 0e101d8 into KTH:2024 Sep 19, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants