www.archline.hu — clean post-compromise baseline #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "baseline-build/47"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What this is
The clean, post-compromise code baseline of the www.archline.hu docroot (Joomla 3.8.11) — a malware-free, faithful reproduction of the live server's source files, used as the known-good reference for the HIDS baseline-diff.
The repo stores the baseline constituents plus a generator script; it is not the deployed tree.
Build it
Prerequisites: bash, rsync, git. No PHP, no network. Full guide in README.md.
Structure
core/— Joomla 3.8.11 official package (deployed form)packages/— 5 upstream-obtainable extensions; modified ones show the exact delta vs upstream in git history (pristine -> reconcile commits)deployed/— ~55 no-source extensions (vetted live files)cadline/— Cadline own-code;common_cadline_libraries+maintenanceare submodules of the developer repos (update viagit submodule update --remote-> rebuild -> commit)overrides/— Cadline core modificationsmalware-iocs.md) and runtime data are excludedVerification (against the live RO mirror)
out/= ~23,544 files. Byte-matches live for all legit code; intentionally clean on the 4 attacker-infected files (3 trojanized core files +shaper_helix3/index.phpcloaking) so the HIDS flags them on live. Non-malware code residual = 0.Note on history
The branch history was rewritten to strip operator-internal references, so it is unrelated to main's initial commit. Merging brings the clean baseline into main; main's very first commit still carries those references in history (fully removing it would require a force-push on main).
🤖 Generated with Claude Code
Pull request closed