Indietro

The LiteLLM Supply-Chain Attack — TeamPCP “SANDCLOCK” CI/CD Credential-Harvesting Campaign via a Backdoored Trivy GitHub Action

Cyber Threat Intelligence

LiteLLM, TeamPCP, Supply Chain Attack, GitHub Actions, Credential Theft

The LiteLLM Supply-Chain Attack — TeamPCP “SANDCLOCK” CI/CD Credential-Harvesting Campaign via a Backdoored Trivy GitHub Action
The LiteLLM Supply-Chain Attack — TeamPCP “SANDCLOCK” CI/CD Credential-Harvesting Campaign via a Backdoored Trivy GitHub Action

Resecurity has acquired 152.5 GiB of data following a supply-chain security breach involving LiteLLM, exposing stolen corporate credentials and configuration data linked to thousands of domains.

Analysis of the attacker's victim archive from the March 2026 LiteLLM supply-chain compromise (TeamPCP / “SANDCLOCK” stealer): 415,427 on-host secret-capture files harvested from GitHub Actions / CI-CD runners across 898 owners and 2,038 repositories — with the Trivy→LiteLLM attack chain, captured-secret composition, real masked evidence, and named victims.

REPORT ID
RES-CTI-2026-0814

DATE OF ISSUE
14 August 2026
CLASSIFICATION
TLP:AMBER+STRICT
DATASET
supplychain_victims.tar (152.5 GiB)
CAPTURE FILES
415,427 · 898 owners · 2,038 repos
CAPTURE DATES
19–24 March 2026
CAMPAIGN
LiteLLM / TeamPCP “SANDCLOCK”
VECTOR
Backdoored aquasecurity/trivy-action
PREPARED BY
Resecurity HUNTER Unit


1   Executive Summary

Resecurity analysed an acquired archive, supplychain_victims.tar (≈152.5 GiB), containing 415,427 secret-capture files. Every file follows the naming convention <YYYYMMDD>_<HHMMSS>_<µs>_127.0.0.1.txt and holds a JSON-style secret store of the form "<name>":{"value":"<secret>","isSecret":true}. The uniform 127.0.0.1 tag indicates the secrets were dumped in-process on the victim host — i.e. environment/secret material read from live CI-CD pipeline memory, not intercepted over the network.

The archive is attributed to the LiteLLM supply-chain attack conducted by TeamPCP using the “SANDCLOCK” credential-stealer. Per published incident reporting — corroborated by this dataset — TeamPCP backdoored the Trivy GitHub Action (aquasecurity/trivy-action, which appears in the affected-repos manifest) on 19 March 2026; LiteLLM's CI auto-installed the poisoned Trivy, which stole LiteLLM's PyPI publishing tokens and published malicious litellm==1.82.7 / 1.82.8 on 24 March 2026. On every compromised runner the stealer escalated to root and swept SSH keys, cloud credentials, Kubernetes tokens, .env files and in-memory secrets from /proc/<pid>/mem — precisely the artefacts captured in these files.

Accompanying victim manifests enumerate 898 compromised GitHub owners (organisations/accounts) across 2,038 repositories. The affected owners include major global enterprises — among them Microsoft, Azure, IBM, NVIDIA, PayPal (Zettle), Deloitte, Bosch, S&P Global, Elevance Health, 84.51° (Kroger), Adeo (Leroy Merlin), Kärcher, Dräger, ID.me and 1inch (see §7).

From a 1,073-file sample (the portion recoverable from the partial download), Resecurity catalogued 2,146 captured secret records. The dominant artefact is the GitHub Actions GITHUB_TOKEN — present in ~98% of sampled files — alongside GitHub App private keys, AWS/GCP/Firebase credentials, container-registry (ECR/JFrog) tokens, SSH keys, code-signing passwords and CI webhooks. No live secret values are reproduced in this report; all exhibits show real captures with secret values masked (start/end retained, entropy removed).

Assessment: this is a high-to-critical severity software-supply-chain compromise. Harvested CI-CD tokens grant push/publish access to source repositories and package registries, enabling second-order supply-chain propagation (poisoning downstream artefacts) as well as cloud-account takeover — indeed this campaign itself propagated Trivy→LiteLLM by exactly that mechanism. Every organisation named herein should treat all referenced credentials as compromised and rotate immediately.

2   Key Findings

898
COMPROMISED OWNERS
2,038
REPOSITORIES
415,427
CAPTURE FILES · 152.5 GIB
~98%
FILES W/ LIVE GITHUB_TOKEN

