Results 1 to 20 of 112

Thread: Malware & other nasty IT / cyber things

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #9
    Council Member
    Join Date
    Nov 2013
    Posts
    35,749

    Default Cloudfare: Alert passwords compromised

    Warning for SWJ commenters and bloggers and or blogsites....

    List of Sites possibly affected by Cloudflare's #Cloudbleed HTTPS Traffic Leak

    https://github.com/pirate/sites-usin...ster/README.md

    DISCLAIMER:
    This list contains all domains that use cloudflare DNS, not just the cloudflare SSL proxy (the affected service that leaked data). It's a broad sweeping list that includes everything. Just because a domain is on the list does not mean the site is compromised. This list will be narrowed down to the affected domains as I get more information. This is a (work-in-progress) list of domains possibly affected by the CloudBleed HTTPS traffic leak. Original vuln thread by Google Project Zero.
    Cloudflare has not provided an official list of affected domains, and likely will not due to privacy concerns. I'm compiling an unofficial list here so you know what passwords to change.
    Impact
    Between 2016-09-22 - 2017-02-18 passwords, private messages, API keys, and other sensitive data were leaked by Cloudflare to random requesters. Data was cached by search engines, and may have been collected by random adversaries over the past few months.
    "The greatest period of impact was from February 13 and February 18 with around 1 in every 3,300,000 HTTP requests through Cloudflare potentially resulting in memory leakage (that’s about 0.00003% of requests), potential of 100k-200k paged with private data leaked every day" -- source
    You can see some of the leaked data yourself in search engine caches: https://duckduckgo.com/?q=+%7B%22sch...IP&t=h_&ia=web
    What should I do?
    Check your password managers and change all your passwords, especially those on these affected sites. Rotate API keys & secrets, and confirm you have 2-FA set up for important accounts. Theoretically sites not in this list can also be affected (because an affected site could have made an API request to a non-affected one), so to be safe you should probably change all your important passwords.
    Submit PR's to add domains that you know are using cloudflare
    Methodology
    This list was compiled from 3 large dumps of all cloudflare customers provided by crimeflare.com/cfs.html, and several manually copy-pasted lists from stackshare.io and wappalyzer.com. Crimeshare collected their lists by doing NS DNS lookups on a large number of domains, and checking SSL certificate ownership.
    I scraped the Alexa top 10,000 by using a simple loop over the list:
    for domain in (cat ~/Desktop/alexa_10000.csv)
    if dig $domain NS | grep cloudflare
    echo $domain >> affected.txt
    end
    end
    The alexa scrape, and the crimeflare dumps were then combined in a single text file, and passed through uniq | sort. I've since accepted several PRs and issues to remove sites that were unaffected from the list.
    Data sources:
    https://stackshare.io/cloudflare
    https://wappalyzer.com/applications/cloudflare
    DNS scraper I'm running on Alexa top 10,000 sites (grepping for cloudflare in results)
    https://www.cloudflare.com/ips/ (going to find sites that resolve to these IPs next)
    http://www.crimeflare.com/cfs.html (scrape of all cloudflare customers)
    http://www.doesitusecloudflare.com/
    I'd rather be safe than sorry so I've included any domain here that remotely touches cloudflare. If I've made a mistake and you believe your site is not affected, submit a PR and I will merge it ASAP, I don't want to hurt anyone's reputation unecessarily.
    You can also ping me on twitter @theSquashSH and I'll respond as soon as I can.
    Full List
    Download the full list.zip (22mb)
    4,287,625 possibly affected domains. Download this file, unzip it, then run grep -x domaintocheck.com sorted_unique_cf.txt to see if a domain is present.
    Also, a list of some iOS apps that may have been affected.
    For those late to it, yes, you probably should change your passwords on sites that use CloudFlare as a precaution
    https://bugs.chromium.org/p/project-...etail?id=1139#

    To be clear, this isn't some nation state level attack: data is cached in search engines right now
    Last edited by OUTLAW 09; 02-24-2017 at 08:44 AM.

Similar Threads

  1. Russo-Ukraine War 2016 (April-June)
    By davidbfpo in forum Europe
    Replies: 1088
    Last Post: 07-01-2016, 08:44 PM
  2. Leadership of Cyber Warriors: Enduring Principles and New Directions
    By SWJ Blog in forum Media, Information & Cyber Warriors
    Replies: 0
    Last Post: 07-11-2011, 02:41 PM
  3. USAF Cyber Command (catch all)
    By selil in forum Media, Information & Cyber Warriors
    Replies: 150
    Last Post: 03-15-2011, 09:50 PM
  4. Replies: 51
    Last Post: 01-08-2011, 07:42 PM
  5. Question 5: Cyber space (oh you know I had to ask at least one of these)
    By selil in forum TRADOC Senior Leaders Conference
    Replies: 7
    Last Post: 08-14-2009, 03:27 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •