Stories
Slash Boxes
Comments

SoylentNews is people

SoylentNews is powered by your submissions, so send in your scoop. Only 16 submissions in the queue.
posted by cmn32480 on Wednesday December 09 2015, @02:13PM   Printer-friendly
from the hook-line-and-sinker dept.

The popular video streaming site DailyMotion has been hit by a malvertising attack. Malwarebytes explains:

We have been tracking an attack via .eu sites for several days but were missing the final payload. However, this changed when we managed to reproduce a live infection via an ad call coming from popular video streaming site DailyMotion, ranked among Alexa's top 100 sites.

This malversiting incident happened via real-time bidding (RTB) within the WWWPromoter marketplace. A decoy ad (pictured below) from a rogue advertiser initiates a series of redirections to .eu sites and ultimately loads the Angler exploit kit.

The bogus advertiser is using a combination of SSL encryption, IP blacklisting and JavaScript obfuscation and only displays the malicious payload once per (genuine) victim. In addition, Angler EK also fingerprints potential victims before launching its exploits to ensure the user is not a security researcher, honeypot or web crawler.

[...] The incident was resolved very rapidly once the proper contacts were made and the problem isolated. For this, we would like to them[sic] all parties involved in taking such prompt action, therefore limiting the potential damage to innocent users.

This particular malvertising attack is one of a few campaigns we have been tracking which is much more sophisticated than the average incidents we encounter daily. We can say that lately threat actors have really stepped up their game in terms of being very stealthy and making a particular ad call look benign when reproduced in a lab environment. Indeed, the problem comes when we suspect foul play but can't prove it with a live infection. It is difficult to convince ad networks to take action, when on the surface there's nothing wrong with a particular advertiser.

Here's some more information about the Angler exploit kit.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 5, Funny) by E_NOENT on Wednesday December 09 2015, @02:59PM

    by E_NOENT (630) on Wednesday December 09 2015, @02:59PM (#273953) Journal

    I use adblock. uBlock. Privacy Badger. CatBlock. Ghostery. Tor. NoScript. And a bunch of other privacy guard plugins you probably never heard of.

    I browse the web using a chrooted jail (inside a one-time use, stripped-down, throwaway OpenBSD VM) with an automated, scripted combination of WWW::Mechanize, curl, netcat, wget, 'strings,' and eLinks. I use a variety of increasingly specific HTML parsers to guarantee valid HTML, strip all tags, remove javascript, hyperlinks to one-pixel GIF trackers, inlined ad content, and references to Donald Trump.

    I use /etc/hosts extensively to avoid bad sites:

    bash-4.2$ grep 127.0.0.1 /etc/hosts| wc -l
    743982

    (I use several custom, transient, cloud-based, anonymized web crawlers to help me continually add to this file.)

    All downloaded files are piped successively through an ASCII character filter (only ASCII codes 65-127 accepted), an antivirus mechanism, a spellchecker, a grammar checker, and a pretty printer. The output is then securely copied to another throwaway VM on another machine where the page is automatically opened in read-only mode in TECO. After reading a single page, all VMS are destroyed, and a low-level format is executed on the partition holding them. My main machines are all powered down for one full minute (to avoid any cold boot attacks) and restarted.

    What am I missing?

    --
    I'm not in the business... I *am* the business.
    Starting Score:    1  point
    Moderation   +4  
       Insightful=1, Funny=3, Total=4
    Extra 'Funny' Modifier   0  
    Karma-Bonus Modifier   +1  

    Total Score:   5  
  • (Score: 2, Funny) by Anonymous Coward on Wednesday December 09 2015, @03:04PM

    by Anonymous Coward on Wednesday December 09 2015, @03:04PM (#273956)

    You ask "What am I missing?". I'm inclined to say "a tinfoil cap".

    • (Score: 2, Funny) by Anonymous Coward on Wednesday December 09 2015, @04:00PM

      by Anonymous Coward on Wednesday December 09 2015, @04:00PM (#273970)

      Don't accept a tinfoil cap. Demand unlimited tinfoil.

  • (Score: 1, Touché) by Anonymous Coward on Wednesday December 09 2015, @03:20PM

    by Anonymous Coward on Wednesday December 09 2015, @03:20PM (#273958)

    Life, since you seem to have excess free time.

  • (Score: 2, Informative) by Anonymous Coward on Wednesday December 09 2015, @03:39PM

    by Anonymous Coward on Wednesday December 09 2015, @03:39PM (#273963)

    What am I missing?

    Well, if you're only using ASCII codes 65-127 I'd say you're missing numbers, lots of punctuation, and the very important '<' & '>' that identify html tags.

    • (Score: 0) by Anonymous Coward on Thursday December 10 2015, @03:59AM

      by Anonymous Coward on Thursday December 10 2015, @03:59AM (#274258)
      The space character too.
  • (Score: 5, Funny) by GreatAuntAnesthesia on Wednesday December 09 2015, @03:40PM

    by GreatAuntAnesthesia (3275) on Wednesday December 09 2015, @03:40PM (#273964) Journal

    > What am I missing?

    I implanted a miniature webcam in your dog.

  • (Score: 0) by Anonymous Coward on Wednesday December 09 2015, @03:41PM

    by Anonymous Coward on Wednesday December 09 2015, @03:41PM (#273965)

    Ctrl+F; Faraday
    0 matches

    I hope you enjoy getting infected across that air-gap!

  • (Score: 1) by jimtheowl on Wednesday December 09 2015, @04:04PM

    by jimtheowl (5929) on Wednesday December 09 2015, @04:04PM (#273972)

    "What am I missing?"

    You're using bash.

    ;)

  • (Score: 4, Funny) by FatPhil on Wednesday December 09 2015, @04:17PM

    by FatPhil (863) <pc-soylentNO@SPAMasdf.fi> on Wednesday December 09 2015, @04:17PM (#273977) Homepage
    > What am I missing?

    Comedic subtlety
    --
    Great minds discuss ideas; average minds discuss events; small minds discuss people; the smallest discuss themselves
  • (Score: 2) by Gravis on Wednesday December 09 2015, @04:20PM

    by Gravis (4596) on Wednesday December 09 2015, @04:20PM (#273979)

    I use adblock. uBlock. Privacy Badger. CatBlock. Ghostery. Tor. NoScript. And a bunch of other privacy guard plugins you probably never heard of.

    I browse the web using a chrooted jail (inside a one-time use, stripped-down, throwaway OpenBSD VM) with an automated, scripted combination of WWW::Mechanize, curl, netcat, wget, 'strings,' and eLinks. I use a variety of increasingly specific HTML parsers to guarantee valid HTML, strip all tags, remove javascript, hyperlinks to one-pixel GIF trackers, inlined ad content, and references to Donald Trump.
    ...
    What am I missing?

    probably, your medication because that is overkill. disabling flash and installing uBlock and Privacy Badger is enough to get the job done.

    • (Score: 2) by LoRdTAW on Wednesday December 09 2015, @10:06PM

      by LoRdTAW (3755) on Wednesday December 09 2015, @10:06PM (#274138) Journal

      Humor eludes you.

      • (Score: 2) by HiThere on Wednesday December 09 2015, @11:52PM

        by HiThere (866) on Wednesday December 09 2015, @11:52PM (#274167) Journal

        To be fair, there wasn't that much humor there to be found.

        --
        Javascript is what you use to allow unknown third parties to run software you have no idea about on your computer.
  • (Score: 2) by xav on Thursday December 10 2015, @12:31AM

    by xav (5579) on Thursday December 10 2015, @12:31AM (#274176)

    At last ! We have finally found the last user of the Mosaic web browser.