# AI

<h2 align="center">AI Security Frameworks</h2>

<h3 align="center">OWASP GenAI Security Project</h3>

{% embed url="<https://genai.owasp.org/resource/owasp-genai-security-project-threat-defense-compass-1-0/>" %}

{% embed url="<https://genai.owasp.org/resource/owasp-genai-security-project-threat-defense-compass-runbook/>" %}

{% embed url="<https://genai.owasp.org/llm-top-10/>" %}

<h3 align="center">NIST AI RMF</h3>

{% embed url="<https://www.nist.gov/itl/ai-risk-management-framework>" %}

{% embed url="<https://airc.nist.gov/airmf-resources/playbook/>" %}

***

<h2 align="center">AI for Cybersecurity</h2>

<p align="center"><strong>Open AI GPTs</strong></p>

[Kali GPT](https://chatgpt.com/g/g-uRhIB5ire-kali-gpt) – Generates payloads, guides tools such as Metasploit or Hydra, and explains techniques step by step.

[Bug Hunter GPT](https://chatgpt.com/g/g-y2KnRe0w4-bug-hunter-gpt) – Find XSS, SQLi, CSRF; Weapon PoCs step by step.\
[MalwareDev GPT](https://chatgpt.com/g/g-wj8qtb7Ys-malware-dev-tutor) – Develops and analyzes malware in controlled environments.

[OSINT GPT](https://chatgpt.com/g/g-ysjJG1VjM-osint-gpt) - Focuses on automating open intelligence, used to collect data leaks, investigate social media profiles, create feature maps for social engineering, etc

[FraudGPT ](https://chatgpt.com/g/g-6735eb60a2788190a775212c6efecd79-fraud-analyst-gpt)– Simulates fraud to test defenses. Ethical and laboratory use.

<p align="center"><strong>Public Tools</strong></p>

\
[OSINT GPT](https://github.com/estebanpdl/osintgpt) – Collects public information: leaks, social networks, dorks, domains and more.\
[Pentest GPT](https://pentestgpt.ai/) – Scans, exploits, documents. Track OWASP flows and generate reports.\
[DeepHat](https://www.deephat.ai/) – Automates offensive exploits, scripts, and analysis.

Hexstrike AI - <https://github.com/0x4m4/hexstrike-ai/>

White Rabbit Neo – Automates offensive exploits, scripts, and analysis. Think like a red team.


---

# Agent Instructions: 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:

```
GET https://martian1337.gitbook.io/notes/resources/ai-and-ml.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
