cgivre opened a new pull request, #2634: URL: https://github.com/apache/drill/pull/2634
# [DRILL-8289](https://issues.apache.org/jira/browse/DRILL-8289): Add Threat Hunting Functions ## Description See below. ## Documentation These functions are useful for doing threat hunting with Apache Drill. These were inspired by huntlib.[1] The functions are: * `punctuation_pattern(<string>)`: Extracts the pattern of punctuation in text. * `entropy(<string>)`: This function calculates the Shannon Entropy of a given string of text. * `entropyPerByte(<string>)`: This function calculates the Shannon Entropy of a given string of text, normed for the string length. [1]: https://github.com/target/huntlib ## Testing Added unit tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org