Unmanaged Assets - Relevance to report IP addresses

(imported topic written by ktakada91)

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.

Does anyone know how to do this?

(imported comment written by NoahSalzman)

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.

(imported comment written by ktakada91)

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.

(imported comment written by NoahSalzman)

I just went to my 7.2.5.22 Console, launched the Presentation Debugger (from the Debug menu), and typed

number of bes unmanagedassets

and

number of bes unmanagedasset

No error, for me, in either case. Are you sure you are in the Presentation Debugger? It is different than the Fixlet Debugger.