Bitcoin Forum
June 20, 2024, 08:07:43 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 »
  Print  
Author Topic: [Updated 19/Jul/2016] Faucet Owners Against Scammers and Bots  (Read 36630 times)
rkandrades (OP)
Sr. Member
****
Offline Offline

Activity: 392
Merit: 251


Bitcoin Faucet & Blog


View Profile
October 09, 2015, 01:00:46 PM
 #61

Following two more scam address:

1mf8XF6cM777vkGm47KVMsSRgkmaApt9f
1BgQKKqWLXHjUXq8k8858pr9UjLcdzMUMi

i think that is better option to update your first post, not than to add in single separate post.
anyway thanks for sharing your info with us

Yes. I will do this.

This will kill 99% of proxy servers...put this in your htaccess file

snip
No, it won't. Anyone that is running a proxy server should know how to fake HTTP headers on requests, the things that this code is checking for. It will perhaps block about 1% of proxy owners that have no idea what they're doing.

Dont block AWS if you are using funcapthca because thats what they use
As said blocking AWS would have no problems with using FunCaptcha or anything else running on an AWS web server. By blocking AWS you would be (I hope) checking the incoming information of a visitor then checking if the IP resolves to an AWS address, then blocking if necessary. While using FunCaptcha, it never actually visits your site. The FunCaptcha code runs in the back end and communicates with your website, therefore not being affected by any AWS blocks.

Also, I would just like to point out, trying to stop bots by blocking BTC addresses is futile; an attacker can just create a new Bitcoin address automatically and use that one in the case of the previous being blocked. It is likely more of an inconvenience to you blocking them than to the attacker.

What do you suggest them? Forget the proxy serves and keep walking?



Bitcoin█████████████████████████
█████████████████████████████
███████████████████████████████
█████████████████████████████████
██████████████████████████████████
███████████████████████████████████
███████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
████████████████████████████████████
███████████████████████████████████
███████████████████████████████████
██████████████████████████████████
████████████████████████████████
██████████████████████████████
████████████████████████████
██████████████████████████
atcher.
███
███
███
███
███
███
███
███
███
███
███
███
███
███

══════════════════════════════════════════════════════════════
  FaucetFREE BTCitcoin RewardsBlogLearn about Finance, Economics and Bitcoin
══════════════════════════════════════════════════════════════

███
███
███
███
███
███
███
███
███
███
███
███
███
███

minifrij
Legendary
*
Offline Offline

Activity: 2324
Merit: 1267


In Memory of Zepher


View Profile WWW
October 10, 2015, 11:46:55 AM
 #62

snip
What do you suggest them? Forget the proxy serves and keep walking?
No, but trying to stop them by checking for HTTP headers and blocking BTC addresses is useless, as it does very little to stop those with any experience.

Using code similar to this, which LosingAlpha posted could help significantly, though using strpos may not be the best as it can sometimes return false positives with similar hosts.
Code:
$remoteHostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
if(strpos($remoteHostname, 'amazonaws') !== false)die("No AWS, later jabroni!");
rkandrades (OP)
Sr. Member
****
Offline Offline

Activity: 392
Merit: 251


Bitcoin Faucet & Blog


View Profile
October 10, 2015, 06:06:31 PM
 #63

Guys...

I'm thinking how could I redirect the Faucetbox blocked IPs, Domains and BC Address to an other URL.

I guess I shoul change some function into the index.php file. But I didn't found the exactily point to do this change.

Today, When a banned visitor try to claim, the faucet just reload/refresh the page. I think that redirecting I could do something smarter.

Could you help me?

Bitcoin█████████████████████████
█████████████████████████████
███████████████████████████████
█████████████████████████████████
██████████████████████████████████
███████████████████████████████████
███████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
████████████████████████████████████
███████████████████████████████████
███████████████████████████████████
██████████████████████████████████
████████████████████████████████
██████████████████████████████
████████████████████████████
██████████████████████████
atcher.
███
███
███
███
███
███
███
███
███
███
███
███
███
███

══════════════════════════════════════════════════════════════
  FaucetFREE BTCitcoin RewardsBlogLearn about Finance, Economics and Bitcoin
══════════════════════════════════════════════════════════════

███
███
███
███
███
███
███
███
███
███
███
███
███
███

instantbitcoin.win
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile WWW
October 11, 2015, 06:06:28 AM
 #64

Guys...

I'm thinking how could I redirect the Faucetbox blocked IPs, Domains and BC Address to an other URL.

I guess I shoul change some function into the index.php file. But I didn't found the exactily point to do this change.

Today, When a banned visitor try to claim, the faucet just reload/refresh the page. I think that redirecting I could do something smarter.

Could you help me?

That is easy, if the condition banned == true, use this

http://www.w3schools.com/php/func_http_header.asp
rkandrades (OP)
Sr. Member
****
Offline Offline

Activity: 392
Merit: 251


Bitcoin Faucet & Blog


View Profile
October 11, 2015, 02:31:26 PM
 #65

Guys...

I'm thinking how could I redirect the Faucetbox blocked IPs, Domains and BC Address to an other URL.

I guess I shoul change some function into the index.php file. But I didn't found the exactily point to do this change.

Today, When a banned visitor try to claim, the faucet just reload/refresh the page. I think that redirecting I could do something smarter.

Could you help me?

That is easy, if the condition banned == true, use this

http://www.w3schools.com/php/func_http_header.asp

Done.

I' am facing an endless battle against the scammers... This will helps me.

Thank you very much.

Bitcoin█████████████████████████
█████████████████████████████
███████████████████████████████
█████████████████████████████████
██████████████████████████████████
███████████████████████████████████
███████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
████████████████████████████████████
███████████████████████████████████
███████████████████████████████████
██████████████████████████████████
████████████████████████████████
██████████████████████████████
████████████████████████████
██████████████████████████
atcher.
███
███
███
███
███
███
███
███
███
███
███
███
███
███

══════════════════════════════════════════════════════════════
  FaucetFREE BTCitcoin RewardsBlogLearn about Finance, Economics and Bitcoin
══════════════════════════════════════════════════════════════

███
███
███
███
███
███
███
███
███
███
███
███
███
███

rkandrades (OP)
Sr. Member
****
Offline Offline

Activity: 392
Merit: 251


Bitcoin Faucet & Blog


View Profile
October 11, 2015, 05:16:20 PM
 #66

Guys, help me...

My faucet has...

1. a waiting time of 600 minutes
2. FunCaptcha with enforced security
3. 65 seconds wating to activate the claim button
4. amazon domain blocked
5. TOR Navigator blocked
6. A few proxy servers blocked
7. NastyHost.com IPs blacklist


But I'm receiving tons and tons of people which are claiming every single minute. They are draining my balance fast as a bullet.

They have three caracteristics: They never share my faucet as needed; They claim from infinites different bitcoin address 24h per day; They are all from the same referral address.

How could I fight against this?

What are you doing about these situations?

Bitcoin█████████████████████████
█████████████████████████████
███████████████████████████████
█████████████████████████████████
██████████████████████████████████
███████████████████████████████████
███████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
████████████████████████████████████
███████████████████████████████████
███████████████████████████████████
██████████████████████████████████
████████████████████████████████
██████████████████████████████
████████████████████████████
██████████████████████████
atcher.
███
███
███
███
███
███
███
███
███
███
███
███
███
███

══════════════════════════════════════════════════════════════
  FaucetFREE BTCitcoin RewardsBlogLearn about Finance, Economics and Bitcoin
══════════════════════════════════════════════════════════════

███
███
███
███
███
███
███
███
███
███
███
███
███
███

BitMaxz
Legendary
*
Online Online

Activity: 3290
Merit: 3020


BTC price road to $80k


View Profile WWW
October 11, 2015, 05:24:20 PM
 #67

Guys, help me...

My faucet has...

1. a waiting time of 600 minutes
2. FunCaptcha with enforced security
3. 65 seconds wating to activate the claim button
4. amazon domain blocked
5. TOR Navigator blocked
6. A few proxy servers blocked
7. NastyHost.com IPs blacklist


But I'm receiving tons and tons of people which are claiming every single minute. They are draining my balance fast as a bullet.

They have three caracteristics: They never share my faucet as needed; They claim from infinites different bitcoin address 24h per day; They are all from the same referral address.

How could I fight against this?

What are you doing about these situations?
I think you need block the address if were that site...... try  it to block their ip addresss...

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
rkandrades (OP)
Sr. Member
****
Offline Offline

Activity: 392
Merit: 251


Bitcoin Faucet & Blog


View Profile
October 11, 2015, 05:26:10 PM
 #68

Guys, help me...

My faucet has...

1. a waiting time of 600 minutes
2. FunCaptcha with enforced security
3. 65 seconds wating to activate the claim button
4. amazon domain blocked
5. TOR Navigator blocked
6. A few proxy servers blocked
7. NastyHost.com IPs blacklist


But I'm receiving tons and tons of people which are claiming every single minute. They are draining my balance fast as a bullet.

They have three caracteristics: They never share my faucet as needed; They claim from infinites different bitcoin address 24h per day; They are all from the same referral address.

How could I fight against this?

What are you doing about these situations?
I think you need block the address if were that site...... try  it to block their ip addresss...

The problem is that I don't know how to discover their domain, URL or IP. I tried to search at Google and my Google Analytics but I didn't found nothing.

Bitcoin█████████████████████████
█████████████████████████████
███████████████████████████████
█████████████████████████████████
██████████████████████████████████
███████████████████████████████████
███████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
████████████████████████████████████
███████████████████████████████████
███████████████████████████████████
██████████████████████████████████
████████████████████████████████
██████████████████████████████
████████████████████████████
██████████████████████████
atcher.
███
███
███
███
███
███
███
███
███
███
███
███
███
███

══════════════════════════════════════════════════════════════
  FaucetFREE BTCitcoin RewardsBlogLearn about Finance, Economics and Bitcoin
══════════════════════════════════════════════════════════════

███
███
███
███
███
███
███
███
███
███
███
███
███
███

Satmaster
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
October 11, 2015, 06:20:10 PM
 #69

www.faucetbitcoin.net/sc1.jpg
www.faucetbitcoin.net/sc2.jpg
www.faucetbitcoin.net/sc3.jpg

PLZ help me .

skype sbthost@hotmail.com
rkandrades (OP)
Sr. Member
****
Offline Offline

Activity: 392
Merit: 251


Bitcoin Faucet & Blog


View Profile
October 11, 2015, 06:22:24 PM
 #70


Yes... Those two referral address ending in QJV and KBS are scamming me too.

Really really bad situation.

Bitcoin█████████████████████████
█████████████████████████████
███████████████████████████████
█████████████████████████████████
██████████████████████████████████
███████████████████████████████████
███████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
████████████████████████████████████
███████████████████████████████████
███████████████████████████████████
██████████████████████████████████
████████████████████████████████
██████████████████████████████
████████████████████████████
██████████████████████████
atcher.
███
███
███
███
███
███
███
███
███
███
███
███
███
███

══════════════════════════════════════════════════════════════
  FaucetFREE BTCitcoin RewardsBlogLearn about Finance, Economics and Bitcoin
══════════════════════════════════════════════════════════════

███
███
███
███
███
███
███
███
███
███
███
███
███
███

gregory021998
Member
**
Offline Offline

Activity: 129
Merit: 11


View Profile
October 11, 2015, 06:47:08 PM
 #71


Are you in a shared hosting?
Satmaster
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
October 11, 2015, 06:53:36 PM
 #72



My site hosted http://one.me/ptatqppe
gregory021998
Member
**
Offline Offline

Activity: 129
Merit: 11


View Profile
October 11, 2015, 06:57:36 PM
 #73

I suggest you to take a private server (vps) (crowncloud.net or similar) install all thing and put the site into the vps, when i was on shared hosting my faucet has been hacked (http://www.zone-h.org/mirror/id/24731076) now that i'm on the vps all is ok
rkandrades (OP)
Sr. Member
****
Offline Offline

Activity: 392
Merit: 251


Bitcoin Faucet & Blog


View Profile
October 12, 2015, 03:44:19 AM
 #74

These are confirmed super mega fucking scammers:

17dzhZ3JG5jfKMd45BowS1Pr1cH9FW8zzK
1CMam3ZHtFysv3jvLfzrDraXy4dNGDKQJv
1vEe4mDd94JQLCCTnX3Cdzy2KFfH6eKbS
15ohWaaQPVVCy7tniNRKWK1efXBYPHwLwT
3MLiBzj9QUvBUG2M1DaSSxf5VY8HbAro48

The first post was updated too.

Bitcoin█████████████████████████
█████████████████████████████
███████████████████████████████
█████████████████████████████████
██████████████████████████████████
███████████████████████████████████
███████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
████████████████████████████████████
███████████████████████████████████
███████████████████████████████████
██████████████████████████████████
████████████████████████████████
██████████████████████████████
████████████████████████████
██████████████████████████
atcher.
███
███
███
███
███
███
███
███
███
███
███
███
███
███

══════════════════════════════════════════════════════════════
  FaucetFREE BTCitcoin RewardsBlogLearn about Finance, Economics and Bitcoin
══════════════════════════════════════════════════════════════

███
███
███
███
███
███
███
███
███
███
███
███
███
███

krishnapramod
Legendary
*
Offline Offline

Activity: 1470
Merit: 1078


View Profile
October 12, 2015, 08:51:00 AM
 #75

Guys, help me...

My faucet has...

1. a waiting time of 600 minutes
2. FunCaptcha with enforced security
3. 65 seconds wating to activate the claim button
4. amazon domain blocked
5. TOR Navigator blocked
6. A few proxy servers blocked
7. NastyHost.com IPs blacklist


But I'm receiving tons and tons of people which are claiming every single minute. They are draining my balance fast as a bullet.

They have three caracteristics: They never share my faucet as needed; They claim from infinites different bitcoin address 24h per day; They are all from the same referral address.

How could I fight against this?

What are you doing about these situations?

You have tried everything still bots and scammers are getting through. This suggestion might sound stupid, but it had worked for me. Enable cloudflare and enable DDos attack mode. Every user will need to solve cloudflare captcha first. Scammers would no bother about solving two captcha or either block a particular country. Blocking a bitcoin address does not make sense, there is no shortage of bitcoin address, you block one address, scammer will create a new one.
misterbit
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
October 12, 2015, 11:58:57 AM
 #76

Not working them the NastyHost of the panel on security?
rkandrades (OP)
Sr. Member
****
Offline Offline

Activity: 392
Merit: 251


Bitcoin Faucet & Blog


View Profile
October 12, 2015, 05:51:34 PM
 #77

Not working them the NastyHost of the panel on security?

No... :T

Bitcoin█████████████████████████
█████████████████████████████
███████████████████████████████
█████████████████████████████████
██████████████████████████████████
███████████████████████████████████
███████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
████████████████████████████████████
███████████████████████████████████
███████████████████████████████████
██████████████████████████████████
████████████████████████████████
██████████████████████████████
████████████████████████████
██████████████████████████
atcher.
███
███
███
███
███
███
███
███
███
███
███
███
███
███

══════════════════════════════════════════════════════════════
  FaucetFREE BTCitcoin RewardsBlogLearn about Finance, Economics and Bitcoin
══════════════════════════════════════════════════════════════

███
███
███
███
███
███
███
███
███
███
███
███
███
███

Gifted
Hero Member
*****
Offline Offline

Activity: 504
Merit: 501



View Profile
October 13, 2015, 02:05:45 AM
 #78

cloud flare will not stop bots
rkandrades (OP)
Sr. Member
****
Offline Offline

Activity: 392
Merit: 251


Bitcoin Faucet & Blog


View Profile
October 13, 2015, 03:49:19 AM
 #79

Tons of new bot address added into the first post.

Thanks to TheFaucetRunner

Bitcoin█████████████████████████
█████████████████████████████
███████████████████████████████
█████████████████████████████████
██████████████████████████████████
███████████████████████████████████
███████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
█████████████████████████████████████
████████████████████████████████████
███████████████████████████████████
███████████████████████████████████
██████████████████████████████████
████████████████████████████████
██████████████████████████████
████████████████████████████
██████████████████████████
atcher.
███
███
███
███
███
███
███
███
███
███
███
███
███
███

══════════════════════════════════════════════════════════════
  FaucetFREE BTCitcoin RewardsBlogLearn about Finance, Economics and Bitcoin
══════════════════════════════════════════════════════════════

███
███
███
███
███
███
███
███
███
███
███
███
███
███

nawaraj
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
October 13, 2015, 06:19:13 AM
 #80

How to know scammer btc address? & How to know they Bots our faucet? Can you give me some tips & trick to find them.
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!