Quote:
Originally Posted by Rais
[You must be logged in to view images. Log in or Register.]
They won't get into the details. They know if a person has logged on an account or not.
|
Did not mean for it to sound like I am asking how they are doing their flagging, rather asking if they are taking into account people who use dynamic VPNs. Something like:
select acct_id, count(distinct login_ip) from accts group by acct_id
, then banning everyone above a certain threshold might be banning dynamic VPN people. While this should be pretty rare, just wanted to know if the consideration was made.