Skip to content

Commit

Permalink
Merge pull request #6514 from MalavikaSK/main
Browse files Browse the repository at this point in the history
Create spnego_http.yaml
  • Loading branch information
DhiyaneshGeek committed Jul 13, 2023
2 parents 6ee7c4d + 3280274 commit f94380a
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions miscellaneous/spnego.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
id: spnego

info:
name: SPNEGO - Detect
author: lady_bug,ruppde
severity: info
description: |
SPNEGO stands for Simple and Protected GSSAPI Negotiation Mechanism. It is a protocol used for secure authentication and negotiation between client and server applications in a network environment. SPNEGO is based on the Generic Security Services Application Programming Interface (GSSAPI) framework.
reference:
- https://www.ibm.com/docs/en/was-liberty/core?topic=authentication-single-sign-http-requests-using-spnego-web
- https://arstechnica.com/information-technology/2022/12/critical-windows-code-execution-vulnerability-went-undetected-until-now/
metadata:
verified: true
shodan-query: 'www-authenticate: negotiate'
tags: misc,windows,spnego

http:
- method: GET
path:
- "{{BaseURL}}"

host-redirects: true
max-redirects: 5
matchers-condition: and
matchers:
- type: dsl
dsl:
- "contains(tolower(all_headers), 'www-authenticate: negotiate')"

extractors:
- type: kval
kval:
- 'www_authenticate'

0 comments on commit f94380a

Please sign in to comment.