<?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: IPS event query ** Help needed badly** in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ips-event-query-help-needed-badly/m-p/918107#M85669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is that you are using the 5.x-style event-server and so you do not see all of the event fields.  You need to change the app to pull from the "sdee-server" and then you will see all of the event fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://a.b.c.d/cgi-bin/sdee-server?events=evAlert" target="_blank"&gt;http://a.b.c.d/cgi-bin/sdee-server?events=evAlert&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Sep 2007 14:46:36 GMT</pubDate>
    <dc:creator>jamesand</dc:creator>
    <dc:date>2007-09-24T14:46:36Z</dc:date>
    <item>
      <title>IPS event query ** Help needed badly**</title>
      <link>https://community.cisco.com/t5/network-security/ips-event-query-help-needed-badly/m-p/918106#M85661</link>
      <description>&lt;P&gt;Greetings all. Apologies for the dramatic headline but I'm in a bit of a time crunch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a 4215 running 6.0(3)E1. The device is inline. Below is an event which triggered,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;========================&lt;/P&gt;&lt;P&gt;evIdsAlert: eventId=1184881408377311643 severity=low vendor=Cisco &lt;/P&gt;&lt;P&gt;  originator: &lt;/P&gt;&lt;P&gt;    hostId: xyz&lt;/P&gt;&lt;P&gt;    appName: sensorApp&lt;/P&gt;&lt;P&gt;    appInstanceId: 380&lt;/P&gt;&lt;P&gt;  time: 2007/09/24 15:11:25 2007/09/24 15:11:25 UTC&lt;/P&gt;&lt;P&gt;  signature: description=Recognized content type id=12673 version=S149 &lt;/P&gt;&lt;P&gt;    subsigId: 0&lt;/P&gt;&lt;P&gt;    sigDetails: Recognized content type&lt;/P&gt;&lt;P&gt;    marsCategory: Info/Misc&lt;/P&gt;&lt;P&gt;  interfaceGroup: vs0&lt;/P&gt;&lt;P&gt;  vlan: 0&lt;/P&gt;&lt;P&gt;  participants: &lt;/P&gt;&lt;P&gt;    attacker: &lt;/P&gt;&lt;P&gt;      addr: locality=any a.a.a.a&lt;/P&gt;&lt;P&gt;      port: 80&lt;/P&gt;&lt;P&gt;    target: &lt;/P&gt;&lt;P&gt;      addr: locality=any b.b.b.b&lt;/P&gt;&lt;P&gt;      port: 51095&lt;/P&gt;&lt;P&gt;      os: idSource=unknown relevance=relevant type=unknown &lt;/P&gt;&lt;P&gt;  actions: &lt;/P&gt;&lt;P&gt;    deniedFlow: true&lt;/P&gt;&lt;P&gt;  context:&lt;/P&gt;&lt;P&gt;fromAttacker: &amp;lt;stuff&amp;gt;&lt;/P&gt;&lt;P&gt;  riskRatingValue: attackRelevanceRating=relevant targetValueRating=medium 50&lt;/P&gt;&lt;P&gt;  threatRatingValue: 15&lt;/P&gt;&lt;P&gt;  interface: fe2_1&lt;/P&gt;&lt;P&gt;  protocol: tcp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;========================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an external application which pull this same event from the sensor using a query *like* the following,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wget --user foo --password hoo &lt;A class="jive-link-custom" href="http://a.b.c.d/cgi-bin/event-server?events=evAlert" target="_blank"&gt;http://a.b.c.d/cgi-bin/event-server?events=evAlert&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm able to pull most of the event information but not all. What I can't seem to get from query is the "    deniedFlow: true" value. I'm seeing something like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;lt;/attack&amp;gt;&amp;lt;/participants&amp;gt;&amp;lt;actions&amp;gt;&amp;lt;/actions&amp;gt;&amp;lt;/evAlert&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice the "deniedFlow: true" information missing between action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is my wget-ish query missing some arguments which is preventing me from pulling all the same information I can see from the CLI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 10:48:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ips-event-query-help-needed-badly/m-p/918106#M85661</guid>
      <dc:creator>gdntsoc</dc:creator>
      <dc:date>2019-03-10T10:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: IPS event query ** Help needed badly**</title>
      <link>https://community.cisco.com/t5/network-security/ips-event-query-help-needed-badly/m-p/918107#M85669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is that you are using the 5.x-style event-server and so you do not see all of the event fields.  You need to change the app to pull from the "sdee-server" and then you will see all of the event fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://a.b.c.d/cgi-bin/sdee-server?events=evAlert" target="_blank"&gt;http://a.b.c.d/cgi-bin/sdee-server?events=evAlert&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 14:46:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ips-event-query-help-needed-badly/m-p/918107#M85669</guid>
      <dc:creator>jamesand</dc:creator>
      <dc:date>2007-09-24T14:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: IPS event query ** Help needed badly**</title>
      <link>https://community.cisco.com/t5/network-security/ips-event-query-help-needed-badly/m-p/918108#M85671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That solved it. Thank you very much, James. I appreciate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 14:55:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ips-event-query-help-needed-badly/m-p/918108#M85671</guid>
      <dc:creator>gdntsoc</dc:creator>
      <dc:date>2007-09-24T14:55:28Z</dc:date>
    </item>
  </channel>
</rss>

