Uncovering Election Integrity: Investigations Reveal Proximity of ActBlue, CIA, and NSA IP Addresses

Are you concerned about the integrity of the 2024 elections? Recent investigations have unveiled some startling discoveries.

The San Diego Republican at SanDiegoRepublican.com, dedicated to grassroots investigative journalism, has raised questions that mainstream media outlets like MSNBC, Fox News, and CNN overlook. Our commitment is to uncover the truth behind the electoral process.

On July 3rd, 2024, we revealed that the IP addresses of ActBlue and the CIA’s websites are located alarmingly close to each other. Further investigations have now shown that the NSA’s website IP address also shares this proximity, all situated at coordinates 33.9192,-118.4165. This revelation is significant for voters who are genuinely concerned about election integrity.

At San Diego Republican, we will continue our rigorous investigations to ensure a free, fair, transparent, and accountable election in 2024. Stay informed and join us in demanding the answers and transparency that mainstream news outlets won’t pursue. Visit SanDiegoRepublican.com to follow our ongoing coverage and make your voice heard in the fight for election integrity.

Here the Microsoft Power Shell script you can copy and paste to verify the above information for yourself:

Define the domain name you want to geo-locate
$domainName = “nsa.gov”
Resolve the domain name to an IP address
$ipAddress = [System.Net.Dns]::GetHostAddresses($domainName) | Select-Object -First 1
Query the geo-location API (replace ‘YOUR_API_KEY’ with your actual API key if needed)
$apiUrl = “http://ipinfo.io/$ipAddress/json”
$response = Invoke-RestMethod -Uri $apiUrl
Display the detailed geo-location information
$ipInfo = @{
IPAddress = $response.ip
Hostname = $response.hostname
City = $response.city
Region = $response.region
Country = $response.country
Location = $response.loc
Organization = $response.org
Postal = $response.postal
Timezone = $response.timezone
ASN = $response.asn
Company = $response.company
}
$ipInfo

Discover more from sandiegorepublican.com

Subscribe to get the latest posts to your email.

Discover more from sandiegorepublican.com

Subscribe now to keep reading and get access to the full archive.

Continue reading