On Windows RDP seeming to ignore Status 0xc000006d on EventID 4625? #254
-
Hi there! What a great piece of helpful software and I have enjoyed it for quite some time, however was surprised recently to see a lot of user sniffing/enumeration in EventViewer that was not being caught by regex. I have tried to RTFM and experimented with a few ideas, but so far no joy. What I have observed is if an RDP connection is attempted with a bad password for a known/good user account, it events as EventID 4625 and gets tracked by IPBAN. This is SubStatus 0xc000006a. If an RDP connection is attempted with a bad/unknown user account, it events as EventID 4625 but does not seem to get tracked by IPBAN. This is SubStatus 0xc000006d. This is confusing to me because the stock recipe for expressions calls for tracking EventID 4625, and I swear I used to see this working fine with all types of 4625 events. Did I miss a change somewhere? Attaching example of IPBan ignoring an attempt in Ignored.xml,txt contrast with one IPBan tracks in Tracked.xml.txt |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
I can write a unit test for this next week. |
Beta Was this translation helpful? Give feedback.
-
I added these entries to my unit tests and they were both picked up as failed logins |
Beta Was this translation helpful? Give feedback.
-
Oh geez! I did the comment about a thing then disappear bit! I'm sorry! By September I ruled out IPBan as having an issue. I took the exact same IPBan configuration on a new Win10 image and put it on the same network and it worked perfectly fine. Ruled this out as "something" off with the Windows firewall / network configuration of the box this seemingly did not work on. Thank you kindly for digging into this. Problem was user... |
Beta Was this translation helpful? Give feedback.
Maybe an issue with windows firewall?