[Prelude Hybrid IDS] #141: Support for setting multiple context at once from multiple retrieved IDMEF value
Prelude Hybrid IDS <[email protected]>
| Newsgroups | gmane.comp.security.ids.prelude.devel |
|---|---|
| Message-ID | <[email protected]> |
#141: Support for setting multiple context at once from multiple retrieved IDMEF value --------------------+------------------------------------------------------- Reporter: yoann | Owner: [email protected] Type: defect | Status: new Priority: normal | Milestone: Component: sec | Version: 0.9 Severity: major | Keywords: --------------------+------------------------------------------------------- Support need to be implemented so that it is possible to retrieve list of IDMEF value and assign multiple context for each retrieved value. For example, we might want to create multiple address context out of the content of alert.source(*).node.address(*).address. When retrieving such an object, the IDMEF value API should be used in order to iterate the returned idmef_value_t object. We should then be able to bind these value to a specific action (in the example ahead $1* would mean to replicate the create action for each value contained in $1). {{{ pattern = alert.source(*).node.address(*).address: (.*); action = create TARGET_ADDRESS_$1*; }}} For example, if the resulting IDMEF value contain x.x.x.x and y.y.y.y, the action should expand to: {{{ create TARGET_ADDRESS_x.x.x.x; create TARGET_ADDRESS_y.y.y.y; }}} -- Ticket URL: <https://trac.prelude-ids.org/ticket/141> Prelude Hybrid IDS <http://www.prelude-ids.org> The Prelude Hybrid Intrusion Detection System suite _______________________________________________ Prelude-devel site list [email protected] http://www.prelude-ids.org/mailman/listinfo/prelude-devel