Azure / Azure-Sentinel-Notebooks

Interactive Azure Sentinel Notebooks provides security insights and actions to investigate anomalies and hunt for malicious behaviors.
MIT License
531 stars 181 forks source link

Lookup Threat Intel reports for selected alerts - ValueError: The truth value of a DataFrame is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all() #226

Open reginatwopointo opened 11 months ago

reginatwopointo commented 11 months ago

How to fix this code line giving a ValueError?

selected_alert_type['TI Risk'] = selected_alert_type.progress_apply(lookup, axis=1)

reginatwopointo commented 11 months ago

This is from a notebook called "Guided Investigation - Alert Triage."