Skip to main content

dns-whois

Use dig, nslookup, whois, and related local CLIs for authorized DNS, WHOIS, ASN, mail, nameserver, and ownership triage.

설치로 이동

소스 정보

저장소
Aethena-Lab/Z3r0
최근 소스 활동
2026년 9월 3일 10:00
감지된 SKILL.md 언어
영어
스타
846
포크
194

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
dns-whois
description
Use dig, nslookup, whois, and related local CLIs for authorized DNS, WHOIS, ASN, mail, nameserver, and ownership triage.
# dns-whois Use local DNS and WHOIS tools for authorized domain, host, nameserver, mail, address, ASN, registration, and ownership triage. ## Help first Before constructing commands, use installed help or version output as the source of truth: ```sh dig -h whois --help ``` ## Usage rules - Work only on in-scope domains, hosts, networks, or user-provided indicators. - Record the exact queried identifier and query time when results support a finding. - Prefer targeted record lookups over broad enumeration. - Use `dnsx` instead when a discovered hostname list needs batch validation or machine-readable DNS output. - Treat WHOIS, DNS, and registry data as time-sensitive intelligence that may be stale, proxied, incomplete, or privacy-protected. - Cross-check important ownership, delegation, and resolution claims with independent DNS records or supporting evidence. - Save large query batches and raw outputs to files rather than streaming them into the conversation. ## Common workflows Targeted DNS record triage: ```sh dig example.com A dig example.com AAAA dig example.com MX dig example.com NS dig example.com TXT ``` Compact output for pipelines: ```sh dig +short example.com A ``` Resolver-specific check: ```sh dig @1.1.1.1 example.com A ``` WHOIS and basic resolver lookup: ```sh whois example.com nslookup example.com ``` ## Output Report the queried identifier, command used, relevant records or ownership signals, confidence, time sensitivity, output paths, and any unresolved or conflicting evidence.
GitHub에서 보기