Update proxy_ua_bitsadmin_susp_tld.yml

This commit is contained in:
Jonhnathan 2020-10-15 23:26:08 -03:00 committed by GitHub
parent a1d3c8c3ff
commit 229cda76c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@ logsource:
category: proxy
detection:
selection:
c-useragent:
- 'Microsoft BITS/*'
c-useragent|startswith:
- 'Microsoft BITS/'
falsepositives:
r-dns:
- '*.com'
- '*.net'
- '*.org'
r-dns|endswith:
- '.com'
- '.net'
- '.org'
condition: selection and not falsepositives
fields:
- ClientIP
@ -30,4 +30,4 @@ tags:
- attack.defense_evasion
- attack.persistence
- attack.t1197
- attack.s0190
- attack.s0190