Deepshikha Paty
DI-ASM


Access the lab


**What is Inappropriate Asset Management?

How Does This Happen?


Example : Improper Asset Management: Public Git Repository

Example

  • A software team uploads their project to a public GitHub repository.
  • The repo contains a .env file with database passwords and secret API keys.
  • An attacker finds the repo, clones it, and uses the credentials to access the database.

This is an example of Improper Asset Management because sensitive assets were exposed in public repositories without proper cleanup or control.


🎯 Why is it risky?

✅ How to Prevent?