chore: refresh Featured Research and drop duplicated post images - #68
Merged
Merged
Conversation
README: add the two most recent reports (HVNC Windows backdoor, hardcoded app key remote config) to the Featured Research table. Images: 10-1.png in the HVNC post was a byte-identical copy of 10.png, so the post now points at 10.png and the duplicate is gone — this also puts the filename back in line with the 01..24 sequence. cs2-ransomware/image-14.png and image-15.png were copies of each other, unreferenced, and past the end of that post's figure sequence. Output is unchanged: 31 pages, and the HVNC post still renders its 24 figures with the same content hashes. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SCGof6E8MrS772HhsYZT5a
serros404
approved these changes
Sep 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Two pieces of repo housekeeping, no design or behaviour changes.
README — Featured Research
The table was missing the two most recent reports. Added:
Duplicated images
hvnc-windows-backdoor/10-1.pngwas a byte-identical copy of10.png(same md5). The post referenced10-1.pngwhile10.pngsat unused. The post now points at10.pngand the duplicate is removed — this also restores the01..24filename sequence.cs2-ransomware/image-14.pngandimage-15.pngwere copies of each other, unreferenced, and past the end of that post's figure sequence (image..image-13).Verification
npm run build→ exit 0, 31 pages, no new warnings10.pngbuilds to content hashuutZZM1C— the same hash the old10-1.pngproduced, so the published output is byte-identicalNot included
Three unreferenced images were left in place because they are real analysis figures, not leftovers, and whether to publish them is an editorial call:
valleyrat/image-9.pngvalleyrat/image-14.png206.238.115.209in a TCP connection viewxwormRAT/image-2.pngEach sits in a gap in its post's figure sequence, which suggests it was cut or forgotten rather than abandoned.
🤖 Generated with Claude Code