COPY CODE SNIPPET

All contents

Thursday 16 November 2017

“Game Over!” — Intel’s Hidden, MINIX-powered ME Chip Can Be Hacked Over USB

JTAG access over USB
Even the creator of MINIX operating system didn’t know that his for-education operating system is on almost every Intel-powered computer. He is okay with Intel using his creation but said in an open letter that he would have preferred if the company would have told him, just as a courtesy.
The OS was living on the Intel Management Engine chip without the knowledge of anyone. Afterall, who would want to tell everyone about it when the chip can be used to take complete control of a machine without the knowledge of the user, the primary OS, or any antivirus installed.
It was in September when Positive Technologies revealed that they found a way to unplug the power cable from Intel’s ME. The God-Mode tech, present in the Program Controller Hub, is largely undocumented and has restricted access.
The security firm Postive Technologies earlier promised to tell more about the God-Mode in December at Black Hat Europe and said that they had found a way for “an attacker of the machine to run unsigned code in the Platform Controller Hub on any motherboard.”
For now, Positive has dropped more details about the super-secretive chip in the form of a couple of tweets.
It is now known that the recent version of Intel ME chip supports the JTAG (Joint Test Action Group) debugging ports, which can be accessed over USB ports. JTAG provides low-level access to Intel CPUs, mostly used for the purpose of fixing problems. This could allow people to dig deeper into the ME chip in search for vulnerabilities.
Since the release of Intel Skylake CPUs, the Platform Controller Hub provides ME chip access to the USB ports through an interface called DCI (Direct Connect Interface), explained the Russian-language post linked in the tweet.
If an attacker is trying to compromise the chip using vulnerabilities other than the remote ones, if they exist, it would require physical access to the target machine.

How To Free Up Disk Space In Windows 10 Using OneDrive Files On-Demand?

onedrive files on demand-main
The Windows 10 Fall Creators Update arrived with many handy features. And one FCU feature can help you free up disk space on your hard drive using the power of the cloud. It’s known as OneDrive Files On-Demand.

What is OneDrive Files On-Demand?

If you’re running the Fall Creators Update on your Windows 10 PC, you can edit your files – stored in your OneDrive cloud storage – on your computer without downloading them permanently. It can be done using OneDrive Files On-Demand. This facility can help you free up disk space on your computer which you can use to store other things if you want.
The files on your OneDrive which you have marked “online-only” are downloaded when you want to edit them. For instance, when you want to make changes to your Powerpoint presentation. After you have done the editing, the version of the file on OneDrive is replaced with the new one.

How to use OneDrive Files On Demand?

You should set up OneDrive on your device in advance to turn on the feature. To sign-in, open the OneDrive app from the Start Menu and follow the setup.
onedrive setup screen
Next, follow the steps mentioned below to enable Files On-Demand on Windows 10 FCU:
  1. Right-click the OneDrive icon in the Notifications area.
  2. Go to Settings from the drop-down menu.
    turn on onedrive files on-demand windows 10
  3. Under the Settings tab, tick the checkbox that says “Save space and download files as you use them” to turn on the feature and free up disk space on your machine.
    open one drive settings
  4. Click Ok to save and continue.
After you enable the feature, you can see it working in File Explorer > OneDrive folder. A cloud status icon gets attached to the files and folders which are online-only. You can disable the on-demand feature by following the same steps.
To mark a file or folder as online-only, go the OneDrive folder, right-click the file and click “Free Up Space” in the context menu.
onedrive files on-demand free up space

The files you’ve created online or on other devices are online-only by default. If you want a file to be available offline on your current device, click “Always keep on this device” option.
onedrive files on-demand status
One thing to keep in mind is that turning on OneDrive Files On-Demand for one Windows 10 PC won’t enable it across all of your devices. These settings are tied individually to your devices.
Also, I won’t recommend you to use the Files on-demand feature if your internet bandwidth is limited as any change you make to the online-only files would cost you valuable data. As an alternative, you can check out Google’s Backup & Sync tool which automatically syncs the folders on your hard drive.
Use the OneDrive feature to free up hard drive on your Windows 10 PC and share your experience in the comments.

32 Bit Vs 64 Bit Windows OS: What Is The Difference? How To Choose?

