I am trying to find out how to write relevance that reports the IP addresses of unmanaged assets that have the OS accuracy of 0%. (Then we can use that list to scan them with Nessus.) But I can’t even get a simple relevance run correctly:
q: (name of it & " - " & value of it) of fields of bes unmanagedasset whose (id of it is 265)
E: The operator “bes unmanagedasset” is not defined.
If you just need a list of IP Addresses then this should work.
values of fields whose (name of it is “IP Address”) of bes unmanagedassets whose (value of field whose (name of it is “OS Accuracy”) of it is “0%25”)
Note: this is “Session Relevance”… you can test it out in the Console’s “Presentation Debugger”… and then use it in Web Reports, the SOAP API, or the Excel Connector.
Thank you for the advice. But I still get the error message: The operator “bes unmanagedasset” is not defined in the debugger. Is there a known bug in older versions? We are running 7.2.5.22.