November 16, 2024

Year: 2022

Study finds nearly 50% of macOS malware comes from one app: MacKeeper

Editor's note: This article came from an external source.  NOT US!

Elastic Security Labs has recently released its 2022 Global Threat Report, which summarizes threat trends, forecasts, and recommendations for the cybersecurity industry today. According to the report, nearly 50% of all macOS malware only comes from one source: MacKeeper.

Elastic Security Labs has recently released its 2022 Global Threat Report, which summarizes threat trends, forecasts, and recommendations for the cybersecurity industry today. According to the report, only 6.2% of malware ends up on macOS devices, compared to 54.4% and 39.4% on Windows and Linux, respectively. This is not surprising, given how Apple prioritizes security on their platform and the small desktop market share of macOS.

What is surprising, however, is that almost 50% of all macOS malware only comes from one source: MacKeeper. Ironically, MacKeeper is a program that advertises itself as a way to “keep your Mac clean and safe with zero effort.” But as Elastic explains, the program can be abused by threat actors because it has extensive permissions and access to processes and files. This means that a program designed to keep Macs secure from cyberthreats can put your system at risk.

While Elastic doesn’t go beyond this information, the program has an infamous history. For starters, MacKeeper is known for being difficult to completely uninstall. Many users have also tagged the program as a malicious antivirus. And in 2014, a lawsuit was filed against its former owner Zeobit, alleging that MacKeeper fakes virus detections to scare users into paying for unnecessary fixes.

Via: NeoWin

How to edit the terminal prompt name in MacOS

If you work in the Terminal like I do, you'd like to see some customizations done to personalize it.  This tip will show you how to customize the Terminal prompt.

The Terminal prompt is shown just before where you type in the commands to execute commands.  Sometimes, users like to personalize this prompt for one reason or another.

Here's how:

  1. Open Terminal (Finder > ApplicationsUtilities > Terminal).
  2. First, ensure you're in the HOME Directory by issuing the command: cd ~/
  3. To prove you're in the right directory and show hidden files, type in: ls-la
  4. Check and see if a file named bash_profile exists.
  5. If it doesn't exist, create one by typing in: touch .bash_profile
  6. You'll have to edit this file by typing: open -e .bash_profile
  7. Add this line to the file and save it: export PS1="u$ "
  8. Quit Terminal and relaunch it in step #1 to see your new prompt.
  9. That's it.

In addition:

Here's an abbreviated list of commands that can change the prompt:

  • \d – Current date
  • \t – Current time
  • \h – Host name
  • \# – Command number
  • \u – User name
  • \W – Current working directory (ie: Desktop/)
  • \w – Current working directory with full path (ie: /Users/Admin/Desktop/)

There are other things you can do to customize the prompt, like using Emojis, colors, and more.  You can do a search via Google or DuckDuckGo for more information.

You may have Missed:

Verified by MonsterInsights