diff options
author | nico <nico@magicbroccoli.de> | 2019-05-29 23:04:22 +0200 |
---|---|---|
committer | nico <nico@magicbroccoli.de> | 2019-05-29 23:04:22 +0200 |
commit | 8e7ac358a4d0f2149873304361c73870d06f8e18 (patch) | |
tree | 6eea6585d90690090381f5c2e5271b3e37d6991e /template | |
parent | b5176fd5585262f11d1c5bc866b1cbe9d9b9fa9b (diff) |
initial release report feature
Misc
+ add report directory
+ add template directory
Feature Release
+ add report feature --report
+ add basic report template
+ add feature to use -d/ --domain flag multiple times
Optimization
+ add config.py loading user config
* further code optimization
* update gitignore file
Diffstat (limited to 'template')
-rw-r--r-- | template/abuse-template.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/template/abuse-template.txt b/template/abuse-template.txt new file mode 100644 index 0000000..fe729bb --- /dev/null +++ b/template/abuse-template.txt @@ -0,0 +1,28 @@ +Subject: XMPP spam report for {domain} / {ips} + +XMPP domain: {domain} +Server: {srv} +Jabber IP: {ips} + +Hi, + +the above mentioned server is used as an open relay to send vast amounts +of XMPP spam to different unrelated servers, such as the server I +administer. + +Spammers are using the In-Band-Registration feature on that server to +create a large number of accounts, and to send mass messages to my +users. + +Please contact the server owner to disable In-Band-Registration, to take +measures against spam relaying or to shut down the XMPP service. + +Also please find attached a list of the bot accounts and an excerpt of +the spam messages sent to my service. + +{summary} + + +Kind regards, + +{name} |