diff --git a/artifacts/__init__.py b/artifacts/__init__.py index 0e83ba93..b2097285 100644 --- a/artifacts/__init__.py +++ b/artifacts/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- """ForensicArtifacts.com Artifact Repository.""" -__version__ = '20230815' +__version__ = '20230928' diff --git a/config/dpkg/changelog b/config/dpkg/changelog index ee9f72f7..fdd0a016 100644 --- a/config/dpkg/changelog +++ b/config/dpkg/changelog @@ -1,5 +1,5 @@ -artifacts (20230815-1) unstable; urgency=low +artifacts (20230928-1) unstable; urgency=low * Auto-generated - -- Forensic artifacts Tue, 15 Aug 2023 06:33:23 +0200 + -- Forensic artifacts Thu, 28 Sep 2023 13:23:32 +0200 diff --git a/docs/sources/background/Stats.md b/docs/sources/background/Stats.md index 58690ac7..7a266f29 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 [data directory](https://github.com/ForensicArtifacts/artifacts/tree/main/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 2023-08-15 +Status of the repository as of 2023-09-28 Description | Number --- | --- -Number of artifact definitions: | 800 -Number of file paths: | 2043 +Number of artifact definitions: | 801 +Number of file paths: | 2047 Number of Windows Registry key paths: | 677 ### Artifact definition source types @@ -18,7 +18,7 @@ Identifier | Number --- | --- ARTIFACT_GROUP | 47 COMMAND | 10 -FILE | 515 +FILE | 516 PATH | 28 REGISTRY_KEY | 57 REGISTRY_VALUE | 116 @@ -31,5 +31,5 @@ Identifier | Number Darwin | 200 ESXi | 16 Linux | 243 -Windows | 366 +Windows | 367