TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Amazon Inspector (Preview)

28 pointsby polmoleaover 9 years ago

1 comment

rwmjover 9 years ago
I wonder if they&#x27;re using OpenSCAP for this. It&#x27;s an XML document that (at least) Red Hat and Microsoft publish which contains the lists of known good hashes for every file we publish, and also a set of rules for common vulnerabilities (things like &quot;if a directory is public writable, flag an error&quot; -- but lots of them, and more complex). Also CVE data is published in a machine-readable format.<p>Here&#x27;s the data that Red Hat publishes: <a href="https:&#x2F;&#x2F;www.redhat.com&#x2F;security&#x2F;data&#x2F;oval&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.redhat.com&#x2F;security&#x2F;data&#x2F;oval&#x2F;</a><p>I&#x27;ll pimp my own experiments scanning offline guests using SCAP:<p><a href="https:&#x2F;&#x2F;rwmj.wordpress.com&#x2F;2013&#x2F;05&#x2F;16&#x2F;scanning-offline-guests-using-openscap-and-guestmount&#x2F;#content" rel="nofollow">https:&#x2F;&#x2F;rwmj.wordpress.com&#x2F;2013&#x2F;05&#x2F;16&#x2F;scanning-offline-guest...</a>