<?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 Cisco IDS log format in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-ids-log-format/m-p/1128855#M78271</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Where can I find the description of Cisco IDS log format? I can find information about total signatures and the meaning of the signatures. But I cannot find the following:&lt;/P&gt;&lt;P&gt;1) what are the different log formats supported by Cisco IDS (XML, plain text etc)&lt;/P&gt;&lt;P&gt;2) what parameters to expect in the log messages and the order, meaning of the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg: if I saw following sample message in a website. How do I understand what each parameter is supposed to mean.&lt;/P&gt;&lt;P&gt;4,1001256,2002/04/11,01:17:49,2002/04/10,20:17:49,10008,100,101,OUT,IN,5,5126,&lt;/P&gt;&lt;P&gt;0,TCP/IP,64.194.107.85,W.X.Y.124,32768,80,0.0.0.0,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;KAD&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 11:23:25 GMT</pubDate>
    <dc:creator>anusuya_k</dc:creator>
    <dc:date>2019-03-10T11:23:25Z</dc:date>
    <item>
      <title>Cisco IDS log format</title>
      <link>https://community.cisco.com/t5/network-security/cisco-ids-log-format/m-p/1128855#M78271</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Where can I find the description of Cisco IDS log format? I can find information about total signatures and the meaning of the signatures. But I cannot find the following:&lt;/P&gt;&lt;P&gt;1) what are the different log formats supported by Cisco IDS (XML, plain text etc)&lt;/P&gt;&lt;P&gt;2) what parameters to expect in the log messages and the order, meaning of the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg: if I saw following sample message in a website. How do I understand what each parameter is supposed to mean.&lt;/P&gt;&lt;P&gt;4,1001256,2002/04/11,01:17:49,2002/04/10,20:17:49,10008,100,101,OUT,IN,5,5126,&lt;/P&gt;&lt;P&gt;0,TCP/IP,64.194.107.85,W.X.Y.124,32768,80,0.0.0.0,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;KAD&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 11:23:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-ids-log-format/m-p/1128855#M78271</guid>
      <dc:creator>anusuya_k</dc:creator>
      <dc:date>2019-03-10T11:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IDS log format</title>
      <link>https://community.cisco.com/t5/network-security/cisco-ids-log-format/m-p/1128856#M78272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follwoing is one of the example of IDS log format message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%PIX|ASA-4-4000nn: IPS:number string from IP_address to IP_address on &lt;/P&gt;&lt;P&gt;interface interface_name&lt;/P&gt;&lt;P&gt;Explanation    Messages 400000 through 400051 are Cisco Intrusion Detection System signature messages. For more information, see the Cisco Intrusion Detection System User Guide. &lt;/P&gt;&lt;P&gt;Recommended Action    For more information, see the Cisco Intrusion Detection System User Guide. All signature messages are not supported by the security appliance in this release. IPS system log messages all start with 4-4000nn and have the following format: &lt;/P&gt;&lt;P&gt;number -  The signature number. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;string -  The signature message-approximately the same as the NetRanger signature message. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;IP_address - The local to remote address to which the signature applies. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;interface_name - The name of the interface on which the signature originated. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;For example: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%PIX|ASA-4-400013 IPS:2003 ICMP redirect from 10.4.1.2 to 10.2.1.1 on interface dmz&lt;/P&gt;&lt;P&gt;%PIX|ASA-4-400032 IPS:4051 UDP Snork attack from 10.1.1.1 to 192.168.1.1 on interface &lt;/P&gt;&lt;P&gt;outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 20:49:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-ids-log-format/m-p/1128856#M78272</guid>
      <dc:creator>smalkeric</dc:creator>
      <dc:date>2008-12-01T20:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco IDS log format</title>
      <link>https://community.cisco.com/t5/network-security/cisco-ids-log-format/m-p/1128857#M78273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response. But the format %PIX|ASA-4-4000nn is specific to IDS/IPS module messages on Cisco ASA/PIX. I am looking for the message format of Cisco IDS appliance itself. I understand cisco IDS supports SDEE, so when it is exported as text, it may generate the text format logs as I put in the initial message. I am looking for description of this log format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;KAD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 05:03:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-ids-log-format/m-p/1128857#M78273</guid>
      <dc:creator>anusuya_k</dc:creator>
      <dc:date>2008-12-02T05:03:48Z</dc:date>
    </item>
  </channel>
</rss>