AT A GLANCE

  • On-host secret harvest. 415,427 capture files, all tagged 127.0.0.1 — secrets read from live CI-CD/process memory, not network-intercepted.
  • CI-CD tokens dominate. The built-in GitHub Actions GITHUB_TOKEN appears in ~98% of sampled files; each grants scoped write access to the running repository.
  • Broad credential mix. GitHub App private keys, AWS/GCP/Firebase creds, ECR/JFrog registry tokens, SSH keys and signing passwords — full cloud + registry compromise potential.
  • 898 owners / 2,038 repos confirmed. Victim manifests name major enterprises — Microsoft, Azure, IBM, NVIDIA, PayPal, Deloitte, Bosch, S&P Global, Elevance Health, 84.51°, Adeo, Kärcher, Dräger, ID.me, 1inch — plus a US GovCloud AWS tenant.
  • Second-order supply-chain risk. Stolen publish/push tokens allow poisoning of downstream packages and artefacts — the mechanism by which such campaigns self-propagate.
  • Part of a larger leak. This 152.5 GiB archive is TeamPCP's aggregated victim collection from the LiteLLM/Trivy campaign (Mar 2026).


3   Incident Overview — the Trivy → LiteLLM Attack Chain

This is a chained software-supply-chain attack attributed to TeamPCP, delivering the “SANDCLOCK” credential-stealer. A trusted, widely-used security tool — the Trivy GitHub Action — was backdoored; because thousands of organisations' CI pipelines auto-install Trivy, the poisoned Action executed inside their GitHub Actions runners and swept every secret in reach. The uniform 127.0.0.1.txt captures in this archive are the stealer's per-run loot files.

#StageDetail
1Backdoor the toolTeamPCP compromised the Trivy GitHub Action ( aquasecurity/trivy-action ) on 19 Mar 2026
2Propagate via CILiteLLM's CI (and 898 owners' pipelines) auto-installed the poisoned Trivy Action
3Steal publishing tokensThe Action exfiltrated LiteLLM's PyPI publishing tokens
4Poison the packageMalicious litellm==1.82.7 / 1.82.8 published to PyPI on 24 Mar 2026
5Harvest on every runnerSANDCLOCK escalated to root; dumped printenv, .env, SSH keys, cloud creds, K8s tokens and in-memory secrets from /proc/<pid>/mem
6ExfiltratePer-run secrets written to <ts>_127.0.0.1.txt and aggregated into this ~152.5 GiB victim archive


The chain is corroborated by this dataset: the backdoored aquasecurity/trivy-action appears directly in the affected-repository manifest, the captures are GitHub Actions-scoped (system.github.token in ~98% of files), and runner identifiers reference actions-runner-controller (arc-prod-…-runner) and GitHub-hosted runners — matching the reported self-hosted + hosted CI footprint.

Why GITHUB_TOKEN matters. Every GitHub Actions job receives an automatically-generated GITHUB_TOKEN with write scope to its repository. Harvested at scale (415k+ runs), these tokens — even though short-lived — provide a wide, time-boxed window to push code, publish packages, alter releases and read repository secrets, which is precisely how supply-chain compromises cascade to downstream consumers.

4   Acquired Dataset — Scope & Structure

The archive expands to a single extracted/ directory of 415,427 timestamped .txt capture files (manifest: tree.txt). Files are small on average (median 418 B) but 197,410 exceed 50 KB, with the largest ~30 MB — the size split reflects minimal beacons/empty runs versus full secret-bearing captures. Captures concentrate on 19–20 March, taper on the 22nd, and resurge on 23–24 March.

FIGURE 1 — CAPTURE VOLUME BY DATE
Capture Volume by Date — 415,427 files
Wave 1 (19–20 Mar)Lull (22 Mar)Wave 2 (23–24 Mar)
Capture files
125k100k75k50k25k0k
129,633
Mar 19
111,209
Mar 20
7,975
Mar 22
82,228
Mar 23
85,480
Mar 24
Capture files per day across the full manifest (415,427 files). Two harvesting waves are visible: 19–20 March (peak) and 23–24 March.
FIGURE 2 — CAPTURE-FILE SIZE DISTRIBUTION
Capture-File Size Distribution
Files
200k150k100k50k0k
15
0 B
72,413
1–500 B
26,971
501–2.5k
29,187
2.5k–10k
89,430
10k–50k
197,410
>50k
File-size buckets (full manifest). The large >50 KB and 10–50 KB populations (dark) are the secret-bearing captures; sub-500 B files are largely minimal/near-empty run artefacts.
AttributeValue
Archivesupplychain_victims.tar (152.5 GiB / 163.78 GB)
Structureextracted/ → 415,427 × *.txt
Naming<date>_<time>_<µs>_127.0.0.1.txt
Record format"<name>":{"value":"<secret>","isSecret":true}
Capture window19 Mar 2026 – 24 Mar 2026
Per-day counts19th: 129,633 · 20th: 111,209 · 22nd: 7,975 · 23rd: 82,228 · 24th: 85,480
Sample analysed1,073 files (partial recovery) → 2,146 secret records


