Forum Discussion
philipperismann
Apr 24, 2020Copper Contributor
Azure ATP: Clear text credentials using LDAP simple bind
Hi, is there a possibility to get all the Computers where a "Authentication with clear text credentials using LDAP simple bind from %Computername%" was made? I only can see it if i check the user, ...
philipperismann
Apr 24, 2020Copper Contributor
thanks, this already helps a lot, but i only can see the top 20 credential-exposing entities.
is it possible to get a full list?
regards Phil
Or Tsemah
Apr 26, 2020Iron Contributor
You can now utilize MTP's Advanced hunting feature to query against Azure ATP data (using the IdentityLogonEvents table)
// Finds Devices using LDAP cleartext
IdentityLogonEvents
| where Timestamp > ago(30d)
| where LogonType == "LDAP cleartext"
| distinct DeviceName
- philipperismannApr 28, 2020Copper Contributor
Hi Or Tsemah
thanks for your help.
i can turn on "Microsoft Threat Protection" in security.microsoft.com but I don't see it under incidents or action center.
regards
Phil
- Or TsemahApr 28, 2020Iron Contributor
philipperismann that feature is under the "Advanced hunting" feature, you can access it from this link
https://security.microsoft.com/advanced-hunting
- philipperismannMay 18, 2020Copper Contributor
Or Tsemah thanks a lot, this works fine.