Issue with applying Event Action filters

Dear friends,
A general question on Event Action filters. There is a signature with sig ID 6257.
The following is the event action filter configuration:
service event-action-rules rules0
filters edit DHCP
signature-id-range 6257
subsignature-id-range 0
attacker-address-range 172.20.20.10,172.20.20.11
actions-to-remove produce-alert
filter-item-status Enabled
stop-on-match True
os-relevance not-relevant
exit
Even though a valid DHCP offer is being given by the DHCP server, this alert is getting fired.
We have even excluded the IP's of the DHCP Servers - 172.20.20.10 and 172.20.20.11 from the Attacker Address range parameter in the signature but still this alert gets fired.
evIdsAlert: eventId=1204853641442197329 vendor=Cisco severity=low
originator:
hostId: IDSM2Core1
appName: sensorApp
appInstanceId: 592
time: April 7, 2008 5:46:48 AM UTC offset=180 timeZone=1
signature: description=DHCP Client DoS id=6257 version=S316
subsigId: 0
sigDetails: Server Offered a Malicious IP Address
marsCategory: DoS/Host
interfaceGroup: vs0
vlan: 200
participants:
attacker:
addr: 172.20.20.10 locality=OUT
port: 0
target:
addr: 10.1.1.78 locality=OUT
port: 0
os: idSource=unknown type=unknown relevance=unknown
summary: 4 final=true initialAlert=1204853641442197267 summaryType=Regular
alertDetails: Regular Summary: 4 events this interval ;
riskRatingValue: 25 targetValueRating=medium
threatRatingValue: 25
interface: ge0_7
protocol: udp
Looking forward to your kind help and advise on this.
Thanks a lot
Gautam

Some things to check:
1) Is the filter in the active list? Filters can be enabled or disabled, but they can also be active ro inactive. You've only show a part of your configuration so I can't tell if the filter is part of the active list.
2) Are there actions other than produce-alert for the signature? Or is an event action override adding other actions?
Produce-alert is not the only action that can cause an alert to be generated. The produce-verbose-alert, request-snmp-trap, log-attacker-packets, log-victim-packet, and log-pair-packets will also cause alerts to be generated. Modify the filter to also remove these actions.
3) The alert you've shown is a Summary Alert. There may be an issue with Summarization and the Filters. Try modifying the signature to set it to FireAll with no summarization.
4) If you have multiple filters then check the order of the filters. If the event is matching an earlier filter where the stop-on-match is set to True, then it will not check the event against this filter. Either move this filter up higher in the filter list, or change earlier filters to be "stop-on-match false".
5) Also check to see if you are running the latest 5.1(7) or 6.0(4) Service pack. If running earlier 5.1 or 6.0 versions you might be hitting a bug that could have already been fixed.
If none of the above help, then contact the TAC. It could be that you may have foung a bug that the sensor development team is unaware of.
To help in identifying the problem take a packet capture of the packets from 172.20.20.10 for several minutes around the time when the sensor is generating these alerts.
This way the team can both check if the signature is firing correctly, and if the filters are working correctly for that signature.

Similar Messages

  • How many event actions filters a cisco ips can support

    we are running cisco ips 7.0(2) E4, and we are planning to tune some of the traffic everyday.......any idea how many event action filters can be applied to a sensor or is there is any maximum limit on the number of filters?

    There is no limit to how many event action filters you can configure. I assume that you also know that event action filters is ordered list:
    http://www.cisco.com/en/US/docs/security/ips/7.0/configuration/guide/idm/idm_event_action_rules.html#wp2033432
    Also, found this bug FYI: bugID: CSCtf78755:
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCtf78755
    (When over 495 event action filters are configured via CLI, it's corrupting "rules0.xml" file)
    Hope that answers your question.

  • IOS 5.1 or iPhone Configuration Profile 3.5 for Windows has not fixed the issue with apply Proxy Settings

    iOS 5.1 or iPhone Configuration Profile 3.5 for Windows has not fixed the issue with apply Proxy Settings via a Configuration Profile. Has anyone else got the same issue? Are Mac users got this issue?

    This seems to be working for me now but will keep monitoring it the next couple of times I use it to make sure its not a one time thing

  • Event Action Filters (difference between column Active & Enabled?)

    I have a IPS4260, running v6.0(3).
    Under "Configuration" > "Event Action Rules" > "Event Action Filter".
    What is the difference between column "Active" and "Enabled"? This is confusing.

    Event action filters are evaluated in a specified order. Active means that a filter participates in the order. Enabled means that it can perform a filtering action. Use Disable when you want to preserve the order, but not perform the action (e.g. if you want to turn it off for debugging, but want to keep it's place in the list later). Use Inactive when you don't want the filter in the ordering at all (e.g. if you want to keep it as a reminder, but don't plan to use it again). The filter list is displayed by CLI and IDM in logical order - first all of the Active filters in their specified order, and then all of the Inactive filters. I don't think the designers really intended to have 2 similar options; it is more a side effect of the data model used for storing the configuration.

  • Issue with Terminating Event - Reg

    hi Gurus,
    This might be a simple issue, but am not getting hold on a simple solution for my issue.
    I'm working on ECC 6.0.
    I have a custom workflow in which I have step1(A dialog task - Asynch) with a terminating event "COMPLETED" and then step 2 (A background task). once step1 is completed by user A, i am sending this WIACTUAL_AGENT to the step 2 in modifying some custom table data.
    My issue is if user A finished the task(step 1) manually, then also the Term. event COMPLETED is getting triggered and hence the work item in user A's Inbox is disappearing. And then it's picking up user A as WIACTUAL_AGENT and sending to step 2. But, i need to distinguish or some how find out if the Termin. event occurred thru' execution of the workitem or manually performing the job. I looked into the workflow log for both the cases, and i don't find any clue with which i can differentiate that the Termin. event occurred thru' executing witem Vs. performing manually.
    Anybody has any idea on how to find this out. Coz, depending on whether the action is done manually or thru' witem, i 'll be modifying the custom table data accordingly. Currently, for both the cases, when the Term. event occurs, the WIACTUAL_AGENT is same user A and hence it always is treating that the action is done thru' witem only, even though its done manually. This is because, when executed manually also, the step1 witem is ending with container element WIACTUAL_AGENT filled with user A and hence its proceeding with background task in step 2.
    Any thoughts on how to tackle this issue. Your suggestions / input is really appreciated.
    Thank you in advance. Pl let m

    Hi Venu,
    I have quickly created a sample workflow in my system.
    Here is what I did:
    1) Workflow will tigger to my inbox whenever Change master is created.
    2) Created a custom task with object type ECM and method 'EDIT' with termination event 'Deleted'.
    3) created fork step type with 2 branches and necessary branches 01.
    4) one branch will execute  the task created above
    5) another branch will wait for the event "Deleted" of ECM
    6) I have created a container element flag ( of type XFELD ).
    7) In the wait event binding I am passing X to worklfow container element flag.
    7) I have created change master from transaction CC01.
    8) Received the worklfow and deleted the document via worklfow.
    9) I checked the worklfow log and found that the flag container element is not populated
    10) I have created one more change master from transaction CC01.
    11) Received the worklfow but deleted the document outside the workflow.
    12) I checked the worklfow log and found that the flag container element is populated with 'X' this time.
    I think you can use that flag to differntiate whether the transaction was done outside worklfow or within the workflow.
    Hope this helps.
    Thanks.
    Krishna.

  • Issues with signal input adaptive filtering, it won't filter the added noise from the input waveform

    Hello,
    I have an issue with my adaptive noise cancellation program. Essentially I want to input a custom wav add noise to it and then filter the noise away in order to gain the custom wav again.
    While doing so I want to read the learning curve and read the adaptive coefficients. Unfortunately I have an issue when it comes to the filtering of the custom wav+noise. It won't filter the signal at all.
    It would be helpful if someone could have a look at it and possibly help me out.
    Thanks!
    Attachments:
    Testing.vi ‏59 KB

    Hey Jan,
    Thanks for the reply. I am currently using the Adaptive Filter Toolkit in order to obtain those VIs. The VIs which are in use are the LMS Adaptive Filter ones. 
    I figured there might be an error with the input of the array. This VI requires a DBL Array but it seems like it can not process it. 
    The "Get Wavefirn Components" works better now but I still have an issue with a time. I put a 9s wav file in but it only computes it in a very short time and I can not play the file while it is computing.
    I added the modified program to the attachments. 
    This program is ought to read a waveform file add noise to it and then use an adaptive filter in order to get the orginal waveform back again and if possible either store or play the final waveform. 
    Thanks for your help.
    Attachments:
    Testing.vi ‏62 KB

  • Strange Issue with Guided Nav and filters

    Hi All,
    I am have a very strange issue with the guided navigation.
    I created an answer in BI and when I look at 'Display Results' in Answers everything shows up fine.
    SELECT LU_PRODUCT.MAJOR saw_0, case WHEN LU_ACCOUNT.TERMMATDATE BETWEEN current_date-1 AND current_date+29 then '30 Days' WHEN LU_ACCOUNT.TERMMATDATE BETWEEN current_date+30 AND current_date+59 then '60 Days' WHEN LU_ACCOUNT.TERMMATDATE BETWEEN current_date+60 AND current_date+89 then '90 Days' else ' > 90 Days' end saw_1, LU_ACCOUNT.ACCTNBR saw_2, FA_ACCTBAL.NOTEBAL saw_3, (FA_ACCTINT_RATEBAND.NOTEBALXINTRATE)/FA_ACCTINT_RATEBAND.NOTEBAL*100 saw_4, REPORT_SUM(saw_3 BY ), AGGREGATE(saw_4 BY ) FROM LDW WHERE (FA_ACCTBAL.EFFDATE = CURRENT_DATE-1) AND (FA_ACCTBAL.NOTEBAL > 0) AND *(LU_ACCOUNT.TERMMATDATE >= current_date-1) AND (LU_ACCOUNT.TERMMATDATE <= current_date+89)* ORDER BY saw_0, saw_1, saw_2
    Type=Report
    Report=/users/administrator/Loan Amounts By Maturity Dates - Drill 1
    But when I link to this answer via guided navigation the filter seems to change??
    SELECT LU_PRODUCT.MAJOR saw_0, case WHEN LU_ACCOUNT.TERMMATDATE BETWEEN current_date-1 AND current_date+29 then '30 Days' WHEN LU_ACCOUNT.TERMMATDATE BETWEEN current_date+30 AND current_date+59 then '60 Days' WHEN LU_ACCOUNT.TERMMATDATE BETWEEN current_date+60 AND current_date+89 then '90 Days' else ' > 90 Days' end saw_1, LU_ACCOUNT.ACCTNBR saw_2, FA_ACCTBAL.NOTEBAL saw_3, (FA_ACCTINT_RATEBAND.NOTEBALXINTRATE)/FA_ACCTINT_RATEBAND.NOTEBAL*100 saw_4, REPORT_SUM(saw_3 BY ), AGGREGATE(saw_4 BY ) FROM LDW WHERE (LU_PRODUCT.MAJOR = 'CML') AND (FA_ACCTBAL.EFFDATE = CURRENT_DATE-1) AND (FA_ACCTBAL.NOTEBAL > 0) AND *(LU_ACCOUNT.TERMMATDATE >= CURRENT_DATE-1) AND (LU_ACCOUNT.TERMMATDATE >= CURRENT_DATE-1)* ORDER BY saw_0, saw_1, saw_2
    Type=Report
    Dashboard=/users/administrator/_portal
    Dashboard Page=Loans Maturing
    Report=/users/administrator/Loan Amounts By Maturity Dates - Drill 1
    I am just it is going to the same report. Any ideas on why this is happening??
    Thanks

    Yes,
    these are simply two different reports, as you can see from the filters...

  • Issue with xfa.event.change in XFA 3.3

    HI all
    I've found an issue with the way that XFA 3.3 processes the script below on a change event when a user paste's more than 1 character to a textfield.
    var sChange = xfa.event.change;
    if((sChange.length>1)){
        app.alert("Bad User\nCopy and paste has been disabled for this field");
        //discard the change
        xfa.event.change = "";
    in XFA 3.0 the alert is sent and change is removed, in XFA 3.3 the alert is sent but the change persists.
    Any Ideas?

    Hi Mark,
    Unfortunately thats not possible as I'm using Flash Fields with data being passed between the PDF and the Flex app which only works in XFA3.3, let me know when its fixed.
    Kind Regards
    Kevin Mortimer
    Solutions Archtect
    Avoka

  • How can I get around Javascipt issue with keyboard events?

    Javascript issue: keydown, keypress, keyup events cause quick search to initiate with the division key on the keypad and slash key on the keyboard. I am trying to program a graphic representation of a 10 key pad and the division (/) sign is problematic for roll over and processing based on key events. How can I get around this? further notes: Safari also has problems with key events and the division key(s) but no search function connected. Thankyou for time and attention

    A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.<br />
    The helpers at that forum are more knowledgeable about web development issues.<br />
    You need to register at the mozillaZine forum site in order to post at that forum.<br />
    See http://forums.mozillazine.org/viewforum.php?f=25

  • Issue with applying plugin in non-English version of AE on non-English version of Windows

    Hi There,
    I am encountering an issue related to my plugin and differing language versions of AE.  When I apply my plugin to a layer within a project opened in an English version of AE, everything behaves as expected.  However, when I apply the same plugin, in the same manner, on a non-English version of AE, I get an error message.  I am dealing with this debug process on Windows 8 in Spanish.  Here is the error I am receiving from the the Spanish version of CS6 on Windows8 (Spanish):
    "After Effects error: no se pudo cargar el plugin "Debug.aex" (126).
    ( 48 :: 46 )
    That basically says that the plugin could not be applied.  Is there any reason why I might get this error in the Spanish version and not receive it in the English version?  Do I need to setup VS2012 to build in release mode for it to work?  Am I missing something?
    Thanks,
    Arie

    I did find this in the documentation, but am not sure if this is relevant.
    LOCALIZATION
    Thanks to the Unicode support added in CS4, localization is much less painful. For non- Unicode strings, such as in older function suites, we expect strings to be multi-byte encoded using the application's current locale. On Windows, you can use the WideCharToMultiByte() function, specifying CP_OEMCP as the first argument. On Mac OS, use the encoding returned by GetApplicationTextEncoding().
    I do not care if the actual strings are in english even though the plugin is loaded in a non-English install of AE.  Do I still need to do what this part of the documentation is specifying?  Can anybody show me some examples of localization for plugins?
    Thanks,
    Arie

  • Edge Animate CC 2014.1 issues with the new Actions Panel

    Hi Guys - I am totally confused with the latest undated EA CC 2014.1 actions panel.
    With the old one - its was simple :
    but the new one - I get nowhere, freezes the program and I cannot edit any actions... Very frustrating - am I doing something wrong or is it a program flaw?
    Is there tutorials I can access on the new actions panel?

    Strange. I do not think we have seen this. When you choose an action for example, you need to drill down to the element that needs the action and then double-click to apply it. Is it what you are doing?

  • Issue with setting an Action Listener for a Command Button

    Hi all,
    I'm trying to set an action listener for a CoreCommanButton in a backing bean. Here's my code:
         CoreCommandButton editBtn = new CoreCommandButton();
              MethodBinding mb = FacesContext.getCurrentInstance().getApplication().createMethodBinding("#{backBean.doButtonAct}",null);
              editBtn.setActionListener(mb);
    //Action listener method
         public void doButtonAct(ActionEvent actionEvent)
    I keep getting a javax.faces.el.MethodNotFoundException error. However when I remove the ActionEvent parameter in doButtonAct(), I get a wrong number of arguments error.
    So i'm guessing there is something wrong with the parameters i accept in my action listener method. what can be causing this issue?
    Cheers.

    I figured this out.
    Since doButtonAct() requires an ActionEvent object as a parameter, i needed to define the parameter type when I create the method binding.
    Solution:
         Class argsString[] = new Class[] { ActionEvent.class };
              MethodBinding mb = FacesContext.getCurrentInstance().getApplication().createMethodBinding("#{backBean.doButtonAct}",argsString);

  • Having issue with Syncing Events from Iphoto to Apple Tv

    All of a sudden I have multiple events of the same title but different amount of photos when i try to sync my photos to apple tv.  Iphoto is fine, nothing is changed but when I go over to itunes to sync I see like 10 different Events with same name. EVERYTHING is multiplied but there is no rhyme or reason to it.  !!!!!  Apple has done some system/app updates but they are so frequent that I don't ever pay attention to what is being updated I just click to allow the process.  I believe this occurred after one of the updates,  I have 2 Apple TV's AT1 and AT2.  AT2 is a nightmare to begin with because it was constantly getting kicked off the network but now that isn't the issue.  Now it isn't showing current syncs which doesn't make sense because I thought this one streamed everything directly.  Either way---APPLE TV is having issues and I can't get my EVENTS straightened out,  HELP!!!!!

    I've also noticed this started happening... Its something with iTunes, because both my old Apple TV's and my iPhone and iPad all show multiple events for the same event... Lots of them! So many its hard to tell what to sync now. When I click on any of my devices photos tab in iTunes they are all exactly the same. Not sure how to fix it...

  • Issue with applying SQL Server 2014 CU6

    Anyone had an issue like this when applying CU6... I have a single server/single instance 2014 installation running SQL SRVR, SSAS, SSRS, SSIS...
    SSAS, SSRS, and SSIS all upgraded to 12.0.2480.0, but SQL Server did not.  The summary file has the generic failure message below:
    Instance MSSQLSERVER overall summary:
      Final result:                  The patch installer has failed to update the shared features. To determine the reason for failure, review the log files.
      Exit code (Decimal):           -2061893565
      Start time:                    2015-03-13 10:56:18
      End time:                      2015-03-13 10:59:59
      Requested action:              Patch
    After reboot everything came up fine, but now I am left wondering how to troubleshoot this.  The detail log is huge and doesn't show a clear indication of what the issue might be.  Anyone have any guidance on troubleshooting?  I have searched
    the web and found some results for earlier versions... but nothing terribly helpful.

    To close this out, I'd like to note that I finally was able to get to a meaningful error message:
    "The User Data directory in the registry is not valid. Verify DefaultData key under the instance hive points to a valid directory. Error code: 0x851A0043"
    The error resulted from an earlier relocation of the default data location.  A registry entry for DefaultData in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL12.MSSQLSERVER\MSSQLServer was incorrectly pointing to an obsolete drive
    letter.  Correcting the drive letter was all that was needed.  I am now successfully at version 12.0.2480.0.

  • Issue with BUS2105 events

    Hi,
    I have Custom workflow and Business Object for BUS2105. It is working fine and generating and email notification for next user to take a decision on the PR. Now, the issue is when a user cancel the one release steps two events are getting triggered (RELEASESTEPCREATED & SIGNIFICANTLYCHANGED). To handle this i have used these two events (RELEASESTEPCREATED & SIGNIFICANTLYCHANGED) in Basic data of the workflow. And I have used the Fork to handle these events 1 to run the normal business logic and other to send email notification to notify the PR is step is cancelled.  In this email notify I have used the wait step to wait for the event SIGNIFICANTLYCHANGED. But the workflow is just executing the business process and workflow is completed.
    Could you please let me know the how to handle this situation.
    Thanks,
    Sriram POnna.

    Hello,
    Define SIGNIFICANTLYCHANGED as a terminating event for your workflow.
    regards
    Rick Bakker
    hanabi technology

Maybe you are looking for

  • Downloading OS X 10.6 from Snow leopard 10.5.8?

    I am trying to get Mountain Lion however I need mac app store to do this which means I have to have 10.6... I have 10.5.8 how can I upgrade to 10.6. Please say I don't have to spend a fortune just to upgrade by 0.0.2. Can anyone link me to a download

  • In Consignment is there any case of  Purchase order or purchase requisition

    Hi All, Can u tell me In Consignment is there any case of  Purchase order or purchase requisition ? Also in fill up is there any PGI ???  How to keep special stock in Fill up ? My id : [email protected] Appreciate your information and will definitely

  • Safari menu and tabs not visible

    Sometimes when I start safari the menu wont pop when hidden, also the tabs are not realy visible. only thing I can do is close swipe to go to desktop a few times, then it gets back. Somebody an Idea how to prefent this ?

  • What A3 scanner will not work with CS6

    I cannot find a solution, my exisiting A3 Mustek scanner will not work because Twain is no longer supported. OK what do I replace it with? Can any body help, because photyoshop and scanners are a marriage of necessity! NapNap

  • Wierd, a series of probs.

    First of all, I can't sign in which I obliviously need. Second, I can't get my rented videos on my ipod! If you guys have any help for me it would be greatly appreciated!