Skip to content

Broken report links in README "Malware Family Analysis Report Showcase" table #940

Description

@pulorsok

Description

In the README, the Malware Family Analysis Report Showcase table provides a View link for each family. All of these links are currently broken.

Steps to Reproduce

  1. Open README.md and locate the malware family table.
  2. Click any View link, e.g. DroidKungFu:
    https://quark-engine.readthedocs.io/en/latest/quark_rules.html#new-quark-rules-for-droidkungfu
  3. The page does not load the expected content.

Root Cause

The links target quark_rules.html, but no such page exists in the documentation. The family report content lives in docs/source/malware_report.rst, which builds to malware_report.html. As a result, every View link resolves to a non-existent page.

Expected

Each View link opens the corresponding family section in the published documentation.

Suggested Fix

  • Update the README links from quark_rules.html#... to the correct page (malware_report.html#<anchor>).
  • Verify each anchor matches the actual section heading. Note: the headings for Brata, Cerberus, SuperCardX, and NGate use a different naming pattern, so their anchors will not match new-quark-rules-for-<family> until the heading inconsistency is resolved (tracked separately).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions