IP Enrichment - Virus Total Report - Alert Triggered
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
↑ Back to Content Index
This playbook will take each IP entity and query VirusTotal for IP Address Report (https://developers.virustotal.com/v3.0/reference#ip-info). It will write the results to Log Analytics and add a comment to the incident.
Tables Used
This content item queries data from the following tables:
| Table |
Transformations |
Ingestion API |
Lake-Only |
VTIPReport_CL |
? |
✓ |
? |
Logic App Connectors
This playbook uses 3 Logic App connectors / built-in actions:
Action parameters (URLs, paths, function IDs)
| Action |
Method |
Endpoint |
Other |
| Send_Data |
post |
/api/logs |
— |
| Send_Data_2 |
post |
/api/logs |
— |
| Action |
Method |
Endpoint |
Other |
| Alert_-_Get_incident |
get |
/Incidents/subscriptions/@{encodeURIComponent(triggerBody()?['WorkspaceSubscriptionId'])}/resourceGroups/@{encodeURIComponent(triggerBody()?['WorkspaceResourceGroup'])}/workspaces/@{encodeURIComponent(triggerBody()?['WorkspaceId'])}/alerts/@{encodeURIComponent(triggerBody()?['SystemAlertId'])} |
— |
| Entities_-_Get_IPs |
post |
/entities/ip |
— |
| Add_comment_to_incident_(V3) |
post |
/Incidents/Comment |
— |
| Add_comment_to_incident_(V3)_3 |
post |
/Incidents/Comment |
— |
| Action |
Method |
Endpoint |
Other |
| Get_an_IP_report |
get |
/api/v3/ip_addresses/@{encodeURIComponent(items('For_each')?['Address'])} |
— |
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
↑ Back to Playbooks · Back to VirusTotal