ION28 / BLUESPAWN

An Active Defense and EDR software to empower Blue Teams
GNU General Public License v3.0
1.23k stars 167 forks source link

Actively detect llmnr / wpad poisoning #405

Open ION28 opened 3 years ago

ION28 commented 3 years ago

"detect netbios/LLMNR poisoning by having your endpoint agent issue a request for a non-existent resource. Tools like Responder would respond to this request, giving themselves away. I can say from experience that this is great for pinpointing attacker machines. False positives are rare, typically associated with misconfigured routers.

...the Insight agents are instructed to issue queries for non-existent host names over NBT-NS (as the most vulnerable systems would) and any received responses will expose the spoofer

https://blog.rapid7.com/2016/10/19/analytics-by-any-other-name-new-insightidr-detections-released/ https://github.com/Kevin-Robertson/Conveigh"