Create microsoft-exchange-web-services.yaml

patch-1
Brandon Hutchinson 2024-02-02 17:21:31 +00:00
parent 48e16d9351
commit 92a132a546
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
id: microsoft-exchange-web-services
info:
name: Microsoft Exchange Web Services - Detect
author: bhutch
severity: info
description: |
Microsoft Exchange Web Services was detected.
reference:
- https://learn.microsoft.com/en-us/exchange/client-developer/exchange-web-services/start-using-web-services-in-exchange
- https://pentestlab.blog/tag/ews/
metadata:
max-request: 1
shodan-query: product:"Outlook Web App"
tags: microsoft,exchange,tech
http:
- method: GET
path:
- "{{BaseURL}}/EWS/Exchange.asmx"
matchers-condition: and
matchers:
- type: regex
part: header
regex:
- "(?i)(X-Owa-Version:)"
- type: status
status:
- 401
extractors:
- type: kval
kval:
- x_owa_version