Phishing is the practice of sending fraudulent communications that appear to come from a reputable source. It is usually done through email. The goal is to steal sensitive data like credit card and login information or to install malware on the victim’s machine.

Malware/Threat actors

Preventions

  • Utilize up to date web browsers on the network for increased security enhancements. These improvements may include a sandboxing feature that would allow the browser to contain any malicious content and protect the endpoint if an emailed link is clicked.

Detections

  • Look for domain typo-squat domains(Real domain: google.com, Typo-squat: googlw.com).
  • Detect messages being received by unknown/unverified SMTP servers.
  • E-mail being sent on port SMTP port 25 with no encryption.
  • Monitor HTTP GET requests for resources like /SDKJbsdfs
  • Bro Phishing Detection Module - A simple phishing detection for mass phishing campaigns like Dridex. Detects the same email attachment being sent to many recipients.
  • Bro Phishing Detection Module - Detection of emails from domains close to domains within Site::local_zones.

Toolkit

<Toolkit instructions, if applicable>

Similar techniques

References