Advertisement
Guest User

Untitled

a guest
Jan 10th, 2017
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. # Domain blacklist part 2
  2. domain: ["Example.com", "Example.net", "AnotherExample.orgg"]
  3. action: remove
  4. action_reason: "Domain is blacklisted."
  5.  
  6. ---
  7.  
  8.  
  9.  
  10. title+body (regex): ["\\(?(\\d{3})\\)?([ .-])(\\d{3})([ .-])(\\d{4})","(\\d{5})([ .-])(\\d{6})","\\(?(\\d{4})\\)?([ .-])(\\d{3})([ .-])(\\d{3})","\\(?(\\d{2})\\)?([ .-])(\\d{4})([ .-])(\\d{4})","\\(?(\\d{2})\\)?([ .-])(\\d{3})([ .-])(\\d{4})","\\+([\\d ]{10,15})"]
  11. ~body+url (regex): "(\\[[^\\]]+?\\]\\()?(https?://|www\\.)\\S+\\)?"
  12. ~body+title+url (regex): ["(800|855|866|877|888|007|911)\\W*\\d{3}\\W*\\d{4}", "\\d{3}\\W*555\\W*\\d{4}", "999-999-9999", "000-000-0000", "123-456-7890", "111-111-1111", "012-345-6789", "888-888-8888", "281\\W*330\\W*8004", "777-777-7777", "678-999-8212", "999([ .-])119([ .-])7253","0118 999 811","0118 999 881", "867( -)?5309", "505\\W*503\\W*4455", "1024 2048"]
  13. action: remove
  14. action_reason: "Possible phone number dox."
  15. modmail_subject: Doxxing Alert!
  16. modmail: |
  17.  
  18. {{permalink}}
  19.  
  20. The above {{kind}} by /u/{{author}} was removed because it contained a possible phone number. Please investigate immediately.
  21.  
  22. If the user is doxxing, ban them
  23.  
  24. ---
  25.  
  26. title+body (regex): "[!#$%&'*+./0-9=?_`a-z{|}~^-]+@[.a-z-]+\\.(?:com|org|net)"
  27. ~title+body#whitelist: [OKemail1@domain.com, OKemail2@domain.com]
  28. action: remove
  29. action_reason: "Possible email dox."
  30. modmail_subject: Doxxing Alert!
  31. modmail: |
  32.  
  33. {{permalink}}
  34.  
  35. The above {{kind}} by /u/{{author}} was removed because it contained a possible email address. Please investigate immediately.
  36.  
  37. If the user is doxxing, ban them
  38.  
  39. ---
  40.  
  41. title+body (regex): "\\b(?:4[0-9]{12}(?:[0-9]{3})?|5[12345][0-9]{14}|3[47][0-9]{13}|3(?:0[012345]|[68][0-9])[0-9]{11}|6(?:011|5[0-9]{2})[0-9]{12}|(?:2131|1800|35[0-9]{3})[0-9]{11})\\b"
  42. action: remove
  43. modmail: possible CC dox by /u/{{author}}
  44. action_reason: "Possible credit card dox."
  45.  
  46.  
  47. ---
  48.  
  49. title+body (regex): "\\b[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\b"
  50. action: remove
  51. action_reason: "Possible IP address dox."
  52. modmail_subject: Doxxing Alert!
  53. modmail: |
  54. {{permalink}}
  55.  
  56. The above {{kind}} by /u/{{author}} was removed because it contained a possible IP address. Please investigate immediately.
  57.  
  58. If the user is doxxing, ban em
  59.  
  60. ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement