Detect Potential DLL Hijacking cases

As part of my daily journey, when I want to research about specific threat, I use to think that someone in internet has done some amazing job trying to collect data related to the threat itself.
Indeed, in this case I am talking about the site hijacklibs.net which is a project that provides an curated list of DLL Hijacking candidates.

As mentioned in their website: «DLL Hijacking is, in the broadest sense, tricking a legitimate/trusted application into loading an arbitrary DLL. Defensive measures such as AV and EDR solutions may not pick up on this activity out of the box, and allow-list applications such as AppLocker may not block the execution of the untrusted code. There are numerous examples of threat actors that have been observed to leverage DLL Hijacking to achieve their objectives

I think that this amazing information can be used to find multiple threats. In my case, I decided to look for the cases where the SHA256 of the DLL’s presents on the DeviceImageLoadEvents (table that contains information about DLL loading events) , is listed as a candidate into the mentioned site and the KQL Query show the URL’s with the corresponding research to understand the Threat💪🏼