5 Commits

Author SHA1 Message Date
edxeth cffb73f859 Update README.md with sponsor note 2026-05-27 10:36:10 +02:00
TeamPCP_OSS e823e2e35a docs: add README
Multi-phase breakdown of the Shai-Hulud credential harvesting and C2 framework: surface, harvest, exfiltration, propagation, and dead-man-switch persistence.

Referenced in SecurityWeek coverage of the May 2026 TanStack/Mistral/UiPath wave.
2026-05-13 04:21:40 +02:00
TeamPCP_OSS 01ea32a365 docs: add MIT license
Release under the MIT License.
2026-05-11 10:05:00 +00:00
TeamPCP_OSS dcc1154b4d chore(assets): regenerate encrypted payloads
Rebuild generated asset module to update encrypted runtime payloads after provider
pattern changes.
2026-05-11 10:02:00 +00:00
TeamPCP_OSS efaf360d05 feat: initial Shai-Hulud credential harvesting and C2 framework
Full release of the multi-provider credential harvester targeting CI/CD environments.

Includes eight credential providers (filesystem, shell, GitHub Actions runner, AWS SSM,
AWS Secrets Manager, AWS STS, Kubernetes, HashiCorp Vault) with regex-based pattern
matching across 20+ credential types. Data is encrypted with AES-256-GCM + RSA-OAEP
and exfiltrated via a priority-ordered sender chain (HTTPS C2 domain fallbacking to
public GitHub repository commits with dead-man-switch persistence).

Three supply-chain mutators included: npm OIDC token exchange for OpenSearch-js,
npm token-based package backdooring with preinstall hooks, and GitHub branch injection
targeting VSCode/Claude startup hooks. Build pipeline with string obfuscation, log
stripping, and JavaScript control-flow flattening.
2026-05-11 10:00:00 +00:00