Brute force attacks leave a trail. Most tools make it hard to follow.
Your server gets hit with thousands of SSH login attempts every day. Most fail. Some don't. When you suspect a breach, you need to find the needle in the haystack: which IP attacked, when it started, how fast the attempts came, and whether anything got through.
The traditional workflow is painful: SSH in, run a chain of grep and awk commands, manually sort by IP, cross-reference timestamps, and hope you did not miss the successful login that started the whole thing. By the time you are done, the attacker has already moved on.