Skip to content

Instantly share code, notes, and snippets.

@dalmoz
Last active September 3, 2017 08:33
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dalmoz/2f513f30da675c6212e0532451265b65 to your computer and use it in GitHub Desktop.
Save dalmoz/2f513f30da675c6212e0532451265b65 to your computer and use it in GitHub Desktop.
A one-liner powershell script for testing if your station is infected by the CIA's Angelfire. Path known from: https://wikileaks.org/vault7/document/Angelfire-2_0-UserGuide/Angelfire-2_0-UserGuide.pdf
if ((Get-Item -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Windows').GetValue('SystemLookup')) {Write-Host "Angelfire found!"} else {Write-Host "Nothing"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment