mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
add VM content (#24743)
- Add VM content to `vm` and `eo-security` personalization of /software-management. --------- Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
parent
395a6e261d
commit
dc4f3026e6
6 changed files with 88 additions and 0 deletions
BIN
website/assets/images/software-management-feature-image-untangle-your-security-stack-528x377@2x.png
vendored
Normal file
BIN
website/assets/images/software-management-feature-image-untangle-your-security-stack-528x377@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 73 KiB |
BIN
website/assets/images/software-management-feature-image-up-to-date-data-without-scans-528x377@2x.png
vendored
Normal file
BIN
website/assets/images/software-management-feature-image-up-to-date-data-without-scans-528x377@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
BIN
website/assets/images/software-management-feature-slide-mitigate-cves-automatically-528x377@2x.png
vendored
Normal file
BIN
website/assets/images/software-management-feature-slide-mitigate-cves-automatically-528x377@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
BIN
website/assets/images/software-management-feature-slide-on-demand-data-528x377@2x.png
vendored
Normal file
BIN
website/assets/images/software-management-feature-slide-on-demand-data-528x377@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
BIN
website/assets/images/software-management-feature-slide-out-of-the-box-reporting-528x377@2x.png
vendored
Normal file
BIN
website/assets/images/software-management-feature-slide-out-of-the-box-reporting-528x377@2x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
88
website/views/pages/software-management.ejs
vendored
88
website/views/pages/software-management.ejs
vendored
|
|
@ -115,7 +115,95 @@
|
|||
<p purpose="job-title">Cybersecurity Security Engineer, Vulnerability Management</p>
|
||||
</div>
|
||||
</div>
|
||||
<% if(['eo-security', 'vm'].includes(primaryBuyingSituation)){ %>
|
||||
|
||||
<div purpose="feature-slides">
|
||||
<div purpose="feature-switch" class="d-flex flex-md-row flex-column justify-content-md-center justify-content-start">
|
||||
<div purpose="feature-option" :class="[visibleFeature === 'mitigate-cves-automatically' ? 'active' : '']" @click="clickSwitchFeature('mitigate-cves-automatically')">
|
||||
Mitigate CVEs automatically
|
||||
</div>
|
||||
<div purpose="feature-option" :class="[visibleFeature === 'on-demand-data' ? 'active' : '']" @click="clickSwitchFeature('on-demand-data')">
|
||||
On-demand data
|
||||
</div>
|
||||
<div purpose="feature-option" :class="[visibleFeature === 'out-of-the-box-reporting' ? 'active' : '']" @click="clickSwitchFeature('out-of-the-box-reporting')">
|
||||
Out-of-the-box reporting
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="feature-slide" :class="[visibleFeature === 'mitigate-cves-automatically' ? '' : 'invisible']" class="d-flex flex-md-row flex-column-reverse justify-content-center mx-auto align-items-start">
|
||||
<div purpose="feature-image">
|
||||
<img alt="Mitigate CVEs automatically" src="/images/software-management-feature-slide-mitigate-cves-automatically-528x377@2x.png">
|
||||
</div>
|
||||
<div purpose="feature-text" class="d-flex flex-column">
|
||||
<h3>Mitigate CVEs automatically</h3>
|
||||
<p>Build automations that close tickets or mitigate vulnerabilities by updating or removing software and running custom scripts.</p>
|
||||
<div purpose="checklist" class="flex-column d-flex">
|
||||
<p>Automatically detect when old vulnerabilities are reintroduced, or mitigations falter.</p>
|
||||
<p>Track and mitigate zero days, with live queries and policies, even before they're officially published as CVEs.</p>
|
||||
<p>Only create tickets for vulnerabilities that affect your environment. Automate ticketing with Jira, ServiceNow, or integrate your own system.</p>
|
||||
<p>Deep-link live data with internal IT and platform teams.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="feature-slide" :class="[visibleFeature === 'on-demand-data' ? '' : 'invisible']" class="d-flex flex-md-row flex-column-reverse justify-content-center mx-auto align-items-start">
|
||||
<div purpose="feature-image">
|
||||
<img alt="Deep context from the environment" src="/images/software-management-feature-slide-on-demand-data-528x377@2x.png">
|
||||
</div>
|
||||
<div purpose="feature-text" class="d-flex flex-column">
|
||||
<h3>Deep context from the environment</h3>
|
||||
<p>Fleet gives you data down to the chip level on every endpoint to help you make sense of which vulnerabilities to prioritize.</p>
|
||||
<div purpose="checklist" class="flex-column d-flex">
|
||||
<p>Automate prioritization with an admin-level agent that has visibility down to the chipset of any endpoint</p>
|
||||
<p>Access over 300 tables of system state data. Use presets or create your own queries.</p>
|
||||
<p>Automatically match CVEs to your operating systems, apps, extensions, browser plugins, Python libraries, everything.</p>
|
||||
</div>
|
||||
<div purpose="feature-link">
|
||||
<animated-arrow-button href="/tables">Explore data</animated-arrow-button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="feature-slide" :class="[visibleFeature === 'out-of-the-box-reporting' ? '' : 'invisible']" class="d-flex flex-md-row flex-column-reverse justify-content-center mx-auto align-items-start">
|
||||
<div purpose="feature-image">
|
||||
<img alt="Report what matters" src="/images/software-management-feature-slide-out-of-the-box-reporting-528x377@2x.png">
|
||||
</div>
|
||||
<div purpose="feature-text" class="d-flex flex-column">
|
||||
<h3>Report what matters</h3>
|
||||
<p>Let's face it, most built-in graphs leave you wanting more. Report MTTR and any other custom metrics exactly the way you want to using fresh data from real computers.</p>
|
||||
<div purpose="checklist" class="flex-column d-flex">
|
||||
<p>Track any “celebrity” CVE across every OS, every cloud, and every device, and show how quickly it was mitigated.</p>
|
||||
<p>Avoid distracting your CISO with bloated reports. Only communicate facts important to your organization's KPIs. Show real-time mitigation progress (%) or sync with your favorite data tool like Microsoft BI.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="feature" class="d-flex flex-md-row flex-column-reverse justify-content-center mx-auto align-items-center">
|
||||
<div purpose="feature-text" class="d-flex flex-column">
|
||||
<h3>Up-to-date data without scans</h3>
|
||||
<p>Traditional network vulnerability scans can clog your network and even haunt your printers with pages full of wingdings. Fleet does things differently.</p>
|
||||
<div purpose="checklist" class="flex-column d-flex">
|
||||
<p>Eliminate the risk of side effects from scanning the network.</p>
|
||||
<p>Lightweight enough for the most brittle environments (OT, data centers, embedded/BTS, low-latency gaming servers).</p>
|
||||
<p>Quickly pull data about important CVEs and zero days during an incident or audit.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="feature-image">
|
||||
<img alt="Up-to-date data without scans" src="/images/software-management-feature-image-up-to-date-data-without-scans-528x377@2x.png">
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="feature" class="d-flex flex-md-row flex-column justify-content-center mx-auto align-items-center">
|
||||
<div purpose="feature-image">
|
||||
<img alt="Untangle your security stack" src="/images/software-management-feature-image-untangle-your-security-stack-528x377@2x.png">
|
||||
</div>
|
||||
<div purpose="feature-text" class="d-flex flex-column">
|
||||
<h3>Untangle your security stack</h3>
|
||||
<p>Use open data and APIs to connect your vulnerability solution with osquery, the agent you might already have deployed.</p>
|
||||
<div purpose="checklist" class="flex-column d-flex">
|
||||
<p>Normalize asset management data and software inventories from multiple tools and operating systems.</p>
|
||||
<p>Help teams work on vulnerabilities that have actually been exploited (CISA KEVs) or have a high probability of being exploited (EPSS), or whatever is important in your environment.</p>
|
||||
<p>Process CVEs across cloud and non-cloud assets in a single platform and see who's responsible for what.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<% } %>
|
||||
</div><%// End of [purpose="page-content"]%>
|
||||
</div><%// End of [purpose="page-container"]%>
|
||||
<div purpose="tweets-container" class="d-flex flex-column justify-content-center">
|
||||
|
|
|
|||
Loading…
Reference in a new issue