Files
blue-team-tools/rules/web/web_source_code_enumeration.yml
T

27 lines
782 B
YAML
Raw Normal View History

2019-06-08 22:40:28 -04:00
title: Source Code Enumeration Detection by Keyword
2019-11-12 23:12:27 +01:00
id: 953d460b-f810-420a-97a2-cfca4c98e602
2020-09-15 07:02:30 -06:00
status: experimental
2019-06-08 22:40:28 -04:00
description: Detects source code enumeration that use GET requests by keyword searches in URL strings
author: James Ahearn
date: 2019/06/08
2020-09-03 17:04:57 +03:00
modified: 2020/09/03
2019-11-12 23:12:27 +01:00
references:
- https://pentester.land/tutorials/2018/10/25/source-code-disclosure-via-exposed-git-folder.html
- https://medium.com/@logicbomb_1/bugbounty-how-i-was-able-to-download-the-source-code-of-indias-largest-telecom-service-52cf5c5640a1
2019-06-08 22:40:28 -04:00
logsource:
category: webserver
detection:
keywords:
- '*.git/*'
condition: keywords
fields:
- client_ip
- vhost
- url
- response
falsepositives:
- unknown
level: medium
2020-09-15 07:02:30 -06:00
tags:
- attack.discovery
- attack.t1083