Skip to content

Commit

Permalink
OWA-Honeypot
Browse files Browse the repository at this point in the history
Added signature for owa-honeypot
"https://webmail.vfmc.vic.gov.au/owa/" hardcoded into template
  • Loading branch information
referefref authored Mar 12, 2024
1 parent e069441 commit 1d7b18f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions signatures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,3 +270,17 @@ signatures:
invert_match: false
confidence: "Low"
comment: "Hardcoded index name, and resource id."

- name: "OWA-Honeypot"
id: 22
port: "web-ports"
proto: "GET"
steps:
- input_type: string
input: "GET /owa/auth/logon.aspx HTTP/1.0\n\n"
output_match_type: string
output: "https://webmail.vfmc.vic.gov.au/owa/"
invert_match: false
confidence: "High"
comment: "Hardcoded owa index in template."

0 comments on commit 1d7b18f

Please sign in to comment.