Monitor Web Traffic For Brand Abuse

Original Source: [splunk source]
Name:Monitor Web Traffic For Brand Abuse
id:134da869-e264-4a8f-8d7e-fcd0ec88f301
version:3
date:2024-10-17
author:David Dorsey, Splunk
status:experimental
type:TTP
Description:The following analytic identifies web requests to domains that closely resemble your monitored brand's domain, indicating potential brand abuse. It leverages data from web traffic sources, such as web proxies or network traffic analysis tools, and cross-references these with known domain permutations generated by the "ESCU - DNSTwist Domain Names" search. This activity is significant as it can indicate phishing attempts or other malicious activities targeting your brand. If confirmed malicious, attackers could deceive users, steal credentials, or distribute malware, leading to significant reputational and financial damage.
Data_source:
search:| tstats `security_content_summariesonly` values(Web.url) as urls min(_time) as firstTime from datamodel=Web by Web.src
| `drop_dm_object_name("Web")`
| `security_content_ctime(firstTime)`
| `brand_abuse_web`
| `monitor_web_traffic_for_brand_abuse_filter`


how_to_implement:You need to ingest data from your web traffic. This can be accomplished by indexing data from a web proxy, or using a network traffic analysis tool, such as Bro or Splunk Stream. You also need to have run the search "ESCU - DNSTwist Domain Names", which creates the permutations of the domain that will be checked for.
known_false_positives:None at this time
References:
drilldown_searches:
  :
tags:
  analytic_story:
    - 'Brand Monitoring'
  asset_type:Endpoint
  confidence:50
  impact:50
  message:tbd
  observable:
    name:'src'
    type:'Hostname'
    - role:
      - 'Victim'
  product:
    - 'Splunk Enterprise'
    - 'Splunk Enterprise Security'
    - 'Splunk Cloud'
  required_fields:
    - '_time'
    - 'Web.url'
    - 'Web.src'
  risk_score:25
  security_domain:network

tests:
  :
manual_test:None

Related Analytic Stories


Brand Monitoring