소스 정보
- 저장소
- CyberStrikeus/CyberStrike
- 최근 소스 활동
- 2026년 4월 13일 04:22
- 감지된 SKILL.md 언어
- 영어
- 스타
- 1,653
- 포크
- 254
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill cis-aws-euc-5-1명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
macOS post-exploitation for credential harvesting, DTrace monitoring, TCC bypass, and stealth operations via native tools
Windows userland post-exploitation for credential harvesting, monitoring, AMSI/ETW bypass, and stealth operations
Kubernetes post-exploitation for container escape, secret extraction, RBAC abuse, and cluster persistence
SOC 직업 분류 기준
SKILL.md 표시 중
| name | cis-aws-euc-5.1 |
| description | Ensure AppStream is utilizing its own virtual private cloud (VPC) |
| category | cis-end-user-compute |
| version | 1.2.0 |
| author | cyberstrike-official |
| tags | ["cis","aws","end-user-compute","appstream","vpc","network-isolation"] |
| cis_id | 5.1 |
| cis_benchmark | CIS AWS End User Compute Services Benchmark v1.2.0 |
| tech_stack | ["aws"] |
| cwe_ids | ["CWE-668"] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
AppStream 2.0 should be configured using a VPC with Private subnets and a NAT Gateway.
For AppStream 2.0 the public subnet will have direct access to the internet through the NAT gateway. This setup allows the streaming instances in your private subnets to connect to the internet or other AWS services.
None - this is a security best practice.
Perform the following to determine if a VPC is setup for AppStream 2.0 correctly.
Login to the VPC console at https://console.aws.amazon.com/vpc/
In the left pane, click Your VPCs
Select the VPC for AppStream 2.0 and take note of the name and the VPC ID
In the left pane, click Subnets
Confirm you have 3 subnets labeled and associated with the VPC:
Confirm the AppStream Public Subnet is configured correctly:
AppStream ID and nameExample - Destination - 10.0.0.0/20, Target - localExample - Destination - 0.0.0.0/0, Target - internet_gateway_IDConfirm the 2 AppStream Private Subnets are configured correctly:
AppStream ID and name and note Availability zoneExample - Destination - 10.0.0.0/20, Target - localExample - Destination - 0.0.0.0/0, Target - nat_gateway_IDExample- optional - Destination - S3bucket_enpoint_ID, Target - storage_vpce_IDAppStream ID and name and Availability zone is set to something different than Private subnet 1Example - Destination - 10.0.0.0/20, Target - localExample - Destination - 0.0.0.0/0, Target - nat_gateway_IDExample- optional - Destination - S3bucket_enpoint_ID, Target - storage_vpce_IDIf The AppStream VPC, subnets and route tables are not configured correctly refer to the remediation procedure below.
Not applicable - must be audited via Console.
AppStream has a dedicated VPC with 1 public subnet and 2 private subnets with proper route tables configured.
Perform the steps below to create a VPC, subnets and routing table for AppStream 2.0.
Allocate an Elastic IP address:
https://console.aws.amazon.com/vpc/Create a New VPC with one public subnet and two private subnets:
Login to the VPC console at https://console.aws.amazon.com/vpc/
Click Launch VPC Wizard
Choose VPC with Public and Private Subnet's and then click Select
Configure the VPC as follows:
IPv4 CIDR block - enter a CIDR block from the private (non-publicly routable) IP address range i.e. 10.0.0.0/16IPv6 CIDR block - Accept the default value - No IPv6 CIDR BlockVPC name enter a name for the VPC (example, AppStream VPC)Public subnet's IPv4 CIDR - enter a CIDR block from the private (non-publicly routable) IP address range i.e. 10.0.0.0/24Availability Zone - Accept the default value - No PreferencePublic subnet name - enter a name for the subnet (example, AppStream Public Subnet)Private subnet's IPv4 CIDR - enter the CIDR block for the subnetAvailability Zone - Accept the default value - No PreferencePrivate subnet name - enter a name for the subnet (example, AppStream Private Subnet 1)Elastic IP Allocation ID - enter the Elastic IP address that you createdService Endpoints - Accept the default value - BlankEnable DNS hostnames - Accept the default value - YesHardware tenancy - Accept the default value - DefaultClick on Create VPC
Note: It takes several minutes to set up your VPC. After the VPC is created, choose OK.
Create the Second Private subnet to the VPC:
In the left pane, choose Subnets
Click Create subnet
Name tag - enter a name for the private subnet (example, AppStream Private subnet 2)
VPC - select the VPC that you created for AppStream 2.0Availability Zone - select a different one than you are using for AppStream2 Private subnet 1IPv4 CIDR block - enter the CIDR block for the subnetClick Create
Verify and Name the Route Tables:
Not applicable - must be configured via Console.
By default, there is no VPC tied to the Appstream 2.0 service.
v8:
v7:
Level 1