32 bit 64 bit windows osShort Bytes: A common confusion occurs when we have to choose between a 32-bit and 64-bit Windows OS because many of us have no idea about what is the difference between them. The two types of operating systems vary by the amount of the system memory they can handle among other differences, thus, utilizing the full potential of the hardware they are running.
Microsoft Windows comes in many variants with barely visible feature differences. A noticeable variation is there when we have to choose between a 32-bit or a 64-bit Windows OS. Our lack of knowledge regarding the primary difference between a 32-bit and a 64-bit operation system adds to the puzzlement when it comes to deciding the appropriate version.
Microsoft started releasing 64-bit versions shortly after the launch of their well-liked and fantasized Windows XP, which had the most extended product lifespan of around 14 years.
Also Read: 12 Easy Ways To Maximize Battery Life On Windows 10
Time-traveling into the history reveals that the very first implementation of 64-bit operating systems was UNICOS – a Unix-like operating system created by the supercomputer-maker Cray Inc. in 1985. The development continued, and many operating systems — Mac OS X, Windows, Solaris, and most recently Google’s Android — were baked into their 64-bit versions.
The 32 bit and 64 bit operating systems are designed to utilize a kind of processor architecture and named so accordingly. A 32-bit OS is designed to take advantage of the resources facilitated by a 32-bit processor (like Intel’s x86), and same is the case for a 64-bit OS. So, the topic we should discuss first is the processor.

A ‘bit’ of knowledge

What does a ‘bit’ stand for? The smallest piece of data in a computer is known as a bit or binary digit. We know that a computer only understands binary language (the 0s and 1s), so, every bit can have just one binary value, either 0 or 1. A computer stores data in a collection of such bits known as a byte. 8 bits make up a byte, also called an octet.
Also Read: 4GB, 8GB Or 16GB; How Much RAM Do You Need?

Something about the 32bit vs 64bit processors

A processor or CPU includes registers and logic circuits. Also called the brain of the computer, people often confuse CPU with the cabinet of a desktop computer. The size of the CPU register is 32-bit in a 32-bit CPU and similar for 64-bit.
The number of values that a CPU can store in its registers is 2^32. These values are used to map the address of the memory locations present in the physical memory. So, 2^32 = 4 gigabytes is the amount of memory or RAM a 32-bit processor can access during its operation.
In the case of 64-bit, the register can store 2^64 values which can be tied to 16EB (exabytes) of RAM. A grand figure when to compared to 4 GB memory that could be accessed by its older 32-bit counterpart.
Moreover, a 32-bit CPU can process 4 bytes of data in one CPU cycle as 8 bits are equal to 1 byte. So, if the size of the data to be processed is greater than 4 bytes, it would require the CPU to go for another cycle to process the remaining data.
In the case of a 64-bit CPU, the whole data, if less than 8 bytes, could be processed in a single go. Even if the data is more than 8 bytes, the 64-bit processor would require less time than the other one. You’ll not be able to notice much difference in everyday usage, except that you are the one who likes to multi-task between large applications.
In today’s time, 32-bit processors have become nearly obsolete. Even your 10 or 12-year-old computer would be running a 64-bit processor, contrary to what you might have been thinking. A 64-bit processor comes with multi-core options enabling more processing power without increasing the size of the hardware.
Also Read: 6 Biggest Differences Between Google Maps And Google Earth

The difference between 32 bit and 64 bit Windows OS

Now you know that 64-bit operating systems are designed to support more RAM than the 32-bit ones. Heavy applications like image editing software, AutoCAD, and games could have a considerable performance boost after your machine is packed with 16 exabytes of RAM, at least theoretically. The limit of physical memory that a system can access also depends on the fact whether your motherboard will accept it or not. Practically, you don’t need hundreds of gigs of RAM for gaming sessions. Read here about how much RAM do you need for gaming.
The minimum amount of RAM required for a 64-bit Windows OS is 2 GB in comparison to 32-bit Windows which requires 1 GB RAM. It’s somewhat evident because with large-sized registers more memory will be required.
You should pack a memory chip of size 4 GB if you want to experience the 64-bit Windows in action. The Home edition of Windows 10 can deal with 128 GB while the Windows 10 Pro has jaw-dropping limits, up to 2048 GB. So, you can stuff your machine with as much RAM you like. For Windows 10 users, Microsoft now recommends that at least 8GB of RAM.
There is another reason that accounts for the widespread adoption of 64 bit Windows OS; it has now become more challenging to map files in the physical memory. That’s because the average size of the files is rocketing by the tick of the clock, usually more than 4 gigabytes.
One thing that you need to keep in mind is that a 32-bit OS works fine with a 64-bit processor, but it won’t do any wonders. You’ll have to install a 64-bit OS on your machine to take full advantage of the 64-bit CPU. Also, the drivers and applications used should be designed for 64-bit processors to work efficiently.
Windows 64-bit version offers Kernel Patch Protection which prevents unsupported changes to the kernel of the Windows OS, along with Data Execution Prevention at the hardware level. A digital signature for all the drivers is a must to prevent installation of modified drivers which may be used to inject malware into the machine.
Also Read: 13 Best Free And Open Source Software For Windows 10 Every User Must Know
The lack of software availability was a significant downside for the higher bit operating system until a couple of years back. Many older legacy software and drivers may not run on the 64-bit Windows. Many developers and companies have released newer versions of their software products with improved compatibility.
Mozilla released the 64-bit version of their Firefox browser back in December 2015. The adoption rate of 64-bit Windows has made a considerable jump in the last decade. Various PC manufacturers and the Windows-maker have continued efforts to ship the 64-bit Windows either pre-installed or along with the 32-bit Windows if bought separately.

