<?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 Was file created by &amp;quot;dd&amp;quot; command? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/was-file-created-by-quot-dd-quot-command/m-p/4431362#M36827</link>
    <description>Is there a command that will tell you if a given file was created by dd ?  Something like:&lt;BR /&gt;&lt;BR /&gt;command filename&lt;BR /&gt;&lt;BR /&gt;output shows if the file was originally created using:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/zero of=filename bs=1k count=4100000&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
    <pubDate>Tue, 02 Jun 2009 15:43:48 GMT</pubDate>
    <dc:creator>Gilbert Standen_1</dc:creator>
    <dc:date>2009-06-02T15:43:48Z</dc:date>
    <item>
      <title>Was file created by "dd" command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/was-file-created-by-quot-dd-quot-command/m-p/4431362#M36827</link>
      <description>Is there a command that will tell you if a given file was created by dd ?  Something like:&lt;BR /&gt;&lt;BR /&gt;command filename&lt;BR /&gt;&lt;BR /&gt;output shows if the file was originally created using:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/zero of=filename bs=1k count=4100000&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 02 Jun 2009 15:43:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/was-file-created-by-quot-dd-quot-command/m-p/4431362#M36827</guid>
      <dc:creator>Gilbert Standen_1</dc:creator>
      <dc:date>2009-06-02T15:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Was file created by "dd" command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/was-file-created-by-quot-dd-quot-command/m-p/4431363#M36828</link>
      <description>Shalom&lt;BR /&gt;&lt;BR /&gt;a file named filename in whatever directory you were in when you ran the command&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 02 Jun 2009 16:38:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/was-file-created-by-quot-dd-quot-command/m-p/4431363#M36828</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-06-02T16:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Was file created by "dd" command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/was-file-created-by-quot-dd-quot-command/m-p/4431364#M36829</link>
      <description>Shalom thanks I'm talking about after the fact.  You're walking down the street and you bump into a file that someone left there and you are wondering how they created it - did the use dd?  did they use vi?  did they copy the file from another file?  what i'm wondering is is there some tag in the file or anywhere else in linux that allows you to determine the historical geneaology of the file you just bumped into?</description>
      <pubDate>Tue, 02 Jun 2009 17:13:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/was-file-created-by-quot-dd-quot-command/m-p/4431364#M36829</guid>
      <dc:creator>Gilbert Standen_1</dc:creator>
      <dc:date>2009-06-02T17:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Was file created by "dd" command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/was-file-created-by-quot-dd-quot-command/m-p/4431365#M36830</link>
      <description>There is no tool to know the exact original command used to create a file.</description>
      <pubDate>Tue, 02 Jun 2009 18:04:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/was-file-created-by-quot-dd-quot-command/m-p/4431365#M36830</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-06-02T18:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Was file created by "dd" command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/was-file-created-by-quot-dd-quot-command/m-p/4431366#M36831</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;For that matter, how would you distinguish this(?):&lt;BR /&gt;&lt;BR /&gt;# touch myfile&lt;BR /&gt;# cat /dev/null &amp;gt; myfile&lt;BR /&gt;&lt;BR /&gt;...in each the the resulting file is empty.&lt;BR /&gt;&lt;BR /&gt;This empty file comes about by truncation too:&lt;BR /&gt;&lt;BR /&gt;# cp /etc/hosts myfile &amp;amp;&amp;amp; &amp;gt; myfile&lt;BR /&gt;&lt;BR /&gt;If you command, you are creating a "sparse" file.  You can't distinguish these cases either:&lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/zero of=file1 bs=1k count=100&lt;BR /&gt;&lt;BR /&gt;# perl -e 'open(FH,"&amp;gt;","file2") or die;seek(FH,(1024*99+1023),1);print FH "\000";close FH'&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 02 Jun 2009 19:15:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/was-file-created-by-quot-dd-quot-command/m-p/4431366#M36831</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-06-02T19:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Was file created by "dd" command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/was-file-created-by-quot-dd-quot-command/m-p/4431367#M36832</link>
      <description>The only tool I know of that does this is Clearcase's clearmake or clearaudit.  The configuration record contains the commands used to create any derived object.  You do have to be in a view for this to be done.</description>
      <pubDate>Sat, 06 Jun 2009 10:34:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/was-file-created-by-quot-dd-quot-command/m-p/4431367#M36832</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-06-06T10:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Was file created by "dd" command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/was-file-created-by-quot-dd-quot-command/m-p/4431368#M36833</link>
      <description>Hey Dennis thanks so much for this really very helpful bit of information.  I am looking into this product now.  Sorry I was a bit tardy in assigning points to your post.  Thanks ever so much. &lt;BR /&gt;&lt;BR /&gt;Can knowing where/how a file was created help to detect intrusions?  malicious "planted" code, etc?</description>
      <pubDate>Fri, 19 Jun 2009 01:06:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/was-file-created-by-quot-dd-quot-command/m-p/4431368#M36833</guid>
      <dc:creator>Gilbert Standen_1</dc:creator>
      <dc:date>2009-06-19T01:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Was file created by "dd" command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/was-file-created-by-quot-dd-quot-command/m-p/4431369#M36834</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Can knowing where/how a file was created help to detect intrusions? malicious "planted" code, etc?&lt;BR /&gt;&lt;BR /&gt;More than that, knowing that there has been a _change_ when none was anticipated is an "alarm" to be investigated.  You might want to look at 'tripwire':&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tripwire.com/products/servers/features.cfm" target="_blank"&gt;http://www.tripwire.com/products/servers/features.cfm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 19 Jun 2009 15:02:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/was-file-created-by-quot-dd-quot-command/m-p/4431369#M36834</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-06-19T15:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Was file created by "dd" command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/was-file-created-by-quot-dd-quot-command/m-p/4431370#M36835</link>
      <description>You could also use two tools that are normally distributed by defualt with Linux. AIDE (similar to tripwire) and audit.</description>
      <pubDate>Fri, 19 Jun 2009 15:15:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/was-file-created-by-quot-dd-quot-command/m-p/4431370#M36835</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-06-19T15:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Was file created by "dd" command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/was-file-created-by-quot-dd-quot-command/m-p/4431371#M36836</link>
      <description>&amp;gt;I am looking into this product now.&lt;BR /&gt;&lt;BR /&gt;Clearcase is a revision history management system.  It isn't really for security.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Can knowing where/how a file was created help to detect intrusions? malicious "planted" code, etc?&lt;BR /&gt;&lt;BR /&gt;Clearcase works by users wanting to track their changes, and won't work for malicious users, unless you want to protect read only files.</description>
      <pubDate>Sun, 21 Jun 2009 01:39:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/was-file-created-by-quot-dd-quot-command/m-p/4431371#M36836</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-06-21T01:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Was file created by "dd" command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/was-file-created-by-quot-dd-quot-command/m-p/4431372#M36837</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; have you looked to see if any of the components of the "coroners toolkit" provides you with that functionality. A google of Wietse Venema should bring up some results for you.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Matt&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jun 2009 12:06:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/was-file-created-by-quot-dd-quot-command/m-p/4431372#M36837</guid>
      <dc:creator>Matt Palmer_2</dc:creator>
      <dc:date>2009-06-23T12:06:29Z</dc:date>
    </item>
  </channel>
</rss>

