Skip to content

Commit

Permalink
🔧 Espanso: Add SCAM report template (xescam)
Browse files Browse the repository at this point in the history
Smishing and SCAM report template for Squarespace  abuse form
  • Loading branch information
ebouchut committed Aug 10, 2024
1 parent 3296e7d commit 0d080ae
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion tag-espanso/espanso/match/email.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ matches:
#~~~~ Other Email Templates
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- trigger: "xeers "
label: "Job - Template - ERS - Facture (xeers )"
label: "Email - Template - ERS - Facture (xeers )"
replace: |
Bonjour,
Expand Down Expand Up @@ -129,3 +129,36 @@ matches:
Débiteur: [[payer]]
Virement: [[bank_transfer_id]]
Code Compta: [[accounting_code]]
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#~~~~ Fradulent Website Report
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- trigger: "xescam "
label: "Email - Template - SCAM (Smishing) Report (xescam )"
replace: |
Hello,
Today ({{today}}), I received a text message (SMS) from {{form.phone}} with the following body:
{{form.body}}
This Smishing campaign sends text messages with a sense of urgency to trick targets into opening a link to a fraudulent website in order to obtain their personal information.
The domain name {{form.domain}} has been registered today.
Squarespace hosts the https://{{form.domain}} website which is used for fraudulent activities!
Please act quickly and effectively to stop this SCAM.
Best,
- Eric Bouchut
vars:
- name: "today"
type: date
params:
format: "%v"
- name: "form"
type: form
params:
layout: |
Phone Number: [[phone]]
DNS Domain: [[domain]]
SMS Body: [[body]]

0 comments on commit 0d080ae

Please sign in to comment.