Slashdot Mirror


User: nuckfuts

nuckfuts's activity in the archive.

Stories
0
Comments
891
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 891

  1. Is it really "fileless"? on Docs With Malicious Macros Deliver Fileless Malware (csoonline.com) · · Score: 1

    A lot of antivirus protection happens during file access, which should make "fileless" malware more difficult to detect. The article is a bit fuzzy on whether this malware is truly fileless, however, describing it as "similar" to "fileless malware" that...

    creates a registry key that launches a hidden PowerShell instance at every system start-up.

    Given that "the registry" is nothing more than a collection of files, writing a key to the registry hardly qualifies as "fileless" operation.

  2. Re:EULA on Windows 10 Upgrade Reportedly Starting Automatically On Windows 7 PCs (softpedia.com) · · Score: 4, Informative

    My son came home a couple of days ago to a surprise installation of Windows 10 on his desktop computer. When he was prompted to accept the EULA he chose "No". This resulted in the computer being rolled back to Windows 7. However, after restarting in Windows 7 a timer was displayed on the screen showing how long before the "update" was reinstalled. There was no option to cancel the process, only an option to delay it. So apparently you can say no to Windows 10, but they'll just shove it back at you again.

    After killing gwx.exe and gwxux.exe via Task Manager, I merged the following registry keys to disable automatic OS upgrades:

    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GWX]
    "DisableGWX"=dword:00000001
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
    "DisableOSUpgrade"=dword:00000001
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade]
    "AllowOSUpgrade"=dword:00000000
    "ReservationsAllowed"=dword:00000000

    Time will tell if this remains effective.

  3. I've been alerted to vulnerabilities on an Internet-facing host after being scanned for PCI compliance. I found the notifications useful and informative.

  4. "This is why you get Trump"? on Reason Excoriates Paper On "Glaciers, Gender, and Science" (reason.com) · · Score: 1

    OK, the paper is utterly ridiculous, but so is trying to stretch this as far as "This is why you get Trump".

  5. Relatively Poor Write Performance on Samsung Ships 15.38TB SSD With Up To 1,200MBps Performance (computerworld.com) · · Score: 1

    The PM1633a sports random read/write speeds of up to 200,000 and 32,000 IOPS.

    Those are rather lopsided performance spec's - random reads more than six times as fast as random writes. There are much smaller SSD's that offer random read/write speeds of 460,000 and 290,000 IOPS, for example.

    For some applications the larger, slower SSD's may be fine, but for database applications those random write spec's are pretty lacklustre.

  6. Re:"All an attacker needs to do..." on Windows' Built-In PDF Reader Exposes Edge Browser To Hacking (softpedia.com) · · Score: 1

    You're missing the point. The summary implies Edge using the WinRT PDF library makes attacks easier, but the article goes on to say that Windows 10 uses EMET techniques that make attacks harder. That's the contradictory part.

    The summary also states that an attacker needs to "find and create a database of WinRT vulnerabilities". Not that any exploit exists, just that one might be found, which one could say about any software. That's the FUD part.

  7. "All an attacker needs to do..." on Windows' Built-In PDF Reader Exposes Edge Browser To Hacking (softpedia.com) · · Score: 4, Insightful

    "... is find and create a database of WinRT vulnerabilities...".

    You mean the way any piece of software in existence could be exploited by "finding a vulnerability"?

    Even the referenced article states that...

    ...because Windows 10 implemented former EMET features such as ASLR protection and Control Flow Guard, [this] "makes the development of exploits for WinRT PDF vulnerabilities time-consuming and therefore costly for an attacker."

    So not only is this utter FUD, it's self-contradictory FUD.

  8. Not one example? on Tiny, Blurry Pictures Find the Limits of Computer Image Recognition (arstechnica.com) · · Score: 5, Informative

    This story is rather lacking without a single example of what they're talking about.

  9. Re:Can't read the article on Virgin Galactic To Unveil New Version of SpaceShipTwo (wired.com) · · Score: 1

    Nor are you worth $1 per month.

    I'm not advocating for or against Wired, but surely the amount of time you spent posting this response and (presumably) looking for a different link was worth more than one dollar?

  10. Re:Then what's the point? on Pwn2Own 2016 Won't Attack Firefox (Because It's Too Easy) (eweek.com) · · Score: 1

    You do realize that the point of Pwn2Own is to exploit default installations, right? It has nothing to do with compromising your oh-so-brilliantly hardened WINDOWS (OMG ALL CAPS) machine.

  11. Re:Then what's the point? on Pwn2Own 2016 Won't Attack Firefox (Because It's Too Easy) (eweek.com) · · Score: 1

    Pwn2Own has become a self-congratulatory..

    They're being congratulated by corporate sponsors giving them substantial prizes, not by themselves.

    ... bunch of fucktards

    Sure, call the most renowned hackers and security experts on the planet "a bunch of fucktards". I'm sure you know better.

  12. Commodity Hardware on SCO vs. IBM Battle Over Linux May Finally Be Over (networkworld.com) · · Score: 1

    As I recall, prior to SCO, every Unix system ran on some kind of proprietary (aka not cheap) hardware. SCO became popular around the time that relatively inexpensive servers started being built with 80286 or 80386 processors. The ability to run Unix on commodity hardware was a great combination. (It would be a while before Linux became a widely accepted alternative).

  13. If you're having trouble reading the font because it looks to skinny, just increase the font size to where you can read it.

  14. If you're wondering what a Wraith Cooler is, here's an image.

  15. Immutable Files on Running "rm -rf /" Is Now Bricking Linux Systems (phoronix.com) · · Score: 1

    Isn't this the kind of thing that the immutable attribute was designed for?

  16. Malware on Running "rm -rf /" Is Now Bricking Linux Systems (phoronix.com) · · Score: 1

    If you can brick your motherboard from userland, then so can malware.

  17. Years ago a local radio station was having a contest. They kept broadcasting that "if your name is drawn" you win a trip to Hawaii. I seriously considered legally changing my name to "drawn". The name change fee was around $50.

  18. ... Puts 'Znoneofthe Above' on Canadian Ballot on A Legal Name Change Puts 'None of the Above' On Canadian Ballot (foxnews.com) · · Score: 2, Informative

    FTFY

  19. FTA:
    $ sudo a2dismod status

    Why?

    Apparently some distros turn stuff on by default.

    That's why I'm a huge fan of the "secure by default" philosophy.

  20. Re:This has been going on for decades on Exposed HP LaserJet Printers Offer Anonymous FTP To the Public (csoonline.com) · · Score: 1

    By printing "1000 copies" in 50-point typeface, the self-professed "hacker" wasn't just harmlessly drawing attention to the exposure. He was deliberately using up a significant amount of consumables and causing unnecessary wear on limited-lifespan parts such as the fuser unit. This is not akin to eating a piece of chocolate from a box left lying around. There is nothing "ambiguous" about it. Anyone with an ounce of common sense should understand that the printer exposure is not a "voluntary offering" for "anyone on the internet" to use up the owner's expensive consumables.

  21. Re:This has been going on for decades on Exposed HP LaserJet Printers Offer Anonymous FTP To the Public (csoonline.com) · · Score: 1

    I used to use Alta-Vista (which shows you how far back this goes) to search for the welcome text of the page -- and found hundreds of exposed printers.

    I'd open the webpage and instruct the printer to print 1000 copies of a page that says "you've been hacked!" in 50-point typeface. It was an amusing prank...

    Here's a hypothetical scenario for you:

    I'm walking through a public parking lot looking at all the cars to see if any are left unlocked. Either by ignorance or oversight you've left your car unlocked. I decide to open your door and take a piss on your seat. Would you consider that an "amusing prank"?

    I mean, after all, you deserve it. You should have known better than to leave your vehicle unlocked.

  22. World's "Most Advanced" Tax Dodging Scheme on Facebook Building World's 'Most Advanced' Data Center In Irish Village (thestack.com) · · Score: 3, Funny

    FTFY

  23. Re: /. editors know less science than mad scientis on YouTube and the Modern Mad Scientist (hackaday.com) · · Score: 1

    They are certainly not covered by the laws of thermodynamics.

    The entire universe is covered by the laws of thermodynamics, therefore so are all things in it.

  24. ... ICANN doesn't deal with routing, ICANN is not about security.

    ICANN (and the US Department of Commerce) controls the DNS Root Server Advisory Committee. Having control of the root DNS zones amounts to ultimate control over everyone's DNS, which has an indirect effect on routing and a direct effect on security.

  25. Acceleration / Decelartion on To Solve a Rubik's Cube In 1 Second, It Takes a Robot · · Score: 5, Interesting
    From the video:

    The Arduino is responsible for controlling highly-tuned acceleration / deceleration curves to drive the stepper motors.

    This is very similar to the way mechanical hard drives position their read/write heads via magnetic coil. Depending on the distance (number of cylinders) that the heads need to travel across, a proportional amount of current is applied to accelerate the arm with the heads attached. After just a few milliseconds, however, the heads need to start decelerating in order to come to rest precisely over the desired track without overshooting.

    With both the Rubik's Cube and the hard drive, a physical object needs to be moved and then come to rest precisely in the blink of an eye. It's quite a neat trick of engineering.