This file is indexed.

/usr/share/artifacts/java.yaml is in forensic-artifacts 20170808-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
# Java related artifacts.

name: JavaCacheFiles
doc: Java Plug-in cache.
sources:
- type: FILE
  attributes:
    paths:
      - '%%users.localappdata_low%%\Sun\Java\Deployment\cache\**'
      - '%%users.homedir%%\AppData\LocalLow\Sun\Java\Deployment\cache\**'
      - '%%users.homedir%%\Application Data\Sun\Java\Deployment\cache\**'
  supported_os: [Windows]
- type: FILE
  attributes: {paths: ['%%users.homedir%%/Library/Caches/Java/cache/**']}
  supported_os: [Darwin]
- type: FILE
  attributes: {paths: ['%%users.homedir%%/.java/deployment/cache/**']}
  supported_os: [Linux]
supported_os: [Windows, Linux, Darwin]