Skip to content

Commit

Permalink
Add Spamhole
Browse files Browse the repository at this point in the history
  • Loading branch information
referefref authored May 15, 2024
1 parent 07ae3c2 commit 6dcffc2
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 @@ -374,3 +374,16 @@ signatures:
invert_match: false
confidence: "High"
comment: "Deliberate 421 error when DATA command provided. Ref: https://metacpan.org/pod/Mail::SMTP::Honeypot"

- name: "Spamhole"
id: 30
port: 25
proto: TCP
steps:
- input_type: string
input: 'starttls'
output_match_type: string
output: "502 Nope we use cleartext"
invert_match: false
confidence: "High"
comment: "Amusing but non-standard responses to SMTP commands. Ref: https://git.dkia.at/dkia-oss/spamhole/-/blob/master/index.ts"

0 comments on commit 6dcffc2

Please sign in to comment.