<?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: Firwall Audit in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/firwall-audit/m-p/1092109#M895637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried with the same configuration given below,&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;   logging enable&lt;/P&gt;&lt;P&gt;   logging timestamp&lt;/P&gt;&lt;P&gt;   logging trap debugging&lt;/P&gt;&lt;P&gt;   logging host inside X.X.X.X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other than using the trap level 4 I have used 7 because I want to see every single events. Basically my requirement is to know which user  doing what/or running which command. I am getting the report on my syslog server but it is not showing the exact Username. It is only showing [User "enable_15"]. But I want to see the name of the user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are some syslog messages,- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)03:42 PM y.y.y.y Notice  User 'enable_15' executed the 'logging host inside x.x.x.x' command. &lt;/P&gt;&lt;P&gt;2)03:42 PM y.y.y.y Notice User 'enable_15' executed the 'logging trap debugging' command. &lt;/P&gt;&lt;P&gt;3)03:42 PM y.y.y.y Notice User 'enable_15' executed the 'logging timestamp' command. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Solarwinds Syslog and AAA is enabled in my firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adnan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 Oct 2008 08:52:44 GMT</pubDate>
    <dc:creator>AdnanShahid</dc:creator>
    <dc:date>2008-10-05T08:52:44Z</dc:date>
    <item>
      <title>Firwall Audit</title>
      <link>https://community.cisco.com/t5/network-security/firwall-audit/m-p/1092106#M895632</link>
      <description>&lt;P&gt;Is it possible to get the following information on ASA? I need to know who logged in for last so many days and what changes they did? Could you kindly help?&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:51:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firwall-audit/m-p/1092106#M895632</guid>
      <dc:creator>sarang</dc:creator>
      <dc:date>2019-03-11T13:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Firwall Audit</title>
      <link>https://community.cisco.com/t5/network-security/firwall-audit/m-p/1092107#M895635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no direct way of knowing this,atleast without any third party s/w.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA generates syslogs when anyone logs in and also generated a log for every command that person ran.These syslogs are generated at level 7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can set up a syslog server where syslogs at level 7 are sent,you can get the info. you need.It's just that you would need to do a manual search for the log id's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can give you the id's which you need to search in syslogs :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%PIX|ASA-5-611103: User logged out: Uname: user &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%PIX|ASA-5-111008: User user executed the command string &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the steps for setting up the syslog server.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;First you would need to install a syslog server software on one of the computers. You may&lt;/P&gt;&lt;P&gt;download one of the popular kiwisyslog server from&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.kiwisyslog.com/software_downloads.htm" target="_blank"&gt;http://www.kiwisyslog.com/software_downloads.htm&lt;/A&gt; . It is listed as Kiwi&lt;/P&gt;&lt;P&gt;Syslog Daemon and latest version is 8.2.8. You may download standard edition that runs as&lt;/P&gt;&lt;P&gt;a program.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Once the syslog server is installed you will then need to login into the ASA in&lt;/P&gt;&lt;P&gt;configuration terminal mode and enter the following commands.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;logging host [in_if_name] ip_address &lt;/P&gt;&lt;P&gt;(example: logging host inside 1.2.3.4 &lt;/P&gt;&lt;P&gt;We are assuming syslog server is installed on computer with IP address 1.2.3.4 in the&lt;/P&gt;&lt;P&gt;inside network.)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;logging timestamp&lt;/P&gt;&lt;P&gt;logging trap 4&lt;/P&gt;&lt;P&gt;logging on&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;These commands will enable the ASA to start sending syslog messages to the syslog server.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;For more information on logging commands you may refer to this URL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_command_refer" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_command_refer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ence_chapter09186a008010578b.html#1028090&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Trap levels&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.0-emergencies-System unusable messages &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;.1-alerts-Take immediate action &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;.2-critical-Critical condition &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;.3-errors-Error message &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;.4-warnings-Warning message &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;.5-notifications-Normal but significant condition &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;.6-informational-Information message &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;.7-debugging-Debug messages and log FTP commands and WWW URLs &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do rate helpful posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 13:26:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firwall-audit/m-p/1092107#M895635</guid>
      <dc:creator>suschoud</dc:creator>
      <dc:date>2008-10-01T13:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Firwall Audit</title>
      <link>https://community.cisco.com/t5/network-security/firwall-audit/m-p/1092108#M895636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YES, it CAN be done.  You need a AAA server for&lt;/P&gt;&lt;P&gt;this.  You can setup AAA accounting on the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There were some issues with AAA accounting on&lt;/P&gt;&lt;P&gt;ASA/Pix like that ASA does not send the right &lt;/P&gt;&lt;P&gt;IP address of the workstation connecting&lt;/P&gt;&lt;P&gt;to the ASA, instead it send 0.0.0.0.  I know&lt;/P&gt;&lt;P&gt;this because I opened a TAC case with Cisco&lt;/P&gt;&lt;P&gt;about two years ago on this.  I think the &lt;/P&gt;&lt;P&gt;issue was fixed in version 7.2.2.x and later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to answer your question, it can be easily &lt;/P&gt;&lt;P&gt;done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 14:13:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firwall-audit/m-p/1092108#M895636</guid>
      <dc:creator>cisco24x7</dc:creator>
      <dc:date>2008-10-01T14:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Firwall Audit</title>
      <link>https://community.cisco.com/t5/network-security/firwall-audit/m-p/1092109#M895637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried with the same configuration given below,&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;   logging enable&lt;/P&gt;&lt;P&gt;   logging timestamp&lt;/P&gt;&lt;P&gt;   logging trap debugging&lt;/P&gt;&lt;P&gt;   logging host inside X.X.X.X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other than using the trap level 4 I have used 7 because I want to see every single events. Basically my requirement is to know which user  doing what/or running which command. I am getting the report on my syslog server but it is not showing the exact Username. It is only showing [User "enable_15"]. But I want to see the name of the user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are some syslog messages,- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)03:42 PM y.y.y.y Notice  User 'enable_15' executed the 'logging host inside x.x.x.x' command. &lt;/P&gt;&lt;P&gt;2)03:42 PM y.y.y.y Notice User 'enable_15' executed the 'logging trap debugging' command. &lt;/P&gt;&lt;P&gt;3)03:42 PM y.y.y.y Notice User 'enable_15' executed the 'logging timestamp' command. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Solarwinds Syslog and AAA is enabled in my firewall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adnan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Oct 2008 08:52:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firwall-audit/m-p/1092109#M895637</guid>
      <dc:creator>AdnanShahid</dc:creator>
      <dc:date>2008-10-05T08:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Firwall Audit</title>
      <link>https://community.cisco.com/t5/network-security/firwall-audit/m-p/1092110#M895638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;enable_15 is the default user.&lt;/P&gt;&lt;P&gt;That tells me someone logged in without using AAA server credentials.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure AAA is implemented for all sorts of access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication ssh console AAA_SERVER_NAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above command will implement AAA for ssh access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do u have similar command for http,telnet and console access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication http console AAA_SERVER_NAME&lt;/P&gt;&lt;P&gt;aaa authentication telnet console AAA_SERVER_NAME&lt;/P&gt;&lt;P&gt;aaa authentication serial console AAA_SERVER_NAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not,someone is logging in using the username " pix".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If helpful,please rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 12:05:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firwall-audit/m-p/1092110#M895638</guid>
      <dc:creator>suschoud</dc:creator>
      <dc:date>2008-10-06T12:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Firwall Audit</title>
      <link>https://community.cisco.com/t5/network-security/firwall-audit/m-p/1092111#M895639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks for your mail. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is I want to see who the user logged in and what command he put in my device (router/FW). I want to bring all these information in my syslog server (Solarwinds). Logging notice level can provide this information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the problem I face, when I do not use AAA configuration and administer it withour AAA then user name is showing on the everyline of the syslog message and wht cmd he placed on the device. But when I am using with AAA user log on and command he is placing - are comming on seperate line. As there are lots of syslog messages so it is very difficult to identify which user place which command as these are on seperate line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that from AAA I can easily identify who and what. But I want to see it on the syslog and within the same line. For exam:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[6318: * User:Adnan logged command:no shutdown] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggession.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adnan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 03:18:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firwall-audit/m-p/1092111#M895639</guid>
      <dc:creator>AdnanShahid</dc:creator>
      <dc:date>2008-10-08T03:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Firwall Audit</title>
      <link>https://community.cisco.com/t5/network-security/firwall-audit/m-p/1092112#M895640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do this on router, provide that you&lt;/P&gt;&lt;P&gt;are running IOS version 12.4 or higher:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;login block-for 60 attempts 3 within 60&lt;/P&gt;&lt;P&gt;login on-failure log every 3&lt;/P&gt;&lt;P&gt; log config&lt;/P&gt;&lt;P&gt;  logging enable&lt;/P&gt;&lt;P&gt;  notify syslog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easy right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 10:21:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firwall-audit/m-p/1092112#M895640</guid>
      <dc:creator>cisco24x7</dc:creator>
      <dc:date>2008-10-08T10:21:03Z</dc:date>
    </item>
  </channel>
</rss>