How to check if My OS in 32bit or 64bit?

Knowing whether your Windows OS is 32-bit or 64-bit is quite simple. Just visit This PC (right-click) > Properties to check the same. There you’ll also find the type of your CPU, 64-bit or 32-bit, in front of System type.
On a final note, I would recommend you to go for 64-bit Windows because you need to keep in mind the future scenarios for your machine. As of now, almost every computer comes with a 64-bit processor packed inside. So, you might already be running one.
If you’re using a 32-bit operating system, you’re wasting the computing resources you have paid for. As far as the software availability is concerned, it is not a deal-breaker, be assured there are already plenty of them and increasing.
Did we clear your confusion about 32 bit vs 64 bit Windows OS? Drop your thoughts and feedback.

Hackers Can Use Your Antivirus Software To Spread Malware

AVGator resotre quarantine files
How do you safeguard your computer from malicious stuff, by using an antivirus software? But what if the protector of your digital friend can’t be trusted?
A new exploit called AVGator is created by an Austra-based security consultant named Florian Bogner. Many AV software provide functionality to quarantine files, but the users can restore the quarantined files whenever they want.
Using AVGator to mishandle the ‘restore from quarantine’ feature can allow a local user to gain full control of a computer. In normal cases, a user without admin privileges can’t perform write operations in “C:\Program Files or C:\Windows folders.
AVGator exploit to hack antivirus
AVGator allows the users to do so by abusing a Windows NTFS directory junctions. Thus, a user can restore quarantined malicious files to a new location, even sensitive ones such as the Program Files folder, and infect the system.
However, there is one major downside associated with the attack which reduces its scope to a great extent. It can only be performed by a user having physical access to a target machine. So, you can set aside your thoughts of abandoning your antivirus software. Afterall, they are all we have got to keep bad things out from our machines. But always keep your antivirus software updated to prevent it from any unknown threats.
Bogner informed various antivirus vendors whose products could be compromised using the AVGator exploit. Some of the manufacturers have already released a fix including Trend Micro, Emsisoft, Kaspersky, Malwarebytes, Zonealarm, and Ikarus.

ISIS Terrorists Call Their Security “Unhackable” — Hacktivists Expose Mailing List Within Hours

isis hacked by Di5s3nSi0N
The cybercriminals (and their terrorist friends) are, probably, taught to perform their actions in a very covert manner. This means that they don’t openly challenge their opposition. Probably, ISIS propaganda network wasn’t explained how to practice this art.
Amaq is one of the key outlets of ISIS, which issues claims for various terror attacks around the world and updates from different conflicts. This “news agency” has faced numerous cyber attacks from hacktivist and takedowns in the recent times.
Last week, ISIS issued a message and claimed that the security has been increased. “In response to recent events, we have imposed more stringent security measures on our systems,” said the email in Arabic, according to The Independent. “We can now handle email attacks or any type of hack.”
Following this, a Muslim hacking collective named Di5s3nSi0N hacked the email service within three hours. They sent an email to Amaq subscribers with their own logo and warning. The message said that the full secure list of Amaq has been hacked.
Notably, Di5s3nSi0N has disabled Amaq’s services in the past as well. The newly exposed list of subscribers has 1,784 addresses, which were partially verified.
The hacktivist group also wrote on Twitter and shared the update, calling the challenge “too easy.’
Such attacks on the propaganda network of ISIS aren’t new. Due to these crackdowns, Amaq is shifting to encrypted modes of communication and rapidly shifting websites.
Di5s3nSi0N has been carrying out these attacks under the #silencetheswords campaign, which will be completed later this week.
Do you have something to add to this story? Share your views and become a part of the conversation.

5 Hidden Tips and Tricks for Google Chrome On Android

G oogle Chrome comes as a default browser installed on most Android phones. It is fast, responsive and comes with all the basic features...