Security

What kind of AES is Splunk using?

dkeck
Influencer

Hello,

If anybody could tell me what type of AES splunk is using? (-128,-192,-256 bit?)

Would be great.

Thank you

0 Karma
1 Solution

muebel
SplunkTrust
SplunkTrust

Hi dkeck, this documentation describes what ciphersuites are available for the version of splunk you are running : http://docs.splunk.com/Documentation/Splunk/6.1.5/Security/Determineyourciphersuite

In particular:

$SPLUNK_HOME/bin/splunk cmd openssl ciphers -v
$SPLUNK_HOME/bin/splunk cmd openssl ciphers -v "TLSv1.2"
$SPLUNK_HOME/bin/splunk cmd openssl ciphers -v "HIGH"

Essentially you choose the cipher via the various splunk config settings, which in turn is based on the openssl version.

For more on Splunk and SSL/TLS, I'd recommend checking out this presentation from .conf http://www.georgestarcher.com/wp-content/uploads/2015/09/conf2015_DWaddle_DefensePointSecurity_deplo...

Please let me know if this helps! 😄

View solution in original post

muebel
SplunkTrust
SplunkTrust

Hi dkeck, this documentation describes what ciphersuites are available for the version of splunk you are running : http://docs.splunk.com/Documentation/Splunk/6.1.5/Security/Determineyourciphersuite

In particular:

$SPLUNK_HOME/bin/splunk cmd openssl ciphers -v
$SPLUNK_HOME/bin/splunk cmd openssl ciphers -v "TLSv1.2"
$SPLUNK_HOME/bin/splunk cmd openssl ciphers -v "HIGH"

Essentially you choose the cipher via the various splunk config settings, which in turn is based on the openssl version.

For more on Splunk and SSL/TLS, I'd recommend checking out this presentation from .conf http://www.georgestarcher.com/wp-content/uploads/2015/09/conf2015_DWaddle_DefensePointSecurity_deplo...

Please let me know if this helps! 😄

dkeck
Influencer

Thank you 🙂

Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...