Splunk Search

splunk locking libeay32.dll from wrong directory stops bit9 security app from starting

kserra_splunk
Splunk Employee
Splunk Employee

splunk is currently locking the dll libeay32.dll from the wrong directory. this is causing our main security product on the endpoints to lock and fail. This needs to be remediated in order to secure our environment.

i believe the issue is directly related to how splunk searchs for libeay32.dll. I believe the application is using a */libeay32.dll method of searching for the path for libeay32.dll and since our security product is alphabetically first, it is selecting libeay32.dll from the bit9 path and locking it up in memory causing the applications to fail.

bit9 path:
c:\program files (x86)\Bit9\Parity Agent\libeay32.dll

splunk path:
c:\program files\splunkunkiversalforwarder\bin\libeay32.dll

Tags (3)
1 Solution

splunkIT
Splunk Employee
Splunk Employee

Splunk doesn't search for libeay32.dll, the host system does (i.e. image activation). This could probably be solved by modifying the PATH environment variable; which is a search list. For Splunk, make sure the search path looks in the splunk directory first.

View solution in original post

splunkIT
Splunk Employee
Splunk Employee

Splunk doesn't search for libeay32.dll, the host system does (i.e. image activation). This could probably be solved by modifying the PATH environment variable; which is a search list. For Splunk, make sure the search path looks in the splunk directory first.

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...