secureworks / taegis-magic

Taegis Magic is a Jupyter Notebook and Command Line Interface for interacting with the Secureworks Taegis™ security platform. The Magics project is intended to assist users with workflows and analysis through Jupyter Notebook integrations and Pandas DataFrames.
https://www.secureworks.com/
Apache License 2.0
8 stars 5 forks source link

Adding lookup_assets pandas pipe function #18

Closed scwx-jmessinger closed 7 months ago

scwx-jmessinger commented 8 months ago

Adding the ability for a user to use a pipe function with a taegis alert/event dataframe to conduct 1 or many asset lookups using the Taegis SDK's assetv2 graphql api.

The resulting data will be added onto the dataframes columns with a prefix of "asset_info."