Re: INFOBLOX & RAPID 7 NEXPOSE/INSIGHTVM INTEGRATION UPDATE 12/13/18
[ Edited ]
New Member
Posts: 4
Registered: ‎08-16-2019
New Member
Posts: 4

I tested the template this morning.  I think the logic is backwards on the skip step:

 

"name": "checkEType_Lease_to_skip_to_Lease",
"operation": "CONDITION",
"condition": {
"condition_type": "AND",
"statements": [{
"left": "${E:A:event_type}",
"op": "!=",
"right": "LEASE"
}],
"next": "skip if not defined for lease"

 

I went in and changed the op from "!=" to "==" and got farther.  I get a 404 error reason: "not found" in the debug at 2019/09/17 10:47:27.466262.  I can't tell if this is a malformed API call or a misconfiguration of the Nexpose site.  Either way I think I am getting closer and think the issues with the beginning of the template are now fixed.  I'll investigate further to see if somehow we got something mixed up with the extensible attributes or the configuration of the site in Nexpose.

 

(removed debug log)