Projects STRLCPY LogonTracer Commits e18fa6c9
🤬
  • ■ ■ ■ ■
    .github/workflows/logontracer-test.yml
    skipped 10 lines
    11 11   runs-on: ubuntu-latest
    12 12   strategy:
    13 13   matrix:
    14  - python-version: [3.6, 3.7, 3.8]
     14 + python-version: [3.6, 3.7, 3.8, 3.9]
    15 15   
    16 16   steps:
    17 17   - name: Checkout code
    skipped 22 lines
  • ■ ■ ■ ■
    .github/workflows/publish-docker-image.yml
    skipped 10 lines
    11 11   runs-on: ubuntu-latest
    12 12   strategy:
    13 13   matrix:
    14  - python-version: [3.6, 3.7, 3.8]
     14 + python-version: [3.6, 3.7, 3.8, 3.9]
    15 15   
    16 16   steps:
    17 17   - name: Checkout code
    skipped 39 lines
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 12 lines
    13 13   * **4672**: Assign special privileges
    14 14   
    15 15   More details are described in the following documents:
    16  - * [Visualise Event Logs to Identify Compromised Accounts - LogonTracer -](http://blog.jpcert.or.jp/2017/11/visualise-event-logs-to-identify-compromised-accounts---logontracer-.html)
    17  - * [イベントログを可視化して不正使用されたアカウントを調査](https://www.jpcert.or.jp/magazine/acreport-logontracer.html) (Japanese)
     16 + * [Visualise Event Logs to Identify Compromised Accounts - LogonTracer -](https://blogs.jpcert.or.jp/en/2017/11/visualise-event-logs-to-identify-compromised-accounts---logontracer-.html)
     17 + * [イベントログを可視化して不正使用されたアカウントを調査](https://blogs.jpcert.or.jp/ja/2017/11/logontracer.html) (Japanese)
    18 18   
    19 19   ![LogonTracer sample](images/sample.png)
    20 20   
    skipped 27 lines
Please wait...
Page is in error, reload to recover