错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Identification and Prevention of Brute Force Attacks

  • R. Tamilkodi,
  • N. Santha Raju,
  • B. Aruna,
  • Ch. Krishna Vamsi,
  • Ch. Pruthvinath Reddy,
  • T. Bhavani

摘要

The best defense against unauthorized access to a computer is to use a password as soon as a user logs in. Only those with permission can access the system and its resources. The major challenge here is network security. A strong password is necessary to access any web-based service, such as email and database storage. A brute force attack is the most frequent and susceptible type of attack on any computer network system. In this type of attack, the hacker uses any password-cracking tool to attempt to guess the password. The attacker may or may not alter the system files and its functions after gaining the password. After obtaining the password, the attacker may or may not change the system files and its operations. The attacker is using the system's data passively up until the user becomes aware of the attack. It belongs to the class of passive attacks as a result. Because there are no indications that the system or its networks are being tampered with, passive attacks are difficult to identify. This study utilizes the decision tree algorithm to identify brute force attacks against Linux systems from the data logs using Python coding. Additionally, prevention and protection strategies are highlighted.