We’ve updated our Splunk app, and more are on the way! The BloodHound Enterprise Splunk app will pull data from your BHE environment into Splunk and includes some example queries and alerts. Reach out to your TAM if you have any questions!You can get the app on SplunkBase here: https://splunkbase.splunk.com/app/6609
Support for ADCS ESC 13 - (Requires SharpHound v2.4.1+) Identified and described in this blog by Jonas Bülow Knudsen, ESC13 represents another path to full control of target environments utilizing AD Certificate Services.
Improved performance of AZAddSecret paths - Before today’s update, AZAddSecret edges were generated between principals based on their assigned roles; each path was created from a principal holding a role that granted it the ability to add secrets to another principal. This resulted in an explosion of the number of edges created in the database. Starting with this release, AZAddSecret edges will be created between a role and a principal for which it can add secretsWith these changes, paths crossing the AZAddSecret edge will look something like this:(n:AZUser)-[:AZHasRole]->(r:AZRole)-[:AZAddSecret]->(t:AZBase)With n as the attacking principal, r as a role with add secret capabilities, and t as the target of the attack.
Added support for GenericWrite edges to ADCS node types