> For the complete documentation index, see [llms.txt](https://docs.veedna.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.veedna.com/ai-kill-chain/lineaje-ai-kill-chain.md).

# Lineaje AI Kill Chain

## AI Kill Chain - See How You Are At Risk&#x20;

Critical security and compliance gaps can arise within AI systems when established safeguards are not followed. These include unsafe practices like hidden prompts, weak validation, poor authentication, and mishandling of sensitive data across AI models, MCP servers, and AI agents. For all stakeholders, from developers to GRC and legal teams, addressing these issues is essential to maintain integrity, transparency, and adherence to global standards while ensuring trust in AI-driven software ecosystems.

The following section covers 10 stages involved in executing an attack using artificial intelligence.

### 10 Stages of AI Kill Chain

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

* [Stage 1: AI Reconnaissance](#stage-1-ai-reconnaissance)
* [Stage 2: Trust Establishment and Manipulation](#stage-2-trust-establishment-and-manipulation)
* [Stage 3: Instruction and Input Weaponization](#stage-3-instruction-and-input-weaponization)
* [Stage 4: Reasoning-Time Execution](#stage-4-reasoning-time-execution)
* [Stage 5: Tool and Environment Interaction](#stage-5-tool-and-environment-interaction)
* [Stage 6: Privilege Escalation](#stage-6-privilege-escalation)
* [Stage 7: Lateral Movement](#stage-7-lateral-movement)
* [Stage 8: Persistence](#stage-8-persistence)
* [Stage 9: AI Native Command and Control Center](/ai-kill-chain/the-stages-of-kill-chain/stage-9-ai-native-command-and-control-center.md)
* [Stage 10: Actions on Objectives](#stage-10-actions-on-objectives)


---

# 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://docs.veedna.com/ai-kill-chain/lineaje-ai-kill-chain.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.
