用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill cis-tomcat8-v110-10-15命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | cis-tomcat8-v110-10.15 |
| description | Do not resolve hosts on logging valves (Automated) |
| category | cis-tomcat |
| version | 1.1.0 |
| author | cyberstrike-official |
| tags | ["cis","tomcat","linux","java","configuration","hardening","security","logging"] |
| cis_id | 10.15 |
| cis_benchmark | CIS Apache Tomcat 8 Benchmark v1.1.0 |
| tech_stack | ["linux","tomcat","java"] |
| cwe_ids | [] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
Setting enableLookups to true on Connector will result in a DNS look-ups to obtain the host name of the remote client before logging any information. This uses additional resources when logging.
Allowing enableLookups adds additional overhead to resolve the host name of a remote client which is rarely needed.
Ensure Connector elements have the enableLookups attribute does not exist or is set to false.
# grep enableLookups $CATALINA_HOME/conf/server.xml
In Connector elements, set the enableLookups attribute to false or remove it.
<Connector ... enableLookups="false" />
By default, DNS lookups are disabled.
| Controls Version | Control | IG 1 | IG 2 | IG 3 |
|---|---|---|---|---|
| v8 | 9.2 Use DNS Filtering Services Use DNS filtering services on all enterprise assets to block access to known malicious domains. | ● | ● | ● |
| v7 | 7.7 Use of DNS Filtering Services Use DNS filtering services to help block access to known malicious domains. | ● | ● | ● |
Level 2