This document summarizes an algorithm called the GI (Group Intruders) Time Frequency Algorithm that is proposed to identify hackers attempting distributed denial of service (DDoS) attacks on websites. The algorithm works by maintaining a history of all user access to the site that includes their IP address and time/date of each access. It identifies users that access the site repeatedly from the same IP address on a single date by calculating the average time between accesses. If the time frequency of accesses exceeds a predefined threshold, the user is added to an intruders list to deny future access. This aims to improve server performance by preventing hackers from overloading the server with requests.