5   Captured Secrets — Composition

Across the 1,073-file sample, Resecurity enumerated 2,146 secret records by key name (values never inspected beyond structural masking). The composition is overwhelmingly GitHub CI-CD identity material, with a long tail of high-value cloud and registry credentials.

FIGURE 3 — CAPTURED SECRET TYPES
Captured Secret Types
GitHub Actions token (GITHUB_TOKEN)
2,100
GitHub App keys / IDs
24
Other Git / PAT / registry tokens
10
AWS credentials
6
CI webhooks / registry URIs
3
GCP / Firebase
3
SSH keys / signing
2
10⁰10¹10²10³
Secret records (log scale) — 2,146 across 1,073 sample files
Secret-type composition (sample; log scale). GitHub Actions tokens dominate; the long tail — GitHub App keys, AWS/GCP/Firebase, registry and SSH/signing material — carries the highest per-item impact.
Secret type (key name)Sample countImpact
system.github.token / github_token~2,100Repo-scoped write (push/publish/release) during run
GH_ACTIONS_APP_PRIVATE_KEY / *_APP_ID24GitHub App identity — persistent org/repo access
GH_PAT / GIT_TOKEN / QS_/FKT_ tokens10Personal/registry tokens — durable access
AWS_* / WORKLOADS_DEV_AWS_* / role6AWS account access (keys, assumed roles)
GCP_SERVICE_ACCOUNT / WIP / Firebase3GCP/Firebase project access
ECR_REPOSITORY_URI / *_WEBHOOK_URL3Registry push targets; CI webhook abuse
SSH_KEY / SIGNING_PASSWORD2Host access; artefact code-signing abuse


6   Evidence — Redacted Capture Sample

Real captured records are reproduced below with secret values masked — the real type prefix and final characters are retained (start******end) while all entropy is removed, so the exhibit is authentic yet discloses no usable credential. Key names and non-secret structure are unmodified. Values are drawn from actual sample files.

 EXHIBIT A — REAL CAPTURE RECORDS (VALUES MASKED)  ·  *_127.0.0.1.txt
  "github_token":            {"value":"ghs_**********9wDB", "isSecret":true},   // 40-char GH Actions token
  "system.github.token":     {"value":"ghs_**********9wDB", "isSecret":true},
  "GH_ACTIONS_APP_ID":       {"value":"2*****0",           "isSecret":true},
  "GH_ACTIONS_APP_PRIVATE_KEY":{"value":"----**********--","isSecret":true},  // 1,702-char RSA key
  "GH_PAT":                  {"value":"gith**********BfpL", "isSecret":true},   // 93-char PAT
  "AWS_ROLE_TO_ASSUME":      {"value":"arn:aws:iam::26******39:role/GithubAutomationPrisma…","isSecret":true},
  "WORKLOADS_DEV_AWS_ACCESS_KEY_ID":{"value":"AKIA**********5ED","isSecret":true},
  "ECR_REPOSITORY_URI":      {"value":"07******86.dkr.ecr.us-gov-west-1.amazonaws.com/****","isSecret":true},
  "GCP_SERVICE_ACCOUNT":     {"value":"gcp-****@felix-shared-services.iam.gserviceaccount.com","isSecret":true},
  "JFROG_AUTH_TOKEN":        {"value":"eyJ2**********hxiw", "isSecret":true},   // 759-char JWT
  "SECURITY_CI_ERRORS_WEBHOOK_URL":{"value":"https://hooks.slack.com/****","isSecret":true},
  "SIGNING_PASSWORD":        {"value":"xJRp**********EHL6", "isSecret":true}


Handling caution. Masking retains only a non-usable prefix/suffix; the real archive holds live tokens and private keys in full. Handle it as active credential material — stored encrypted, access-logged, never re-shared. Treat every referenced secret as compromised and rotate it.

