Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
ma2tl — mac_aptの分析結果データベースを使用するmacOSフォレンジックタイムライン生成ツール | Kitploit
ツール/GitHubGitHub/mnrkbys/ma2tl
フォレンジックデジタルフォレンジック
GitHubmnrkbys/ma2tl

ma2tl

mac_aptの分析結果データベースを使用するmacOSフォレンジックタイムライン生成ツール

リポジトリを見る
95733年前Kitploit レビュー済み

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

ma2tl (mac_apt からタイムラインへ)

これは、mac_apt の分析結果データベースから macOS フォレンジックタイムラインを生成する DFIR ツールです。

必要条件

  • Python 3.7.0 以降
  • pytz
  • tzlocal
  • xlsxwriter

インストール

root@kitploit:~
% git clone https://github.com/mnrkbys/ma2tl.git

使用方法

root@kitploit:~
% python ./ma2tl.py -h
usage: ma2tl.py [-h] [-i INPUT] [-o OUTPUT] [-ot OUTPUT_TYPE] [-s START] [-e END] [-t TIMEZONE] [-l LOG_LEVEL] plugin [plugin ...]

Forensic timeline generator using mac_apt analysis results. Supports only SQLite DBs.

positional arguments:
  plugin                Plugins to run (space separated).

optional arguments:
  -h, --help            show this help message and exit
  -i INPUT, --input INPUT
                        Path to a folder that contains mac_apt DBs.
  -o OUTPUT, --output OUTPUT
                        Path to a folder to save ma2tl result.
  -ot OUTPUT_TYPE, --output_type OUTPUT_TYPE
                        Specify the output file type: SQLITE, XLSX, TSV (Default: SQLITE)
  -s START, --start START
                        Specify start timestamp. (ex. 2021-11-05 08:30:00)
  -e END, --end END     Specify end timestamp.
  -t TIMEZONE, --timezone TIMEZONE
                        Specify Timezone: "UTC", "Asia/Tokyo", "US/Eastern", etc (Default: System Local Timezone)
  -l LOG_LEVEL, --log_level LOG_LEVEL
                        Specify log level: INFO, DEBUG, WARNING, ERROR, CRITICAL (Default: INFO)

The following 4 plugins are available:
    FILE_DOWNLOAD       Extract file download activities.
    PERSISTENCE         Extract persistence settings.
    PROG_EXEC           Extract program execution activities.
    VOLUME_MOUNT        Extract volume mount/unmount activities.
    ----------------------------------------------------------------------------
    ALL                 Run all plugins

生成されるタイムラインの例

シナリオ タイムライン

注意事項

残念ながら、最新バージョンの mac_apt は Unified Logs ファイルを正しく解析できません。そのため、UnifiedLogs.db を helper tools で作成されたデータベースに置き換える必要があります。

発表

このツールは Japan Security Analyst Conference 2022 (JSAC2022) で発表されました。

スライドは以下から入手できます:

  • 日本語版
  • 英語版

作者

Minoru Kobayashi

ライセンス

MIT

ツールをダウンロード