Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filter out pastes based on ip using known spammer lists #47

Open
stchang opened this issue Sep 16, 2015 · 2 comments
Open

filter out pastes based on ip using known spammer lists #47

stchang opened this issue Sep 16, 2015 · 2 comments

Comments

@stchang
Copy link
Owner

stchang commented Sep 16, 2015

A quick scan of the logs shows that most spam posts are from known spammer ips. Eg

        "128.70.36.116"
        "93.186.31.112" ; 78462                                                 
        "8.37.227.32"   ; 62710
        "41.203.67.164" ; 40338
        "41.203.67.164" ; 65175                                                 
        "41.203.67.168" ; 39202                                                 
        "70.39.187.244" ; 44180                                                 
        "8.37.224.8"    ; 38778                                                 
        "8.37.227.147"  ; 62694                                                 
        "41.140.8.173"  ; 91555                                                  
        "70.39.185.182" ; 29288                                                 
        "93.186.23.114" ; 27429                                                 
        "93.186.31.112" ; 26228                                                 
        "93.186.23.96"  ; 70131                                                  
        "93.186.31.113" ; 36938                                                 
        "93.186.31.96"  ; 53146                                                  
        "93.186.31.81"  ; 48601                                                  
        "93.186.31.82"  ; 99040                                                  
        "93.186.23.80"  ; 80496                                                  
        "41.71.185.31"  ; 51208                                                  
        "23.236.124.165" ; 91179                                                
        "199.190.46.75" ; 49259                                                 
        "199.190.46.75" ; 60459                                                 
        "199.190.46.75" ; 83624                          

The site should automatically delete posts from known spammer ip addresses, perhaps using a service like this: https://www.stopforumspam.com/usage

@stchang
Copy link
Owner Author

stchang commented Sep 21, 2015

0c3062c attempts to handle this issue

@stchang
Copy link
Owner Author

stchang commented Sep 21, 2015

@takikawa Looks like spam is a lot less now, thanks!

Here's a couple that did get through

41468       8.37.225.208
16756       82.168.242.192

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant