用于键盘混搭的正则表达式
注册新帐户时,网络应用程序通常会要求回答“安全问题”,即狗的名字等。
我想浏览我们的数据库,查找用户只是敲击键盘而不是提供密码的情况。合法答案 - 这是滥用/欺诈帐户的高度指标。
“母亲的娘家姓?” lakdsjflkaj
关于我应该如何执行此操作有什么建议吗?
注意:我不仅仅在这些“安全问题答案”上使用正则表达式
“答案”可以是:
- 数据库中选择
使用 python 正则表达式根据需要进行多次分析
根据需要进行比较/修剪/评分
这是一个技术问题,而不是哲学问题 ;-)
谢谢!
When signing up for new accounts, web apps often ask for the answer to a 'security question', i.e. Dog's name, etc.
I'd like to go through our database and look for instances where users just mashed the keyboard instead of providing a legitimate answer - this is a high indicator of an abusive/fraudulent account.
"Mother's maiden name?"
lakdsjflkaj
Any suggestions as to how I should go about doing this?
Note: I'm not ONLY using regular expressions on these 'security question answers'
The 'answers' can be:
Selected from a db using a few basic sql regexes
Analyzed as many times as necessary using python regexes
Compared/pruned/scored as needed
This is a technical question, not a philosophical one
;-)
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论