<?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: Gathering Information in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gathering-information/m-p/2876186#M99700</link>
    <description>A logistical note:&lt;BR /&gt;&lt;BR /&gt;I recently went through a systems audit where such things were requested.  Iteratively with minor variations.  Over and over.&lt;BR /&gt;&lt;BR /&gt;I finally persuaded the auditors to let me give them a "find / -print|xargs ls -ld" output for them to "grep" on.  The finds were killing my servers.</description>
    <pubDate>Wed, 08 Jan 2003 13:43:16 GMT</pubDate>
    <dc:creator>W.C. Epperson</dc:creator>
    <dc:date>2003-01-08T13:43:16Z</dc:date>
    <item>
      <title>Gathering Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gathering-information/m-p/2876178#M99692</link>
      <description>Ok im not all the familiar with unix, but today i was prompted by my boss to find out some information, apparently we are getting audited. I was able to gather most of the information on my own, i.e. password files, and crontabs, and much more but I have a question about a couple of commands that are used to gather information.&lt;BR /&gt;1. Listing of all directories without ???sticky-bit???.&lt;BR /&gt;2. Listing of all root owned files.&lt;BR /&gt;3. Listing of all world writeable directories.&lt;BR /&gt;4. Listing of all user directories writeable by others.&lt;BR /&gt;&lt;BR /&gt;It would be great if somebody could point me in the right direction to find this information.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;BPB&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jan 2003 15:00:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gathering-information/m-p/2876178#M99692</guid>
      <dc:creator>Brian butler</dc:creator>
      <dc:date>2003-01-07T15:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Gathering Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gathering-information/m-p/2876179#M99693</link>
      <description>Use the "find" command:&lt;BR /&gt;&lt;BR /&gt;man find&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 07 Jan 2003 15:03:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gathering-information/m-p/2876179#M99693</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-01-07T15:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Gathering Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gathering-information/m-p/2876180#M99694</link>
      <description>I know this won't answer your question, but because I have gone through this exercise not so long ago myself, I have discovered a neat little software that HP produced called IDS/9000 (Intrusion detection Software).  All four elements that you are looking for, are being monitored whenever changes occurs on your system to create these events.  Also this software is centralized on one machine, therefore removing the possibilities of changing the events in the log file.  Without going in too much details cause, again I'm not answering your questions, it may be something you want to look into for future use.</description>
      <pubDate>Tue, 07 Jan 2003 15:08:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gathering-information/m-p/2876180#M99694</guid>
      <dc:creator>Marco Santerre</dc:creator>
      <dc:date>2003-01-07T15:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Gathering Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gathering-information/m-p/2876181#M99695</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Find is correct,check it  and&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.introcomp.co.uk/hpux/index.html" target="_blank"&gt;http://www.introcomp.co.uk/hpux/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Will give good example scripts for all sorts of things&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                       Regards&lt;BR /&gt;&lt;BR /&gt;                       Steve Steel&lt;BR /&gt;&lt;BR /&gt;Quote of the moment&lt;BR /&gt;-------------------&lt;BR /&gt;"We are drowning in information but starved for knowledge."&lt;BR /&gt;-- John Naisbitt</description>
      <pubDate>Tue, 07 Jan 2003 15:08:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gathering-information/m-p/2876181#M99695</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2003-01-07T15:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Gathering Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gathering-information/m-p/2876182#M99696</link>
      <description>1 find . ! -perm 1777 -depth -print&lt;BR /&gt;&lt;BR /&gt;2 find . -user root -depth -print&lt;BR /&gt;&lt;BR /&gt;3 find . -type d -perm 1777 -depth -print&lt;BR /&gt;&lt;BR /&gt;4 find . -type d -perm 066 -depth -print</description>
      <pubDate>Tue, 07 Jan 2003 15:13:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gathering-information/m-p/2876182#M99696</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-01-07T15:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Gathering Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gathering-information/m-p/2876183#M99697</link>
      <description>1. find / -type d \( ! -perm -1000 \)&lt;BR /&gt;&lt;BR /&gt;2. find / -type f -user root&lt;BR /&gt;&lt;BR /&gt;3. find / -type d -002&lt;BR /&gt;&lt;BR /&gt;4. same as 3&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 07 Jan 2003 15:14:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gathering-information/m-p/2876183#M99697</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-01-07T15:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Gathering Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gathering-information/m-p/2876184#M99698</link>
      <description>Hi Marco&lt;BR /&gt;&lt;BR /&gt;where may I find this IDS/9000 Software?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;J??rg</description>
      <pubDate>Wed, 08 Jan 2003 10:28:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gathering-information/m-p/2876184#M99698</guid>
      <dc:creator>Juerg DENNEBERG</dc:creator>
      <dc:date>2003-01-08T10:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Gathering Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gathering-information/m-p/2876185#M99699</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=J5083AA" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=J5083AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Wed, 08 Jan 2003 10:50:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gathering-information/m-p/2876185#M99699</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-01-08T10:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Gathering Information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gathering-information/m-p/2876186#M99700</link>
      <description>A logistical note:&lt;BR /&gt;&lt;BR /&gt;I recently went through a systems audit where such things were requested.  Iteratively with minor variations.  Over and over.&lt;BR /&gt;&lt;BR /&gt;I finally persuaded the auditors to let me give them a "find / -print|xargs ls -ld" output for them to "grep" on.  The finds were killing my servers.</description>
      <pubDate>Wed, 08 Jan 2003 13:43:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gathering-information/m-p/2876186#M99700</guid>
      <dc:creator>W.C. Epperson</dc:creator>
      <dc:date>2003-01-08T13:43:16Z</dc:date>
    </item>
  </channel>
</rss>

