mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
25 lines
551 B
YAML
25 lines
551 B
YAML
title: Detect XSS Attempts By Keywords
|
|
id: 65354b83-a2ea-4ea6-8414-3ab38be0d409
|
|
status: experimental
|
|
description: Detects XSS that use GET requests by keyword searches in URL strings
|
|
author: Saw Win Naung
|
|
date: 2021/08/15
|
|
logsource:
|
|
category: webserver
|
|
detection:
|
|
keywords:
|
|
- '=cookie'
|
|
- '=script'
|
|
- '=onload'
|
|
- '=onmouseover'
|
|
condition: keywords
|
|
fields:
|
|
- client_ip
|
|
- vhost
|
|
- url
|
|
- response
|
|
falsepositives:
|
|
- Java scripts,CSS Files and PNG files
|
|
- User searches in search boxes of the respective website
|
|
level: high
|