Skip to content

Releases: gjanders/decrypt2

2.3.10

20 Jun 21:44

Choose a tag to compare

Merged pull request from Steven (malvidin on github)

When Splunk sends a CSV that contains null bytes to Python 3.7, the CSV Reader error is not helpful
This update provides a warning to advise of the null character in the data (sed/rex/eval/replace can be used to remove the NUL character)

2.3.9

14 Jun 23:51

Choose a tag to compare

Updated Splunk python SDK to 1.6.20

2.3.8

30 Apr 00:33
24f4e6a

Choose a tag to compare

Merged pull request from Steven (malvidin on github)

  • New find function
  • New b32re, and b64re functions that use the reverse endian decoding used by the SunBurst DGA

2.3.7

23 Apr 07:44

Choose a tag to compare

Merged pull request from Steven (malvidin on github)

  • New rev function
  • Decreased differences with python2

Updated Splunk python SDK to 1.6.19

2.3.6

27 Feb 08:19

Choose a tag to compare

Updated metadata file to include the role sc_admin

2.3.5

29 Jan 21:20

Choose a tag to compare

Merged pull request from Steven (malvidin on github)

  • Escape ASCII control characters
  • New functionality based on pull requests by Steven (malvidin) on GitHub

htmlescape
htmlunescape

Note: htmlescape is not implemented for Python 2

Updated Splunk python SDK to 1.6.18

2.3.4

15 Aug 11:07

Choose a tag to compare

New functionality based on pull requests by Steven (malvidin) on github
decode
escape
unescape
tr

2.3.3

25 Jun 08:50

Choose a tag to compare

  • Minor update to license file
  • The field .decrypt_failure__ is not only output when there is an error (previously always output)
  • If the emit function is ommitted, the output now defaults to 'decrypted' as the field name

2.3.2

29 May 06:39

Choose a tag to compare

Fork of version 2.3.1 of DECRYPT app from SplunkBase (under MIT license)

  • Updated python SDK to version 1.6.15
  • default.meta file now includes read * and write to admin, power
  • Created a README.md file