<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Favorite Remote Wipe Tools in Industry News</title>
    <link>https://community.isc2.org/t5/Industry-News/Favorite-Remote-Wipe-Tools/m-p/2891#M291</link>
    <description>&lt;P&gt;I have.&amp;nbsp; It's not like Windows where you cannot format c:\.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*nix doesn't protect users from themselves once you're root.&amp;nbsp; So you can run on a booted system, any partition, and then when you reboot afterwards, your system after POST should throw something akin to operating system not found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can script something like (not exact code... just illustrating an example):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for n in `seq 6` do dd&amp;nbsp;&lt;SPAN class="hljs-keyword"&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN class="hljs-regexp"&gt;/dev/&lt;/SPAN&gt;&lt;SPAN&gt;zero &lt;/SPAN&gt;&lt;SPAN class="hljs-keyword"&gt;of&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN class="hljs-regexp"&gt;/dev/&lt;/SPAN&gt;&lt;SPAN&gt;hda&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;done&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;for the first 6 passes and then finish it off with random data at the end:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;dd if=/dev/urandom of=/dev/hda&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Oct 2017 21:11:00 GMT</pubDate>
    <dc:creator>mgoblue93</dc:creator>
    <dc:date>2017-10-30T21:11:00Z</dc:date>
    <item>
      <title>Favorite Remote Wipe Tools</title>
      <link>https://community.isc2.org/t5/Industry-News/Favorite-Remote-Wipe-Tools/m-p/2876#M287</link>
      <description>&lt;P&gt;I'd like to know the&amp;nbsp;favorite remote wipe tools of this community; under two topics:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Free tools (for remote wipe of laptops, tablets, smartphones, and preferably also desktops)&lt;/LI&gt;&lt;LI&gt;Tools for purchase &lt;SPAN&gt;(for remote wipe of laptops, tablets, smartphones, and preferably also desktops)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;For each of your favorites in these categories, please briefly state why you like it most. E.g. irreversibly wipes the data most effectively; easier to install; easier to use; etc.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 08:20:18 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Industry-News/Favorite-Remote-Wipe-Tools/m-p/2876#M287</guid>
      <dc:creator>RebeccaHerold</dc:creator>
      <dc:date>2023-10-09T08:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Favorite Remote Wipe Tools</title>
      <link>https://community.isc2.org/t5/Industry-News/Favorite-Remote-Wipe-Tools/m-p/2885#M288</link>
      <description>&lt;P&gt;Since you mentioned "remote"... ssh to other device and then run dd.&amp;nbsp; Simplest way in the world to do it.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2017 20:40:53 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Industry-News/Favorite-Remote-Wipe-Tools/m-p/2885#M288</guid>
      <dc:creator>mgoblue93</dc:creator>
      <dc:date>2017-10-30T20:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Favorite Remote Wipe Tools</title>
      <link>https://community.isc2.org/t5/Industry-News/Favorite-Remote-Wipe-Tools/m-p/2886#M289</link>
      <description>&lt;P&gt;Can you use dd to wipe a drive, on which dd is running? Can dd perform actions on a mounted disk?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2017 20:47:30 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Industry-News/Favorite-Remote-Wipe-Tools/m-p/2886#M289</guid>
      <dc:creator>skiffy</dc:creator>
      <dc:date>2017-10-30T20:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Favorite Remote Wipe Tools</title>
      <link>https://community.isc2.org/t5/Industry-News/Favorite-Remote-Wipe-Tools/m-p/2891#M291</link>
      <description>&lt;P&gt;I have.&amp;nbsp; It's not like Windows where you cannot format c:\.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*nix doesn't protect users from themselves once you're root.&amp;nbsp; So you can run on a booted system, any partition, and then when you reboot afterwards, your system after POST should throw something akin to operating system not found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can script something like (not exact code... just illustrating an example):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for n in `seq 6` do dd&amp;nbsp;&lt;SPAN class="hljs-keyword"&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN class="hljs-regexp"&gt;/dev/&lt;/SPAN&gt;&lt;SPAN&gt;zero &lt;/SPAN&gt;&lt;SPAN class="hljs-keyword"&gt;of&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN class="hljs-regexp"&gt;/dev/&lt;/SPAN&gt;&lt;SPAN&gt;hda&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;done&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;for the first 6 passes and then finish it off with random data at the end:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;dd if=/dev/urandom of=/dev/hda&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2017 21:11:00 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Industry-News/Favorite-Remote-Wipe-Tools/m-p/2891#M291</guid>
      <dc:creator>mgoblue93</dc:creator>
      <dc:date>2017-10-30T21:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Favorite Remote Wipe Tools</title>
      <link>https://community.isc2.org/t5/Industry-News/Favorite-Remote-Wipe-Tools/m-p/2899#M293</link>
      <description>&lt;P&gt;Thank you. That would work for an organization with admins &amp;amp; a knowledgeable tech staff.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;What I'm also interested in hearing about are tools for the general public, as well as the smallest (1-person) to mid-sized organizations, often using MSPs to host their systems and applications. They need to be able to remotely wipe their own, and their employees', laptops, smartphones, tablets, etc. if they are stolen, lost, an ex-employee absconds with them, etc.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;What would be favorite free, and for purchase, remote wipe tools that such folks can consider using?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2017 21:46:55 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Industry-News/Favorite-Remote-Wipe-Tools/m-p/2899#M293</guid>
      <dc:creator>RebeccaHerold</dc:creator>
      <dc:date>2017-10-30T21:46:55Z</dc:date>
    </item>
  </channel>
</rss>

