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.

Docker Bench for Security

98 pointsby tolialmost 10 years ago

3 comments

vezzy-fnordalmost 10 years ago
Certainly good work automating a category of base tests like this, though I notice some odd assumptions being made like having more than 5 ports open at all being an inherent warning, tests that assume presence of systemd and auditd (the audit trail can be useful, though from what I know many distros configure it poorly out of the box, if at all), aufs being marked as a warning (over what - Device-mapper? UnionFS? How is it a security consideration?) and the LXC execution driver being a warning.<p>EDIT: Apparently the CIS paper justifies marking aufs due to its age and gradual dropping of mainstream support. &gt;5 ports isn&#x27;t rationalized. LXC driver again legacy reasons in favor of libcontainer (though why do I seem to recall libcontainer had pluggable backends, LXC included... hm...)
评论 #9621834 未加载
robrykalmost 10 years ago
Why is this distributed as a docker container?<p>Also, their README asks sers to pull their container from index (with no guarantee that it corresponds to the repo and, last I&#x27;ve checked, no real integrity guarantees stronger than &quot;it&#x27;s coming over ssl from docker.org&quot;) and then run it while giving it write access to &#x2F;etc and command access to the docker daemon. This seems tome to be a very insecure way of starting a process that&#x27;s not supposed to alter anything.
评论 #9622104 未加载
yeukhonalmost 10 years ago
Looking at purely just output... this is useful for visual aid, but hard to use it for fully automated health check because I would have to parse the output. This is what made sqlmap hard in my previous work which I was trying to automate these awesome tools together. If I have time I might hack some JSON together...
评论 #9621750 未加载