Skip to content

Commit

Permalink
Update signatures.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
referefref authored May 15, 2024
1 parent 01e7243 commit 9a4549c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion signatures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -424,4 +424,17 @@ signatures:
output: "354 go ahead"
invert_match: false
confidence: "High"
comment: "Uncommon response to DATA, no NOOP or STARTTLS. https://sourceforge.net/projects/spamhole"
comment: "Uncommon response to DATA, no NOOP or STARTTLS. Ref: https://sourceforge.net/projects/spamhole"

- name: "Medpot"
id: 32
port: 2575
proto: TCP
steps:
- input_type: string
input: 'A'
output_match_type: string
output: "00007FFF1751E851"
invert_match: false
confidence: "High"
comment: "Hardcoded error message in template dummyerror.xml. Ref: https://github.com/schmalle/medpot/blob/master/template/dummyerror.xml"

0 comments on commit 9a4549c

Please sign in to comment.