Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Operating Systems
ChromeOS & Linux
The Beauty of Linux in Mitigation Responses
Message
<blockquote data-quote="Victor M" data-source="post: 1101612" data-attributes="member: 96560"><p>One of the differences between Windows and Linux is that in Linux everything comes in small separate packages. Each little functionality is separate. And those packages can most times be uninstalled separately. There are times when one package depends on another. When you attempt to uninstall it the package manager will tell you what related packages are also going to uninstalled and give you a choice of whether or not to continue.</p><p></p><p>However if you are sure that the package is not wanted, or that it is under attack, you have the choice of forcefully uninstalling it and leaving the dependent packages alone. In Ubuntu that choice is offered by [ICODE]dpkg -r --force-depends <package>[/ICODE]. And in Fedora you can uninstall a single package with [ICODE]rpm -e --nodeps <package>[/ICODE] , without uninstalling anything else.</p><p></p><p>Another thing about Linux is that are oftentimes several packages that do the same function. For example the Terminal or 'command prompt' as we call it in Windows, there are several replaceable pieces. There is bash. the default one, or csh, or dash, or sh, or zsh plus a few others. Some distros' like Ubuntu you can replace it anything. So when my red team discovered an attack on bash, I switched to dash. End of attack.</p><p></p><p>Together these two features gives you flexibility when dealing with an attack. You don't have to be a sitting duck waiting for a patch.</p></blockquote><p></p>
[QUOTE="Victor M, post: 1101612, member: 96560"] One of the differences between Windows and Linux is that in Linux everything comes in small separate packages. Each little functionality is separate. And those packages can most times be uninstalled separately. There are times when one package depends on another. When you attempt to uninstall it the package manager will tell you what related packages are also going to uninstalled and give you a choice of whether or not to continue. However if you are sure that the package is not wanted, or that it is under attack, you have the choice of forcefully uninstalling it and leaving the dependent packages alone. In Ubuntu that choice is offered by [ICODE]dpkg -r --force-depends <package>[/ICODE]. And in Fedora you can uninstall a single package with [ICODE]rpm -e --nodeps <package>[/ICODE] , without uninstalling anything else. Another thing about Linux is that are oftentimes several packages that do the same function. For example the Terminal or 'command prompt' as we call it in Windows, there are several replaceable pieces. There is bash. the default one, or csh, or dash, or sh, or zsh plus a few others. Some distros' like Ubuntu you can replace it anything. So when my red team discovered an attack on bash, I switched to dash. End of attack. Together these two features gives you flexibility when dealing with an attack. You don't have to be a sitting duck waiting for a patch. [/QUOTE]
Insert quotes…
Verification
Post reply
Top