Urgent.News

What's breaking now, across thousands of outlets.

Tech

Exclusive-Hacked FBI data has sensitive information about employees’ intelligence roles

Exclusive-Hacked FBI data has sensitive information about employees’ intelligence roles

The hacking group ShinyHunters allegedly stole sensitive FBI data containing personal details and job assignments of thousands of bureau officials. The 5,000-line spreadsheet, which the hackers claim is only a small portion of their 2-3 terabyte data trove, includes names, addresses, phone numbers, dates of birth, social security numbers, and emergency contact information of FBI employees.

The spreadsheet also reveals assignments to field offices and units engaged in high-stakes intelligence, security, or counterespionage work.

The FBI confirmed it was aware of a cyber-attack on its FBIJobs.gov portal and potential compromise of employee personal information. However, the cause of the breach remains undetermined, and the bureau is actively investigating the matter. The hackers stated they held the data hostage until the FBI removed an unflattering statement about them issued in May.

Former FBI counterintelligence operative Eric O Neill described the stolen data as a "foreign intelligence service goldmine." China would be particularly interested in the individuals working against it, according to O Neill, who founded the cybersecurity company Nexasure AI. He cautioned that other hostile intelligence services, as well as disgruntled extremists in the United States, might also be interested in the data.

Some of the assignment details in the stolen data match publicly available information, such as agents at field offices in Baltimore or Newark, New Jersey. However, the data also refers to sensitive or undisclosed FBI units and initiatives. It names 14 staffers working on China-related matters, including members of the China criminal enterprise unit, the China tech transfer analysis unit, and the China intelligence section.

Additionally, the data lists nine individuals in Russia-related roles, three in Iran or Hezbollah-focused intelligence roles, and eight in HUMINT jobs, including several in the Humint program management section.

Former Army investigator Trevor Hilligoss expressed significant concern about the inclusion of emergency contacts, often spouses or children, of sensitive FBI employees. He noted that these individuals may have less operational security knowledge than their relatives and could be harmed if their cover is blown.

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

This story

This is one outlet's version. Read the fullest account.

Read the original at channelnewsasia.com →

More in Tech

Three rules read the declared level. None of them read its other copy.

Our submission template asks a package to declare one thing: its contribution level -- case study , system , or theory+empirics . Three separate rules read that field.

  • Three rules govern declared contribution level
  • Rules check registration, manuscript, README.md
  • No rule compares copies for consistency

Unmasking Python's Triple Quotes: Why My 'Comments' Weren't Documenting Anything!

Okay, so I've been diving deeper into Python lately, and it's been an absolute blast! But like any new adventure, there have been a few head-scratching moments. One recently involved comments.

  • Triple quotes in Python serve a specific purpose beyond simple comments.
  • Docstrings provide formal documentation for code components.
  • Docstrings become part of the code and can be accessed programmatically.

More from Wednesday 23 September →