用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill cis-bind-v100-8-5命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | cis-bind-v100-8-5 |
| description | Ensure each Zone has a Valid Digital Signature (Manual) |
| category | cis-bind |
| version | 1.0 |
| author | cyberstrike-official |
| tags | ["cis","bind","dns","isc-bind","bind9","dnssec"] |
| cis_id | 8.5 |
| cis_benchmark | CIS ISC BIND DNS Server 9.11 Benchmark v1.0.0 |
| tech_stack | ["bind","isc-bind","dns","linux"] |
| cwe_ids | ["CWE-345"] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
For each zone of the authoritative name server, verify that the signed zone file has a valid signature for each algorithm in the zone DNSKEY RRSet.
The zone must have a valid signature before it can be trusted by validating DNSSEC name resolvers.
Not specified.
Perform the following command on each zone providing the signed zone file. The example file name is 'cisecurity.org.signed' for the domain cisecurity.org. If the signed zone file is not generated from inline signing, then the format may be ASCII, and the -I raw should be omitted.
# dnssec-verify -I raw -o cisecurity.org cisecurity.org.signed
Loading zone 'cisecurity.org' from file 'cisecurity.org.signed'
Verifying the zone using the following algorithms: ECDSAP256SHA256.
Zone fully signed:
Algorithm: ECDSAP256SHA256: KSKs: 1 active, 0 stand-by, 0 revoked
ZSKs: 1 active, 0 stand-by, 0 revoked
The compliant output will include the string Zone fully signed:.
Perform either of the following:
inline-signing to yes value. For example:zone "cisecurity.org" {
type master;
file "/etc/named/masters/cisecurity.org";
key-directory "/etc/named/keys";
inline-signing yes;
auto-dnssec maintain;
};
rndc reload
Or if using manual or scripted zone signing instead of inline-signing, then perform the following.
$include Kcisecurity.com.+013+09768.key
$include Kcisecurity.com.+013+45248.key
dnssec-signzone command such as:dnssec-signzone -o cisecurity.com ../masters/cisecurity.com
Kcisecurity.com.+013+09768.key Kcisecurity.com.+013+45248.key
rndc reload
Not specified.
None listed in benchmark.
| Controls Version | Control | IG 1 | IG 2 | IG 3 |
|---|---|---|---|---|
| v7 | 16.4 Encrypt or Hash all Authentication Credentials | N | Y | Y |
| Tactic | Technique |
|---|---|
| Defense Evasion | T1562 Impair Defenses |