7   Affected Organisations & Repositories

Victim manifests (owners.txt, repos.txt) enumerate 898 distinct compromised GitHub owners across 2,038 repositories. The distribution is long-tailed: 631 owners have a single affected repo, while the most-affected owner (Cencosud-Cencommerce) has 64. Critically, the owner list includes major global enterprises and regulated organisations.

FIGURE 4 — TOP COMPROMISED OWNERS BY REPOSITORY COUNT
Top 15 Compromised Owners by Repos (of 898 owners / 2,038 repos)
Cencosud-Cencommerce
64
karcher-digital
36
alianza-dev
29
BuiltTechnologies
26
cais-group
25
Wynshop
24
IDme
23
mcp-servers
22
YAtechnologies
20
adeo
20
NSXBet
19
emma-platform
19
apkappa-pal
18
DraegerSoftwareDevelopment
16
GumGum-Inc
16
010203040506070
Repositories compromised
The 15 owners with the most compromised repositories (of 898 owners / 2,038 repos). Long-tailed: 631 owners have one affected repo; the top owner has 64.

7.1  Notable named organisations (verified in owners/repos manifests)

OrganisationSectorExample repository (owner/repo)
MicrosoftTechnologymicrosoft/fabric-terraform-quickstart
Microsoft AzureCloudAzure/karpenter-provider-azure
IBMTechnologyIBM/mcp-context-forge
NVIDIATechnologyNVIDIA/garak
FedExLogisticsFedEx/*
John DeereManufacturingJohnDeere-Tech/*
TomTomTechnology / mapstomtom-internal/trivy-scan
PayPal (Zettle)FintechPayPal-Zettle/tf-modules
DeloitteProfessional svcsDeloitte-ConvergeConsumer/*, Deloitte-UK-Converge/*
BoschIndustrial / IoTbosch-energy-manager/hc-emma-backend
S&P GlobalFinancial dataspglobal-innersource/* (16 repos)
Elevance HealthHealthcareACT-ElevanceHealth-Sydney-Modernization/monorepo
84.51° (Kroger)Retail / data8451LLC/stratum-auto-insights-poc
Adeo (Leroy Merlin)Retailadeo/* (20 repos)
KärcherIndustrialkarcher-digital/* (36 repos)
DrägerMedical devicesDraegerSoftwareDevelopment/* (16 repos)
ID.meIdentity verificationIDme/* (23 repos)
CencosudRetail (LatAm)Cencosud-Cencommerce/* (64 repos)
1inchCrypto / DeFi1inch/fusion-solana-resolver


Note. Owner names are reproduced from the leak's own manifests to enable defensive notification; they indicate that a repository under the owner was implicated in the harvest and do not, by themselves, establish the depth of each organisation's exposure. Each named owner should independently verify via build-log forensics. The presence of Microsoft, healthcare (Elevance), financial-data (S&P Global), identity (ID.me) and a US GovCloud tenant materially raises the campaign's severity and notification urgency.

7.2  Cloud tenants & secret-scoped identifiers (from sample)

Beyond owner names, capture values embed cloud identifiers pinpointing specific tenants:

Indicator (from sample)TypeAffected entity / tenant
GHAPP_VASION_READ_REPOS_APP_*GitHub App (org-scoped)Vasion
DIAGRID_BOT_APPLICATION_*GitHub App (org-scoped)Diagrid
…@felix-shared-services.iam.gserviceaccount.comGCP service accountGCP project “felix-shared-services”
projects/455268596916/…/shared-p-wip-githubGCP workload-identity poolGCP tenant (project 455268596916)
492684252576 / 756016341984 / 833816692833 .dkr.ecr.us-east-1AWS ECR (account IDs)3× AWS tenants (us-east-1)
071032557399.dkr.ecr.sa-east-1AWS ECR (account ID)AWS tenant (South America)
073638633986.dkr.ecr.us-gov-west-1AWS GovCloud ECRAWS GovCloud tenant (US-Gov)
QS_ / FKT_ / LOCO_ prefixesOrg-scoped secret namesAdditional unattributed tenants


7.3  Affected owners — sample (45 of 898, by repository count)

Owner (repos)Owner (repos)Owner (repos)
Cencosud-Cencommerce (64)karcher-digital (36)alianza-dev (29)
BuiltTechnologies (26)cais-group (25)Wynshop (24)
IDme (23)mcp-servers (22)adeo (20)
YAtechnologies (20)emma-platform (19)NSXBet (19)
apkappa-pal (18)spglobal-innersource (16)GumGum-Inc (16)
DraegerSoftwareDevelopment (16)uneycom (15)sc-soluciones (15)
risk-bsy (15)greenqloud (15)PrinterLogic (15)
FedEx (15)mntv-ds (14)Multiplier-Core (14)
liebherr (13)VectraAI-Engineering (13)EAS-Test (13)
tarkenag (12)siloamhospitals (11)guestyorg (11)
energypool (11)CHECK24 (11)corp-ais (10)
bengo4com (10)agriness-team (10)timescale (9)
qc (9)leasebase (9)datavisyn (9)
VFGroup-VBIT (9)ThryvLabs (9)IT-GAIA (9)
GitHub-EDP (9)Deloitte-ConvergeConsumer (8)DTS-GDA-BI-Platform (8)


7.4  Affected repositories — sample (30 of 2,038)

Repository (owner / repo)Repository (owner / repo)
aquasecurity/trivy-actionreviewdog/action-trivy
microsoft/fabric-terraform-quickstartAzure/karpenter-provider-azure
IBM/mcp-context-forgeNVIDIA/garak
FedEx/eai-3531981-cdb-customer-serviceFedEx/eai-3535360-yos-ui
JohnDeere-Tech/change-request-apiJohnDeere-Tech/isg-dc-data-import-tool-server
tomtom-internal/trivy-scanPayPal-Zettle/tf-modules
Deloitte-ConvergeConsumer/AgenticGatewayDeloitte-ConvergeConsumer/CustomerGrowth
bosch-energy-manager/hc-emma-backendspglobal-innersource/capitaliq-foundation
8451LLC/stratum-auto-insights-pocadeo/DP4P-Product-Event-Fusion
1inch/fusion-solana-resolver1inch/ts-nestjs-modules-lib
IDme/account-apiIDme/anaconda
DraegerSoftwareDevelopment/OSS-app-cockpitadeo/cc--bigquery-scheduled-queries
karcher-digital/kap-ak-b2bec-cluster-configkarcher-digital/kap-ak-b2bec-infrastructure
Cencosud-Cencommerce/be-easy-cl-ccom-promotionsCencosud-Cencommerce/Liquibase-Redshift
Azure/dalec-build-defsspglobal-innersource/cess-atlassian-tools-foundation


Rows 1 above (aquasecurity/trivy-action, reviewdog/action-trivy) are the poisoned build-tooling repositories at the root of the chain; the remainder are victim repositories whose CI executed the backdoored Action. Full lists: 898 owners / 2,038 repositories.

Coverage & method note. The owner/repository counts (898 / 2,038) are taken from the leak's own victim manifests and are authoritative for this dataset. Cloud-tenant identifiers and the secret-type composition are derived from the recovered 1,073-file sample (~0.26% of captures); a complete per-secret and per-tenant extraction requires parsing the full ~152.5 GiB archive. Resecurity can produce that comprehensive mapping if provided the full extracted set.

8   Impact & Risk Assessment

Risk dimensionSeverityRationale
Second-order supply-chain propagationCRITICALStolen push/publish tokens (GITHUB_TOKEN, App keys, registry tokens) enable poisoning of downstream packages/artefacts
Source-code & CI-CD compromiseCRITICALWrite access to repositories and pipelines; secret exfiltration and workflow tampering
Cloud-account takeoverCRITICALAWS (incl. GovCloud), GCP and Firebase credentials enable lateral movement and data access
Container-registry poisoningHIGHECR/JFrog tokens allow malicious image push consumed by production
Code-signing abuseHIGHSigning passwords enable trusted-artefact forgery
Persistent accessHIGHGitHub App private keys and PATs outlive the ephemeral GITHUB_TOKEN
Government-tenant exposureHIGHUS GovCloud account present — elevated regulatory/national-security sensitivity


9   Attribution & TTPs (MITRE ATT&CK, assessed)

Assessed from dataset structure and public reporting of the associated campaign; not confirmed victim telemetry.
TacticTechnique (ID)Relevance
Initial AccessT1195.001/.002 Compromise Software Dependencies & ToolsBackdoored Trivy GitHub Action auto-installed by victim CI; poisoned litellm PyPI package
Privilege EscalationT1068 Exploitation for Priv-EscSANDCLOCK escalated to root on compromised runners
ExecutionT1059 Command & Scripting (CI runner)Malicious code runs inside CI/CD job context
Credential AccessT1552.001/.007 Unsecured Credentials (files, CI/CD env & tokens)Reads process env, mounted secrets, GITHUB_TOKEN
CollectionT1114 / T1530 local captureWrites secrets to local 127.0.0.1 capture files
ExfiltrationT1567 Exfiltration Over Web ServiceCapture files aggregated and exfiltrated to actor storage
ImpactT1195 downstream poisoning; T1657 Financial TheftEnables second-order supply-chain attacks and cloud abuse


10   Indicators & Detection Guidance

TypeValue / guidance
Artefact naming<YYYYMMDD>_<HHMMSS>_<µs>_127.0.0.1.txt on CI runners / build hosts
On-host indicatorUnexpected local files enumerating environment secrets during a build
Record signature"<name>":{"value":"…","isSecret":true} secret-store dumps written to disk
Capture window19–24 March 2026 (align build logs to this window)
Hunt — GitHubAnomalous GITHUB_TOKEN/App activity: unexpected pushes, package publishes, release edits, secret reads
Hunt — cloudUnusual AWS (incl. GovCloud) / GCP / Firebase API use from CI IPs; new ECR image pushes
Hunt — registryUnexpected JFrog/ECR pushes or auth from unfamiliar sources


11   Recommendations

▪ Immediate (0–72 hours)

  • Rotate everything referenced. Revoke/rotate GitHub App private keys, PATs, AWS/GCP/Firebase credentials, ECR/JFrog tokens, SSH keys and signing passwords; invalidate sessions. Ephemeral GITHUB_TOKENs expire, but persistent secrets exposed alongside them do not.
  • Audit for supply-chain propagation. Review repository push history, package/registry publishes and release edits during 19–24 Mar 2026; verify downstream artefact integrity and pin/verify dependencies.
  • Identify the malicious component. Examine CI/CD build logs for the trojanised dependency/Action; remove and block it; rebuild from known-good sources.
  • Notify affected tenants & authorities. Prioritise the GovCloud tenant and any regulated data; engage cloud providers and, where applicable, collaborate with national CERTs.
  • Contain cloud blast radius. Constrain OIDC/workload-identity trust, tighten IAM role conditions, and enable anomaly alerting on the implicated accounts.

▪ Short term (2–6 weeks)

  • Adopt short-lived, least-privilege CI secrets (OIDC federation over static keys); scope GITHUB_TOKEN to read-only by default and elevate per-job.
  • Enforce dependency pinning, provenance/attestation (e.g. build SLSA), and allow-listing of Actions; isolate runners.
  • Deploy secret-scanning and push-protection across repos and registries; add DLP on runners to detect local secret-dump files.
  • Establish continuous dark-web/leak monitoring for organisation tokens and cloud identifiers.

12   About Resecurity & Disclaimer

Resecurity is a cybersecurity and threat-intelligence company providing dark-web monitoring, digital-risk protection and CTI services to enterprises and government organizations. This report was produced by the Resecurity HUNTER threat-intelligence unit.

Provided for defensive, situational-awareness and victim-notification purposes only. Findings derive from analysis of the attacker's victim archive and its manifests, correlated with published incident reporting on the LiteLLM / TeamPCP (“SANDCLOCK”) supply-chain attack; the attack-chain narrative reflects that public reporting. 

Resecurity has not reproduced any live credential: all exhibits show real captures with secret values masked (start/end retained, entropy removed). Owner/repository counts (898 / 2,038) are taken from the leak manifests; per-secret and per-tenant details derive from the recovered 1,073-file sample. Organisation identifiers are surfaced solely to enable defensive notification; named entities are victims of a criminal supply-chain compromise and no fault is implied. Nothing herein is legal advice. 

Notiziario

Tieniti aggiornato con le ultime notizie e sviluppi sulla sicurezza informatica.

Iscrivendomi, comprendo e accetto che i miei dati personali saranno raccolti e trattati secondo Privacy e Informativa sui Cookie

Architettura Cloud
Architettura Cloud
445 S. Figueroa Street
Los Angeles, CA 90071
Google Maps
Contattaci compilando il modulo
Prova Resecurity prodotti oggi con un prova gratuita
Resecurity
Chiudi
Ciao! Sono qui per rispondere alle tue domande e aiutarti.
Prima di iniziare, potresti fornire il tuo nome ed e-mail?