diff --git a/decnet/canary/cultivator.py b/decnet/canary/cultivator.py index 8f7a222f..88288ff3 100644 --- a/decnet/canary/cultivator.py +++ b/decnet/canary/cultivator.py @@ -46,6 +46,8 @@ _CLASS_TO_GENERATOR: dict[ContentClass, str] = { ContentClass.CANARY_HONEYDOC_DOCX: "honeydoc_docx", ContentClass.CANARY_HONEYDOC_PDF: "honeydoc_pdf", ContentClass.CANARY_MYSQL_DUMP: "mysql_dump", + ContentClass.CANARY_FINGERPRINT_HTML: "fingerprint_html", + ContentClass.CANARY_FINGERPRINT_SVG: "fingerprint_svg", } @@ -62,6 +64,8 @@ _GENERATOR_TO_KIND: dict[str, str] = { "honeydoc_pdf": "http", "ssh_key": "dns", # trip is DNS resolution of host comment "mysql_dump": "dns", # trip is DNS resolution of subdomain + "fingerprint_html": "http", # obfuscated JS beacons GET /c/ + "fingerprint_svg": "http", # same, embedded inside SVG