Does JupiterOne offer some kind of insight on software version health?

dcpeach
dcpeach ✭✭✭✭✭
My team is currently exploring asset patch management.

Answers

  • jdowdy
    jdowdy ✭✭✭✭✭
    Refer to the following query:
    FIND UNIQUE (macos_app|intune_detected_application) WITH displayName ^= ('A' OR 'a') AS App 
      THAT INSTALLED AS Rel user_endpoint AS Machine
    RETURN 
      App._type, App.displayName, Rel.version, Rel.path

This Month's Leaders