doujiyun8846 2016-05-29 13:00
浏览 57
已采纳

安全性 - 如何捕获使用未授权管理员帐户的客户端

I made a php/mysql project where 40+ employee's work on it in office and from home. they have a specific level permission. I store login data with IP, location, browser, OS of client. recently someone login using my credential(admin Ac). The IP im getting is ISP real ip not client IP. 3/4 employee resident same area with same ISP. So i am not able to find which one of them 4 employee got my access. any script or any Idea???? so i can catch him?

  • 写回答

1条回答 默认 最新

  • dongyan1808 2016-05-29 13:22
    关注

    You have a few options.

    1. You could dig through your data to compare which web browser and operating system is commonly used by each employee. You can then compare this to the data of the unauthorised person. While it may not be concrete, it might point you in the right direction.

    2. The next option is to introduce another layer of security. In addition to a password, ask all users to enter additional information. For example - you might know their National Insurance (Social Security, if you're in the US) numbers, so ask them to enter something like the 1st, 5th and 7th characters of that information [to be extra secure, change which characters are requested after each login attempt].

    3. If you have the users mobile phone numbers - you could have your system send a text message (or, potentially use email instead), with a code that the user will have to enter. So long as the code was automatically generated - this should also help.

    The second and third methods may not help you catch the person who has been logging into your account - but will hopefully prevent them from doing so in future (just make sure you keep whatever information you are verifying with a secret).

    I will finalise by saying that - one of the things you should be investigating is - how did one of your users get access to your account in the first place? Do you have a vulnerability in your application allowing users to view passwords? Did you share your login credentials with anyone? Was your password secure enough?

    Ultimately - finding and penalizing the culprit is probably going to be difficult without substantial evidence. Focus on fixing the security hole.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 python的qt5界面
  • ¥15 无线电能传输系统MATLAB仿真问题
  • ¥50 如何用脚本实现输入法的热键设置
  • ¥20 我想使用一些网络协议或者部分协议也行,主要想实现类似于traceroute的一定步长内的路由拓扑功能
  • ¥30 深度学习,前后端连接
  • ¥15 孟德尔随机化结果不一致
  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100