Skip to content

Commit

Permalink
Add Mail-SMTP-Honeypot
Browse files Browse the repository at this point in the history
  • Loading branch information
referefref committed May 11, 2024
1 parent 68fc672 commit 07ae3c2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions signatures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -361,3 +361,16 @@ signatures:
invert_match: false
confidence: "High"
comment: "Typographic error in error message when sending double-quote"

- name: "Mail-SMTP-Honeypot"
id: 29
port: 25
proto: TCP
steps:
- input_type: string
input: 'DATA'
output_match_type: string
output: "421 Service not available, closing transmission channel"
invert_match: false
confidence: "High"
comment: "Deliberate 421 error when DATA command provided. Ref: https://metacpan.org/pod/Mail::SMTP::Honeypot"

0 comments on commit 07ae3c2

Please sign in to comment.