2022-04-25 17:02:47 +00:00
|
|
|
id: microsoft-sharepoint-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Microsoft SharePoint Detect
|
|
|
|
author: p-l-
|
|
|
|
severity: info
|
|
|
|
description: Check for SharePoint, using HTTP header MicrosoftSharePointTeamServices
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: sharepoint,iis,microsoft,tech
|
2022-04-25 17:02:47 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-04-25 17:02:47 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
2022-04-25 23:47:24 +00:00
|
|
|
|
2022-04-25 17:02:47 +00:00
|
|
|
matchers:
|
2022-04-25 23:47:24 +00:00
|
|
|
- type: regex
|
2022-04-25 17:02:47 +00:00
|
|
|
part: header
|
2022-04-25 23:47:24 +00:00
|
|
|
regex:
|
|
|
|
- "(?i)(Microsoftsharepointteamservices:)"
|
|
|
|
|
2022-04-25 17:02:47 +00:00
|
|
|
extractors:
|
|
|
|
- type: kval
|
|
|
|
kval:
|
|
|
|
- MicrosoftSharePointTeamServices
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a0047304502205712d766a8536d99522d0d87b3cd0021438b73de335d41969c0a5205c0266ee0022100d0f4cb4a97a933b27be941e8799a4b87a89a321b56e797778bb5576ff8dfd325:922c64590222798bb761d5b6d8e72950
|