Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
attackmapper — attackmapper | Kitploit
도구/GitHubGitHub/baymaxpop23/attackmapper
ReconnaissanceNetwork MappingVulnerability AnalysisPenetration TestingCloud SecurityThreat IntelligenceRed Teaming
GitHubbaymaxpop23/attackmapper

attackmapper

attackmapper

저장소 보기
26개월 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유


AttackMapper
AttackMapper

공격 경로 시각화 및 위협 인텔리전스 플랫폼

Python 3.9+ MITRE ATT&CK License: MIT Threat Intel

기능 • 설치 • 사용법 • 위협 인텔 • 기여

AttackMapper Dashboard


개요

AttackMapper는 레드 팀 운영을 위한 CLI 도구로, 공격 경로를 생성하고, MITRE ATT&CK 프레임워크에 기술을 매핑하며, 실시간 위협 인텔리전스를 통합합니다. 공격 흐름 시각화가 포함된 대화형 HTML 보고서를 생성합니다.

기능

지원 인프라

root@kitploit:~
┌─────────────────┬─────────────────────────────────────────┐
│ Active Directory│ Kerberos, ADCS, GPO, DCSync, Golden Ticket│
│ AWS             │ IAM, S3, Lambda, EC2 privilege escalation │
│ Azure           │ Entra ID, Key Vault, Managed Identities   │
│ GCP             │ IAM, Cloud Functions, Service Accounts    │
│ Network         │ Traditional network attack vectors        │
└─────────────────┴─────────────────────────────────────────┘

설치

root@kitploit:~
# 저장소 클론
git clone https://github.com/Sai-Jagadeesh/attackmapper.git
cd attackmapper

# 설치
pip install -e .

# 확인
attackmapper --help

사용법

공격 경로 생성

root@kitploit:~
# Active Directory
attackmapper ad

# 클라우드 인프라
attackmapper aws
attackmapper azure
attackmapper gcp

# 네트워크
attackmapper network

HTML 보고서 생성

root@kitploit:~
# 전체 공격 체인 보고서
attackmapper full-chain --infra ad --output report.html --format html

# 공격 단계별 필터링
attackmapper ad --category credential_access

위협 인텔리전스

root@kitploit:~
# 위협 피드 업데이트
attackmapper update-intel

# 위협 인텔리전스 보기
attackmapper threat-intel --infra ad

위협 인텔리전스

AttackMapper는 여러 소스의 실시간 위협 인텔리전스를 통합합니다:

소스데이터
CISA KEV알려진 악용 취약점
AlienVault OTX오픈 위협 교환 피드
CVE 데이터베이스실시간 취약점 추적

구성

root@kitploit:~
cp .env.example .env
root@kitploit:~
# AlienVault OTX API Key (free at otx.alienvault.com)
OTX_API_KEY=your_api_key_here

명령어

기여

root@kitploit:~
# 포크 및 클론
git checkout -b feature/your-feature
git commit -m 'Add feature'
git push origin feature/your-feature
# 풀 리퀘스트 열기

라이선스

MIT 라이선스


면책 조항

경고 이 도구는 공인된 보안 테스트 및 레드 팀 작업만을 위해 사용됩니다. 귀하가 소유하지 않은 시스템을 스캔하기 전에 항상 적절한 승인을 받으십시오. 저자는 이 도구의 오용에 대해 책임을 지지 않습니다.


레드 팀 작전을 위해 제작됨

도구 다운로드
기능설명
공격 경로 매핑정찰부터 영향까지 전체 킬 체인 시각화
MITRE ATT&CK 통합공식 ATT&CK 프레임워크에 매핑된 기술
실시간 위협 인텔실시간 CVE, 위협 행위자, 인기 TTP
멀티 인프라AD, AWS, Azure, GCP 및 네트워크 공격 경로
대화형 보고서필터링 및 검색이 가능한 최신 HTML 대시보드
명령어설명
attackmapper adActive Directory 공격 경로
attackmapper awsAWS 클라우드 공격 경로
attackmapper azureAzure 클라우드 공격 경로
attackmapper gcpGCP 클라우드 공격 경로
attackmapper network네트워크 공격 경로
attackmapper full-chain전체 공격 체인 생성
attackmapper threat-intel위협 인텔리전스 보기
attackmapper update-intel위협 인텔 피드 업데이트