Created
March 5, 2020 13:32
-
-
Save scudette/e990ca3fafb7302b05c6cf583e89a3a1 to your computer and use it in GitHub Desktop.
Jupyter and Velociraptor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pandas.DataFrame(velo_pandas.DataFrameQuery(""" | |
SELECT * | |
FROM hunt_results(hunt_id='H.a127011b', | |
artifact='Windows.System.TaskScheduler', | |
source='Analysis') | |
LIMIT 50 | |
""")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment