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 WPF 大屏看板表格背景图片设置
  • ¥15 这个主板怎么能扩出一两个sata口
  • ¥15 不是,这到底错哪儿了😭
  • ¥15 2020长安杯与连接网探
  • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么
  • ¥15 banner广告展示设置多少时间不怎么会消耗用户价值
  • ¥16 mybatis的代理对象无法通过@Autowired装填
  • ¥15 可见光定位matlab仿真
  • ¥15 arduino 四自由度机械臂
  • ¥15 wordpress 产品图片 GIF 没法显示