diff --git a/artifacts/__init__.py b/artifacts/__init__.py index 1c0651a0..bc6e2b58 100644 --- a/artifacts/__init__.py +++ b/artifacts/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- """ForensicArtifacts.com Artifact Repository.""" -__version__ = '20240401' +__version__ = '20240518' diff --git a/config/dpkg/changelog b/config/dpkg/changelog index 2c9bb87e..b4a85577 100644 --- a/config/dpkg/changelog +++ b/config/dpkg/changelog @@ -1,5 +1,5 @@ -artifacts (20240401-1) unstable; urgency=low +artifacts (20240518-1) unstable; urgency=low * Auto-generated - -- Forensic artifacts Mon, 01 Apr 2024 08:46:00 +0200 + -- Forensic artifacts Sat, 18 May 2024 07:32:22 +0200 diff --git a/docs/sources/background/Stats.md b/docs/sources/background/Stats.md index bea580f7..0a36a2da 100644 --- a/docs/sources/background/Stats.md +++ b/docs/sources/background/Stats.md @@ -4,12 +4,12 @@ The artifact definitions can be found in the [artifacts/data directory](https://github.com/ForensicArtifacts/artifacts/tree/main/artifacts/data) and the format is described in detail in the [Style Guide](https://artifacts.readthedocs.io/en/latest/sources/Format-specification.html). -Status of the repository as of 2024-04-01 +Status of the repository as of 2024-05-18 Description | Number --- | --- -Number of artifact definitions: | 835 -Number of file paths: | 2289 +Number of artifact definitions: | 836 +Number of file paths: | 2290 Number of Windows Registry key paths: | 677 ### Artifact definition source types @@ -18,7 +18,7 @@ Identifier | Number --- | --- ARTIFACT_GROUP | 48 COMMAND | 10 -FILE | 549 +FILE | 550 PATH | 28 REGISTRY_KEY | 57 REGISTRY_VALUE | 116 @@ -31,5 +31,5 @@ Identifier | Number Darwin | 213 ESXi | 16 Linux | 248 -Windows | 383 +Windows | 384 diff --git a/setup.cfg b/setup.cfg index c649a77e..a1dc4364 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = artifacts -version = 20240401 +version = 20240518 description = ForensicArtifacts.com Artifact Repository. long_description = A free, community-sourced, machine-readable knowledge base of forensic artifacts that the world can use both as an information source and within other tools. long_description_content_type = text/plain