HabrAugust 26, 2026🇷🇺Translated from Russian

Password Reset Fails to Evict Attackers: What Persists in Compromised Email Accounts

Users often discover unauthorized access to their email, change the password, enable two-factor authentication, and assume the threat is over. Within days or weeks, however, messages continue to be read and forwarded, revealing that the attacker never relied on the password alone.

Password verification occurs only once during login. After that, the service issues a persistent credential such as a session cookie in the browser or a refresh token in a mail client. These tokens allow continued access without re-entering the password, and a password change does not automatically revoke them.

Attackers commonly retain the following footholds:

  • Active sessions – browser cookies stolen by infostealers that bypass password knowledge entirely.
  • Application tokens – OAuth grants issued to third-party apps that continue working after the main password reset.
  • App passwords – legacy credentials created for older clients that ignore two-factor authentication and survive password changes.
  • Mail rules and forwarding – automatic redirection of incoming messages to attacker-controlled addresses or rules that archive replies during business-email-compromise schemes.
  • Recovery data – substituted backup email addresses, phone numbers, or recovery codes that let the attacker regain entry later.
  • Delegation – explicit sharing permissions granted inside the mail service that password changes do not affect.

Google users should review myaccount.google.com/device-activity, myaccount.google.com/permissions, and myaccount.google.com/apppasswords, then check Gmail settings for forwarding, delegation, and filters. Yandex offers equivalent controls under the security section of id.yandex.ru. Microsoft accounts are managed at account.microsoft.com/security.

In corporate Microsoft 365 environments, administrators can run Revoke-MgUserSignInSession via Microsoft Graph to terminate refresh tokens, although short-lived access tokens may remain valid for roughly one hour. Additional PowerShell queries detect forwarding rules and OAuth consents with scopes such as Mail.Read and offline_access.

The correct remediation order is: first revoke all sessions and tokens, then change the password to a completely new value, review and reset multi-factor methods, update recovery information, and finally audit rules and connected applications. Performing these steps in the wrong sequence allows the attacker to re-establish persistence before the account is fully secured.

Related articles

SecuritylabOther

Grep_Tribe Blue Team Shares SOC Defense Lessons from Standoff 17 Cyber Battle

The Grep_Tribe team participated in Standoff 17 for the third time, defending the RetailSTF Group infrastructure in a simulated State F environment against continuous red team attacks. They handled 37 confirmed incidents, 22 detected incidents, five investigated critical events, and maintained 88 percent average infrastructure availability. The team used familiar Positive Technologies tools alongside the new R-Vision SOAR platform to automate routine responses such as IP blocking and file sandboxing. Work was organized through a tribal system with role-based preparation and dynamic small-group investigations for complex attack chains. Participants highlighted how the event tested prioritization, Threat Intelligence attribution, and automation under high-intensity conditions unlike daily SOC operations. The experience reinforced plans to expand SOAR playbooks for repetitive tasks in their real internal SOC environment.

AntiMalwareOther

86% of Large Russian Companies Use or Pilot LLMs While Autonomous AI Agents Remain Rare in Production

A joint study by Infosystems Jet and Smart Ranking reveals that 86% of major Russian organizations are already deploying or testing large language models, with 53% having moved generative AI solutions into full production. Adoption drops sharply for more autonomous systems: only 15% run semi-autonomous AI agents in production, while fully autonomous and multi-agent setups reach just 8% each. The primary barriers are not model availability but insufficient process maturity, data infrastructure readiness, and integration complexity, cited by 44% of respondents. Additional obstacles include server costs (58%), legal risks (56%), budget limits (42%), and talent shortages (40%). Nearly half of surveyed companies report no measurable financial return from AI projects so far, highlighting the gap between pilot success and scalable value. The research covered 52 large firms employing roughly 450,000 people in total.

AntiMalwareOther

Russia to Enforce Smartphone Ban During School Lessons Starting September 2026

From September 1, 2026, Russian school students will be prohibited from using mobile phones during classes under a new ministerial order from the Ministry of Education. The restriction, already outlined in federal law, will be detailed by the order to specify its application in schools, according to Minister Sergey Kravtsov. Phones may only be used in emergencies, such as threats to life or health of students and teachers. Activities like messaging, gaming, social media access, or using AI tools for quick answers are explicitly not permitted. Schools retain flexibility on phone use during breaks, allowing individual institutions to set their own rules. The Ministry of Digital Development has confirmed no nationwide ban on social networks for minors is planned, leaving platforms like TikTok and Telegram accessible outside class hours.

AntiMalwareOther

Generative AI Cuts HR Department Sizes as Russian Job Market Sees Up to 19 Applicants per Vacancy

The Russian labor market for HR professionals has become significantly more competitive since the beginning of 2026. Job seekers have submitted over 520,000 resumes while employers posted only 66,000 openings. Data from hh.ru shows some positions receiving as many as 19 applications. In June, the number of HR vacancies dropped 34 percent year-over-year while the volume of resumes rose 17 percent. Market participants estimate that roughly one in three HR employees has lost their job over the past 18 months. Companies are simultaneously reducing management layers amid cooling business activity, and generative AI tools are accelerating the trend by automating up to 80 percent of routine recruiter tasks. More than one-third of employers already use digital tools that analyze resumes, conduct initial interviews, and deliver structured results, halving hiring times and prompting questions about the need for large HR teams.