> For the complete documentation index, see [llms.txt](https://klouddb.gitbook.io/klouddb_shield/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://klouddb.gitbook.io/klouddb_shield/what-is-klouddb-shield.md).

# What is KloudDB Shield ?

<figure><img src="/files/uzsp1tAV1KEeZkXHA3gy" alt=""><figcaption></figcaption></figure>

KloudDB Shield <https://github.com/klouddb/klouddbshield> serves as a comprehensive security tool designed specifically for Postgres databases, conducting over 90 essential security checks. Endorsed by professionals from companies such as Fujitsu, Percona, and Best Buy

KloudDB Shield also offers the following additional features:

1. Centralized dashboards
2. PII Scanner&#x20;
3. Critical checks dashboard
4. Pg\_backup\_compliance extension
5. GUC drift dashboard
6. Around 100 Postgres Security Checks&#x20;
7. CIS Benchmark checks included
8. HBA Scanner
9. Inactive Users
10. Unique IPs (Prevent security breach by knowing where connections are coming from)
11. RDS/Aurora Security reports
12. Password Generator
13. Password encryptor(convert plain text to scram-sha-256  format)
14. Password leak detector
15. User checks
16. Config generator
17. Common Username detector
18. Password attack simulator
19. Pawned password detector
20. Inactive hba lines detector(Unused hba lines)
21. MySQL Security report

Kindly refer to the left navigation menu for further information. Each of the features mentioned above has its dedicated page for detailed insights.

#### I am trying to use this tool but running into some issues , Can you help? <a href="#ep-d131331" id="ep-d131331"></a>

Please  email us at <support@klouddb.io>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://klouddb.gitbook.io/klouddb_shield/what-is-klouddb-shield.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
