Urgent.News

What's breaking now, across thousands of outlets.

Tech

Fake LastPass Authenticator Installs a Microsoft-Signed Driver That Kills 145 Security Tools

TL;DR what: A fake LastPass Authenticator installer on GitHub side-loads a malicious DLL, escalates to SYSTEM, and installs a Microsoft-signed kernel driver named Alinubx.sys that terminates 145 antivirus and EDR processes before running a credential stealer. A fake LastPass Authenticator installer distributed through GitHub installs a Microsoft-signed Windows kernel driver that terminates 145…

A malicious installer for a fake LastPass Authenticator on GitHub installs a signed Windows kernel driver named Alinubx.sys. The driver terminates 145 antivirus and EDR processes. After running a credential stealer, the threat can access saved passwords, cryptocurrency wallet files, Discord and Steam sessions, and files with specific keywords in their names. This attack impacts user credentials across various platforms, requiring users to rotate their passwords from a separate clean device.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Colorado Small Water Utility OT Breaches: Attackers Alter Settings, Disable Alarms, and Change Pumping Cycles

+09:00 Original Source : Axios Denver Severity: high Related Sources: SecurityWeek: Colorado Water Utilities Hit by Cyberattacks Targeting OT Systems CVE: None Target Products and Services: OT/ICS…

  • Two Colorado small water utilities attacked by unidentified foreign actors
  • Attackers altered equipment settings, disabled alarms, changed pumping cycles
  • Disruptions short-lived, no damage to water treatment, quality, or public safety

Transactional Email Service Compliance: Welcome Emails, Custom Domains, and Bounce Handling

For a transactional email service sending game welcome emails, keep templates in the application repository and put bounce suppression behind a small delivery adapter.

  • Render welcome emails with player data and locale within application service editor
  • Separate rendering, delivery, and bounce handling into distinct steps
  • Accept bounce events through authenticated, idempotent ingestion path

Airbnb has no public API - how to get listing and price data for any city (Python)

People search "Airbnb API" thousands of times a month, but Airbnb has never had a public API for listing data. Its partner APIs are for hosts and software vendors managing their own listings.

  • Airbnb lacks a public API, limiting data access for researchers.
  • Solution involves querying search results in price bands to bypass limits.
  • Apify Actor automates this process, retrieving 330 unique listings in Porto in 50 seconds.

Big-O explained simply

When I first heard about Big-O it sounded intimidating, but it turned out to be a simple idea once I saw a few examples. Here's how it finally clicked for me. What does Big-O measure?

  • Big-O notation describes program efficiency and input size growth
  • First example has O(1) constant time complexity
  • Third example achieves O(log n) logarithmic time complexity

More from Tuesday 22 September →