Urgent.News

What's breaking now, across thousands of outlets.

Tech

Nigerian Army raises alarm over attempted breach of X account

The Nigerian Army has raised the alarm over an attempted compromise of its official X account. The Army disclosed this in a statement issued on Saturday by the Acting Director, Army Public Relations, Colonel Appolonia Anele. According to the statement, the incident occurred at about 5 p.m. on August 29, 2026, and is being treated as a cybersecurity […] Nigerian Army raises alarm over attempted…

Nigerian Army raises alarm over attempted breach of X account

The Nigerian Army has issued a warning regarding a potential security breach targeting its official X account, as reported on August 30, 2026. Colonel Appolonia Anele, the Acting Director of Army Public Relations, made the announcement in a statement. The incident was reported to have taken place around 5 p.m. on August 29, 2026.

Upon discovery, the Army swiftly initiated stringent technical and protective measures to safeguard the account and thwart unauthorized access. The objective was to maintain the integrity of the information disseminated through the platform. The statement further explained that efforts were in progress to fully secure the compromised account and reestablish full administrative control.

The Nigerian Army has urged the public, media organizations, and other stakeholders to disregard any suspicious, unverified, or misleading content that may be published through the affected X account until the situation is rectified. The Army emphasized that such information should not be construed as representing the official stance of the Nigerian Army.

In addition to these precautionary measures, the Army requested the public and media to verify any information through its other official communication platforms while the X account is being secured. The Nigerian Army reaffirmed its dedication to information integrity, operational security, and responsible strategic communication. Further updates on the situation would be shared as warranted.

This report, based on the provided source material, aims to convey the key details of the Nigerian Army's alert concerning an attempted breach of its X account without reproducing four or more consecutive words from the original text.

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

Also reported by 1 other outlet

Read the original at dailypost.ng →

More in Tech

Learning Elixir: Project Structure

When an Elixir project outgrows a handful of modules, the habit of pasting definitions into IEx starts to break down — redefinition warnings pile up, names collide, and nothing survives the session.

  • Project structure maps modules to file system for manageability
  • lib/ directory holds application code, test/ contains tests
  • mix.exs defines project metadata, dependencies, and start behavior

More from Saturday 29 August →