SShortSingh.
Back to feed

Apple sends mercenary spyware alerts to users in 110 countries, now on Lock Screen

0
·1 views

Apple issued a new round of mercenary spyware threat notifications on August 13, 2026, reaching users across 110 countries and bringing the total to over 150 countries since the program began in 2021. For the first time, the warnings now appear directly on the iPhone Lock Screen and in Settings, in addition to the existing email and banner alerts. Mercenary spyware, such as NSO Group's Pegasus, is costly state-linked software that targets specific individuals including journalists, activists, and diplomats. Apple stresses that genuine notifications never ask users to click links, install apps, or provide passwords, and can always be verified by manually signing in at account.apple.com. Users who receive an alert are advised to update their devices, enable Lockdown Mode, review their Apple Account for unknown activity, and seek expert help through Access Now's Digital Security Helpline.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingHacker News ·

Gooseworks, YC W23 Startup, Seeks Founding Engineer

Gooseworks, a startup that participated in Y Combinator's Winter 2023 batch, is actively recruiting for a Founding Builder or Engineer role. The position was listed on Y Combinator's job board, signaling an early-stage hiring push. As a founding engineer, the hire would likely play a pivotal role in shaping the company's core product and technical direction. The listing had no public comments or engagement points at the time of posting.

0
ProgrammingDEV Community ·

How One Developer Replaced ChatGPT, Claude, and Perplexity With a Single AI Orchestrator

A developer cancelled paid subscriptions to ChatGPT Pro, Claude Pro, and Perplexity Pro, replacing them with a single tool called Littlebird that acts as an orchestration layer across AI models. Rather than logging into multiple platforms separately, the developer uses Littlebird as a unified front end that routes tasks to appropriate underlying models based on context. The setup is anchored by a Mac Studio, which serves as a local hub storing files, notes, and project data that Littlebird draws on when sending context to external AI tools. Results returned by those external models are written back to the Mac Studio, allowing Littlebird to maintain continuity across conversations without relying on any single vendor's storage. The approach is framed as a way to reduce subscription costs and tool sprawl while keeping data and workflows under personal control.

0
ProgrammingDEV Community ·

How ABM Landing Pages Outperform Generic Homepages in Maritime Cybersecurity

Account-based marketing (ABM) landing pages require a fundamentally different approach than generic homepages, particularly in niche industrial sectors like maritime cybersecurity. Using Blackhole Networks as a case study, the analysis highlights how generic homepages fail ABM traffic by lacking focused lead capture, relevant social proof, and sector-specific copy. Rather than directing targeted visitors to a broad homepage, effective ABM pages function more like product pages with a single clear call to action tailored to roles such as port IT leads or fleet security officers. Social proof on these pages should go beyond logo strips, referencing outcomes specific to maritime environments like OT networks, regulatory compliance, and incident response. The piece argues that copy must move away from generic terms like 'digital transformation' and instead reflect the precise language and risk concerns of the maritime sector.

0
ProgrammingDEV Community ·

Blogger audits 200 posts, finds three hidden bugs in headings, CSS, and mobile layout

A developer running a long-standing technical blog paused new publishing to conduct a full audit of roughly 200 existing posts, uncovering three structural issues invisible on their own screen. Multiple posts contained conflicting H1 headings caused by the blog theme and post body editor rendering titles independently, resulting in eight duplicate top-level headings across five posts. A screen-reader label on the site's search box was marked with a CSS class intended to visually hide it, but the corresponding style rule was missing entirely, causing layout breakage on narrow mobile viewports. The correct fix used a clip-based CSS pattern to keep the label accessible to assistive technology while removing it from visual display — rather than simply deleting the element. Each fix was deployed as a separate versioned theme update with a recorded checksum, allowing for clean rollback if needed.