2018-06-05 16:46:17 +00:00
|
|
|
<div flex layout="column" layout-align="start stretch" ng-if="tab === 'welcome'">
|
2018-06-04 08:08:49 +00:00
|
|
|
|
|
|
|
<div layout="row" class="md-padding font-size-18">
|
|
|
|
<span flex>
|
2018-06-04 16:52:37 +00:00
|
|
|
<i class="fa fa-fw fa-server"></i> Host monitoring
|
2018-06-04 08:08:49 +00:00
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div layout="row" layout-align="start start" layout-wrap>
|
2018-06-05 11:09:26 +00:00
|
|
|
<md-card flex="25" class="wz-md-card">
|
2018-06-04 08:08:49 +00:00
|
|
|
<md-card-content>
|
2018-06-04 16:52:37 +00:00
|
|
|
<i class="fa fa-fw fa-home"></i> <span ng-click="switchTab('general')" class="wz-headline-title wz-text-link cursor-pointer">General</span>
|
2018-06-04 08:08:49 +00:00
|
|
|
<md-divider class="wz-margin-top-10"></md-divider>
|
2018-06-04 16:52:37 +00:00
|
|
|
<div layout="row" class="wz-padding-top-10">
|
|
|
|
<p>Brief overview of your latest Wazuh alerts</p>
|
2018-06-04 08:08:49 +00:00
|
|
|
</div>
|
|
|
|
</md-card-content>
|
2018-06-05 11:09:26 +00:00
|
|
|
<md-card-actions layout="row" layout-align="end center" class="wz-card-actions">
|
|
|
|
<md-button target="_blank" href="https://documentation.wazuh.com/current/user-manual/capabilities/index.html" class="wz-text-link cursor-pointer small">
|
2018-06-04 16:52:37 +00:00
|
|
|
<i class="fa fa-fw fa-info"></i> More info
|
|
|
|
</md-button>
|
|
|
|
</md-card-actions>
|
2018-06-04 08:08:49 +00:00
|
|
|
</md-card>
|
2018-06-05 11:09:26 +00:00
|
|
|
<md-card flex="25" class="wz-md-card">
|
2018-06-04 08:08:49 +00:00
|
|
|
<md-card-content>
|
2018-06-04 16:52:37 +00:00
|
|
|
<i class="fa fa-fw fa-file"></i> <span ng-click="switchTab('fim')" class="wz-headline-title wz-text-link cursor-pointer">File Integrity</span>
|
2018-06-04 08:08:49 +00:00
|
|
|
<md-divider class="wz-margin-top-10"></md-divider>
|
2018-06-04 16:52:37 +00:00
|
|
|
<div layout="row" class="wz-padding-top-10">
|
|
|
|
<p>Alerts from monitored files and directories</p>
|
2018-06-04 08:08:49 +00:00
|
|
|
</div>
|
|
|
|
</md-card-content>
|
2018-06-05 11:09:26 +00:00
|
|
|
<md-card-actions layout="row" layout-align="end center" class="wz-card-actions">
|
|
|
|
<md-button target="_blank" href="https://documentation.wazuh.com/current/user-manual/capabilities/file-integrity/index.html" class="wz-text-link cursor-pointer small">
|
2018-06-04 16:52:37 +00:00
|
|
|
<i class="fa fa-fw fa-info"></i> More info
|
|
|
|
</md-button>
|
|
|
|
</md-card-actions>
|
2018-06-04 08:08:49 +00:00
|
|
|
</md-card>
|
2018-06-05 11:09:26 +00:00
|
|
|
<md-card flex="25" class="wz-md-card" ng-show="extensions.aws">
|
2018-06-04 08:08:49 +00:00
|
|
|
<md-card-content>
|
2018-06-04 16:52:37 +00:00
|
|
|
<i class="fa fa-fw fa-amazon"></i> <span ng-click="switchTab('aws')" class="wz-headline-title wz-text-link cursor-pointer">AWS</span>
|
2018-06-04 08:08:49 +00:00
|
|
|
<md-divider class="wz-margin-top-10"></md-divider>
|
2018-06-04 16:52:37 +00:00
|
|
|
<div layout="row" class="wz-padding-top-10">
|
|
|
|
<p>AWS CloudTrail logs from AWS S3 buckets</p>
|
2018-06-04 08:08:49 +00:00
|
|
|
</div>
|
|
|
|
</md-card-content>
|
2018-06-05 11:09:26 +00:00
|
|
|
<md-card-actions layout="row" layout-align="end center" class="wz-card-actions">
|
|
|
|
<md-button target="_blank" href="https://documentation.wazuh.com/current/amazon/index.html" class="wz-text-link cursor-pointer small">
|
2018-06-04 16:52:37 +00:00
|
|
|
<i class="fa fa-fw fa-info"></i> More info
|
|
|
|
</md-button>
|
|
|
|
</md-card-actions>
|
2018-06-04 08:08:49 +00:00
|
|
|
</md-card>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div layout="row" class="md-padding font-size-18">
|
|
|
|
<span flex>
|
2018-06-04 16:52:37 +00:00
|
|
|
<i class="fa fa-fw fa-flag"></i> System audit
|
2018-06-04 08:08:49 +00:00
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div layout="row" layout-align="start start" layout-wrap>
|
2018-06-05 11:09:26 +00:00
|
|
|
<md-card flex="25" class="wz-md-card">
|
2018-06-04 08:08:49 +00:00
|
|
|
<md-card-content>
|
2018-06-04 16:52:37 +00:00
|
|
|
<i class="fa fa-fw fa-desktop"></i> <span ng-click="switchTab('pm')" class="wz-headline-title wz-text-link cursor-pointer">Policy Monitoring</span>
|
2018-06-04 08:08:49 +00:00
|
|
|
<md-divider class="wz-margin-top-10"></md-divider>
|
2018-06-04 16:52:37 +00:00
|
|
|
<div layout="row" class="wz-padding-top-10">
|
2018-06-05 11:09:26 +00:00
|
|
|
<p>Anomalous behaviour detection</p>
|
2018-06-04 08:08:49 +00:00
|
|
|
</div>
|
|
|
|
</md-card-content>
|
2018-06-05 11:09:26 +00:00
|
|
|
<md-card-actions layout="row" layout-align="end center" class="wz-card-actions">
|
|
|
|
<md-button target="_blank" href="https://documentation.wazuh.com/current/user-manual/capabilities/policy-monitoring/rootcheck/index.html" class="wz-text-link cursor-pointer small">
|
2018-06-04 16:52:37 +00:00
|
|
|
<i class="fa fa-fw fa-info"></i> More info
|
|
|
|
</md-button>
|
|
|
|
</md-card-actions>
|
2018-06-04 08:08:49 +00:00
|
|
|
</md-card>
|
2018-06-05 11:09:26 +00:00
|
|
|
<md-card flex="25" class="wz-md-card" ng-show="extensions.audit">
|
2018-06-04 08:08:49 +00:00
|
|
|
<md-card-content>
|
2018-06-04 16:52:37 +00:00
|
|
|
<i class="fa fa-fw fa-balance-scale"></i> <span ng-click="switchTab('audit')" class="wz-headline-title wz-text-link cursor-pointer">Audit</span>
|
2018-06-04 08:08:49 +00:00
|
|
|
<md-divider class="wz-margin-top-10"></md-divider>
|
2018-06-04 16:52:37 +00:00
|
|
|
<div layout="row" class="wz-padding-top-10">
|
|
|
|
<p>Linux Audit system alerts</p>
|
2018-06-04 08:08:49 +00:00
|
|
|
</div>
|
|
|
|
</md-card-content>
|
2018-06-05 11:09:26 +00:00
|
|
|
<md-card-actions layout="row" layout-align="end center" class="wz-card-actions">
|
|
|
|
<md-button target="_blank" href="https://documentation.wazuh.com/current/user-manual/capabilities/system-calls-monitoring/index.html" class="wz-text-link cursor-pointer small">
|
2018-06-04 16:52:37 +00:00
|
|
|
<i class="fa fa-fw fa-info"></i> More info
|
|
|
|
</md-button>
|
|
|
|
</md-card-actions>
|
2018-06-04 08:08:49 +00:00
|
|
|
</md-card>
|
2018-06-05 11:09:26 +00:00
|
|
|
<md-card flex="25" class="wz-md-card" ng-show="extensions.oscap">
|
2018-06-04 08:08:49 +00:00
|
|
|
<md-card-content>
|
2018-06-04 16:52:37 +00:00
|
|
|
<i class="fa fa-fw fa-search"></i> <span ng-click="switchTab('oscap')" class="wz-headline-title wz-text-link cursor-pointer">Open SCAP</span>
|
2018-06-04 08:08:49 +00:00
|
|
|
<md-divider class="wz-margin-top-10"></md-divider>
|
2018-06-04 16:52:37 +00:00
|
|
|
<div layout="row" class="wz-padding-top-10">
|
2018-06-04 16:57:02 +00:00
|
|
|
<p>Alerts about OpenSCAP security policies</p>
|
2018-06-04 08:08:49 +00:00
|
|
|
</div>
|
|
|
|
</md-card-content>
|
2018-06-05 11:09:26 +00:00
|
|
|
<md-card-actions layout="row" layout-align="end center" class="wz-card-actions">
|
|
|
|
<md-button target="_blank" href="https://documentation.wazuh.com/current/user-manual/capabilities/policy-monitoring/openscap/index.html" class="wz-text-link cursor-pointer small">
|
2018-06-04 16:52:37 +00:00
|
|
|
<i class="fa fa-fw fa-info"></i> More info
|
|
|
|
</md-button>
|
|
|
|
</md-card-actions>
|
2018-06-04 08:08:49 +00:00
|
|
|
</md-card>
|
2018-06-04 16:52:37 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div layout="row" class="md-padding font-size-18">
|
|
|
|
<span flex>
|
|
|
|
<i class="fa fa-fw fa-shield"></i> Security
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div layout="row" layout-align="start start" layout-wrap>
|
2018-06-05 11:09:26 +00:00
|
|
|
<md-card flex="25" class="wz-md-card">
|
2018-06-04 08:08:49 +00:00
|
|
|
<md-card-content>
|
2018-06-05 16:46:17 +00:00
|
|
|
<i class="fa fa-fw fa-file-text"></i> <span ng-click="switchTab('vuls')" class="wz-headline-title wz-text-link cursor-pointer">Vulnerabilities</span>
|
2018-06-04 08:08:49 +00:00
|
|
|
<md-divider class="wz-margin-top-10"></md-divider>
|
2018-06-04 16:52:37 +00:00
|
|
|
<div layout="row" class="wz-padding-top-10">
|
|
|
|
<p>Alerts about known vulnerabilities on your applications</p>
|
2018-06-04 08:08:49 +00:00
|
|
|
</div>
|
|
|
|
</md-card-content>
|
2018-06-05 11:09:26 +00:00
|
|
|
<md-card-actions layout="row" layout-align="end center" class="wz-card-actions">
|
|
|
|
<md-button target="_blank" href="https://documentation.wazuh.com/current/user-manual/capabilities/vulnerability-detection.html" class="wz-text-link cursor-pointer small">
|
2018-06-04 16:52:37 +00:00
|
|
|
<i class="fa fa-fw fa-info"></i> More info
|
|
|
|
</md-button>
|
|
|
|
</md-card-actions>
|
2018-06-04 08:08:49 +00:00
|
|
|
</md-card>
|
2018-06-05 11:09:26 +00:00
|
|
|
<md-card flex="25" class="wz-md-card" ng-show="extensions.virustotal">
|
2018-06-04 08:08:49 +00:00
|
|
|
<md-card-content>
|
2018-06-05 16:46:17 +00:00
|
|
|
<i class="fa fa-fw fa-bug"></i> <span ng-click="switchTab('virustotal')" class="wz-headline-title wz-text-link cursor-pointer">VirusTotal</span>
|
2018-06-04 08:08:49 +00:00
|
|
|
<md-divider class="wz-margin-top-10"></md-divider>
|
2018-06-04 16:52:37 +00:00
|
|
|
<div layout="row" class="wz-padding-top-10">
|
|
|
|
<p>Alerts from VirusTotal malicious content scans</p>
|
2018-06-04 08:08:49 +00:00
|
|
|
</div>
|
|
|
|
</md-card-content>
|
2018-06-05 11:09:26 +00:00
|
|
|
<md-card-actions layout="row" layout-align="end center" class="wz-card-actions">
|
|
|
|
<md-button target="_blank" href="https://documentation.wazuh.com/current/user-manual/capabilities/virustotal-scan/index.html" class="wz-text-link cursor-pointer small">
|
2018-06-04 16:52:37 +00:00
|
|
|
<i class="fa fa-fw fa-info"></i> More info
|
|
|
|
</md-button>
|
|
|
|
</md-card-actions>
|
2018-06-04 08:08:49 +00:00
|
|
|
</md-card>
|
2018-06-04 16:52:37 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div layout="row" class="md-padding font-size-18" ng-show="extensions.pci || extensions.gdpr">
|
|
|
|
<span flex>
|
|
|
|
<i class="fa fa-fw fa-check"></i> Compliance
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div layout="row" layout-align="start start" layout-wrap ng-show="extensions.pci || extensions.gdpr">
|
2018-06-05 11:09:26 +00:00
|
|
|
<md-card flex="25" class="wz-md-card" ng-show="extensions.pci">
|
2018-06-04 08:08:49 +00:00
|
|
|
<md-card-content>
|
2018-06-04 16:52:37 +00:00
|
|
|
<i class="fa fa-fw fa-credit-card"></i> <span ng-click="switchTab('pci')" class="wz-headline-title wz-text-link cursor-pointer">PCI DSS</span>
|
2018-06-04 08:08:49 +00:00
|
|
|
<md-divider class="wz-margin-top-10"></md-divider>
|
2018-06-04 16:52:37 +00:00
|
|
|
<div layout="row" class="wz-padding-top-10">
|
|
|
|
<p>PCI DSS compliance alerts</p>
|
2018-06-04 08:08:49 +00:00
|
|
|
</div>
|
|
|
|
</md-card-content>
|
2018-06-05 11:09:26 +00:00
|
|
|
<md-card-actions layout="row" layout-align="end center" class="wz-card-actions">
|
|
|
|
<md-button target="_blank" href="https://documentation.wazuh.com/current/pci-dss/index.html" class="wz-text-link cursor-pointer small">
|
2018-06-04 16:52:37 +00:00
|
|
|
<i class="fa fa-fw fa-info"></i> More info
|
|
|
|
</md-button>
|
|
|
|
</md-card-actions>
|
|
|
|
</md-card>
|
2018-06-05 11:09:26 +00:00
|
|
|
<md-card flex="25" class="wz-md-card" ng-show="extensions.gdpr">
|
2018-06-04 16:52:37 +00:00
|
|
|
<md-card-content>
|
|
|
|
<i class="fa fa-fw fa-list-ol"></i> <span ng-click="switchTab('gdpr')" class="wz-headline-title wz-text-link cursor-pointer">GDPR</span>
|
|
|
|
<md-divider class="wz-margin-top-10"></md-divider>
|
|
|
|
<div layout="row" class="wz-padding-top-10">
|
|
|
|
<p>GDPR compliance alerts</p>
|
|
|
|
</div>
|
|
|
|
</md-card-content>
|
2018-06-05 11:09:26 +00:00
|
|
|
<md-card-actions layout="row" layout-align="end center" class="wz-card-actions">
|
|
|
|
<md-button target="_blank" href="https://documentation.wazuh.com/current/gdpr/index.html" class="wz-text-link cursor-pointer small">
|
2018-06-04 16:52:37 +00:00
|
|
|
<i class="fa fa-fw fa-info"></i> More info
|
|
|
|
</md-button>
|
|
|
|
</md-card-actions>
|
2018-06-04 08:08:49 +00:00
|
|
|
</md-card>
|
|
|
|
</div>
|
|
|
|
|
2018-06-05 16:46:17 +00:00
|
|
|
</div>
|