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
|
2022-04-25 23:47:24 +00:00
|
|
|
tags: sharepoint,iis,microsoft,tech
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
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
|