dnssweeper-cli
Version:
CLI tool for detecting and analyzing unused DNS records
34 lines • 875 B
JSON
{
"version": "1.0.0",
"description": "DNSレコード判定パターン",
"patterns": {
"prefixes": {
"high": ["old-", "temp-", "tmp-", "test-", "dev-", "staging-", "demo-"],
"medium": ["backup-", "bak-", "copy-", "legacy-"],
"low": ["new-", "v2-", "beta-"]
},
"suffixes": {
"high": ["-old", "-temp", "-tmp", "-test", "-dev", "-bak", "-backup"],
"medium": ["-staging", "-demo", "-legacy", "-copy"],
"low": ["-new", "-v2", "-beta"]
},
"keywords": {
"high": ["obsolete", "deprecated", "unused", "delete"],
"medium": ["archive", "historical", "previous"],
"low": ["future", "upcoming", "planned"]
}
},
"scoring": {
"high": 80,
"medium": 50,
"low": 30,
"base": 10
},
"thresholds": {
"critical": 90,
"high": 70,
"medium": 50,
"low": 30,
"safe": 0
}
}