> For the complete documentation index, see [llms.txt](https://csbygb.gitbook.io/pentips/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://csbygb.gitbook.io/pentips/windows/attacking-ad/llmnr.md).

# LLMNR Poisoning

## What is LLMNR

![image](https://user-images.githubusercontent.com/96747355/167956823-a8f3ac8f-e971-463e-8c67-ba26f5f6e774.png)

> *Source: TCM Security Academy*

![image](https://user-images.githubusercontent.com/96747355/167956838-6185b47d-dfc8-4cb1-9a4e-39814a7a795b.png)

> *Source: TCM Security Academy*

## Responder

* [Impacket](https://github.com/SecureAuthCorp/impacket): tool to abuse LLMNR:\
  Best to run first thing in the morning\
  `responder -I eth0 -rdwv` And when there will be activity in the network we will be able to get hashes

## Hascat

* We use hashcat to crack the hashes we got previously
* When looking for a module in hascat we can grep on the hash we need: `hashcat --help | grep NTLM`
* Command `hashcat -m 5600 ntlmhash.txt /usr/share/wordlists/rockyou.txt`

## LLMNR Poisoning Defense

![image](https://user-images.githubusercontent.com/96747355/167956945-7978a93c-5fdf-425a-90e6-87baed015c74.png)

> *Source: TCM Security Academy*


---

# 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://csbygb.gitbook.io/pentips/windows/attacking-ad/llmnr.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.
