Files
splunk-security_content/response_tasks/investigate_web_posts_from_src.yml
T
2021-02-08 10:19:31 -05:00

22 lines
880 B
YAML

author: Jose Hernandez, Splunk
date: '2018-12-06'
description: 'This investigative search retrieves POST requests from a specified source
IP or hostname. Identifying the POST requests, as well as their associated destination
URLs and user agent(s), may help you scope and characterize the suspicious traffic. '
how_to_implement: To successfully implement this search, you must be ingesting your
web-traffic logs and populating the web data model.
id: f5c39fac-205c-4e07-9004-8fd61ea3431a
inputs:
- src
name: Investigate Web POSTs From src
search: '| tstats `security_content_summariesonly` values(Web.url) as url from datamodel=Web
by Web.src,Web.http_user_agent,Web.http_method | `drop_dm_object_name("Web")`| search
http_method, "POST" | search src=$src$'
tags:
analytic_story:
- Apache Struts Vulnerability
product:
- Splunk Phantom
type: response
version: 1