{% extends "layout.html" %} {% block content %}

files

{% if file_paths %} {% for file_path in file_paths %}

{{ file_path.category }}

    {% for path in file_path.get_paths() %}
  • {{ path }}
  • {% endfor %}
{% endfor %} {% else %}

No file paths defined. Add some to use osquery's file integrity monitoring.

{% endif %}
{% endblock %}