besendorf
0fdc2c34b0
Document iOS device access from Docker ( #875 )
...
* Document iOS device access from Docker
* Simplify docker.md instructions
Removed unnecessary note about mounting the entire '/var/run' directory.
2026-08-17 13:42:22 +02:00
besendorf
067f053627
Add extensible CLI commands ( #853 )
...
* Add extensible CLI commands
* Handle plugin SystemExit failures
2026-08-05 23:30:28 +02:00
besendorf
93b7fb5232
Store message URLs in analysis output ( #856 )
2026-08-05 23:21:14 +02:00
besendorf
f483223e23
Add iOS sysdiagnose checking ( #832 )
...
* Add iOS sysdiagnose checking
* Clarify documentation navigation
2026-07-28 18:59:58 +02:00
besendorf
a6c3a805d8
Parallelize URL indicator checks ( #844 )
2026-07-27 15:03:02 +02:00
Nimrod B. and Janik Besendorf
f5b0a3cd91
WIP: Addition of a timer to virustotal checks ( #593 )
...
* Add delay option to virustotal checks (#408 )
* Fix missing delay argument
* Fix VirusTotal delay handling
* Fix mypy type for VirusTotal package map
---------
Co-authored-by: Janik Besendorf <janik@besendorf.org >
2026-07-01 12:36:56 +02:00
besendorf
a18e632ec8
Add shell completion command ( #817 )
2026-07-01 12:35:21 +02:00
besendorf
2689176c0e
Add custom module loading ( #816 )
2026-07-01 12:33:38 +02:00
besendorf
d590706e62
Add dependency-aware module execution ( #806 )
...
* Add dependency-aware module ordering
* Annotate module run order test state
2026-06-17 17:03:47 +02:00
besendorf
1e67a343ca
Document network access options ( #808 )
2026-06-05 20:27:42 +02:00
Donncha Ó Cearbhaill
5dacc2d6fb
Add documentation for Android intrusion logs ( #794 )
...
Introduces docs/android/intrusion_logs.md covering the check-intrusion-logs
command and the recommended AndroidQF + check-androidqf workflow, notes
intrusion logging as an Advanced Protection opt-in, links the page from
the Android methodology page, and wires it into the mkdocs navigation.
2026-05-12 17:27:43 +02:00
besendorf
436a0dc7c0
Convert dependency management to uv ( #785 )
2026-05-11 23:21:40 +02:00
c782d79974
V3 ( #716 )
...
* Run bugreport and backup modules during check-androidqf
Adding support to automatically run ADB backup and bugreport modules
automatically when running the check-androidqf command. This is a first
step to deduplicate the code for Android modules.
* Deduplicate modules which are run by the sub-commands.
* Raise the proper NoAndroidQFBackup exception when a back-up isn't found
* Remove check-adb command and update docs
* Remove check-apk code and old dependencies
* Major refactor to add structured alerting and typed indicators
This commit makes a structural change to MVT by changing binary
detected/not detected logic into a structured multi-level system
of alerts. This gives far more power to extend MVT and manage
alerts.
This commit also begins the process of adding proper typing for
key objects used in MVT including Indicators, IndicatorMatches,
and ModuleResults. This will also be keep to programmatically using
the output of MVT.
* Fix up, remove ADB module base
* Rework old detections tracking into stuctured alert levels
* Quote STIX path in log line
* Fix profile events log line
* Close open archive (zip/tar) file handles
* Fix root_binaries and mounts modules to use alertstore
* Update tests to use alertstore instead of detected attribute
* Fix alertstore method calls - use high() instead of warning()
* Fix remaining test errors
- Add log_latest() call in root_binaries to log each alert
- Fix UnboundLocalError in cmd_check_androidqf by initializing bugreport variable
- Remove incorrect backup.close() call since load_backup() returns bytes
- Remove duplicate from_ab method in cmd_check_backup that was using old attributes
* Log alerts on add
* Remove slug from alertstore calls
* update alerts.py
* update alerts.py
* move indicator_match to alert object
* .
* - Remove timeline_detected and route to alertstore
* fix typing for mypy
* Remove unused type imports
* Fix check_receiver_prefix and check_android_property_name
- check_receiver_prefix() used dict syntax (ioc["value"]) on Indicator
dataclass objects from get_iocs(). Changed to ioc.value/ioc.name.
- check_receiver_prefix() returned raw ioc instead of IndicatorMatch.
Now returns IndicatorMatch with descriptive message.
- Fixed return type annotations on both methods to Optional[IndicatorMatch].
- Removed unused Union import.
* Fix residual self.detected usage in packages and dumpsys_receivers
These modules still used self.detected.append() which no longer exists
after the alertstore migration. Converted to alertstore calls:
- packages.py: ROOT_PACKAGES detection → alertstore.high()
- dumpsys_receivers.py: receiver IOC match → alertstore.critical()
* Fix SMS module alertstore.high() call passing slug as message
The first argument was self.get_slug() (module slug) instead of a
human-readable message. The module is already auto-detected via
AlertStore._get_calling_module(). Also removed redundant log_latest().
* Apply suggestions from code review
Fix JSON serialization in `module.save_to_json` and fix argument order in iOS alertstore calls.
Co-authored-by: tes <tesitura@users.noreply.github.com >
* Remove unsupported ADB modules
* Fail removed check-adb command
* Fix alert serialization and logging
* Close sqlite connections in iOS modules
* Fix DEBUG messages not reaching handlers, save_to_json for dictionary results and TypeError on mixed event_time types in safary_history
* add matched_indicator via alertstore instead of directly modifying json objects
* Alert on battery daily uninstall and downgrade
* Lower alert severity to medium for suspicious items
* Switch version to 2026.4.28 CalVer
---------
Co-authored-by: Donncha Ó Cearbhaill <donncha.ocearbhaill@amnesty.org >
Co-authored-by: tes <tesitura@users.noreply.github.com >
Co-authored-by: Janik Besendorf <janik.besendorf@reporter-ohne-grenzen.de >
2026-04-29 14:32:29 +02:00
dependabot[bot] and dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dad2a7a928
Bump mkdocs-material from 9.6.20 to 9.7.6 ( #758 )
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.6.20 to 9.7.6.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.20...9.7.6 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-version: 9.7.6
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-27 15:20:17 +02:00
93df1eb1ea
Bump mkdocstrings from 1.0.0 to 1.0.4 ( #759 )
...
Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings ) from 1.0.0 to 1.0.4.
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases )
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/1.0.0...1.0.4 )
---
updated-dependencies:
- dependency-name: mkdocstrings
dependency-version: 1.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: besendorf <janik@besendorf.org >
2026-04-27 15:17:25 +02:00
01157efbfa
Bump mkdocs-autorefs from 1.4.3 to 1.4.4 ( #776 )
...
Bumps [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs ) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/mkdocstrings/autorefs/releases )
- [Changelog](https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mkdocstrings/autorefs/compare/1.4.3...1.4.4 )
---
updated-dependencies:
- dependency-name: mkdocs-autorefs
dependency-version: 1.4.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: besendorf <janik@besendorf.org >
2026-04-27 15:16:05 +02:00
5cba61b180
Bump mkdocstrings from 0.30.1 to 1.0.0 ( #730 )
...
Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings ) from 0.30.1 to 1.0.0.
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases )
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.30.1...1.0.0 )
---
updated-dependencies:
- dependency-name: mkdocstrings
dependency-version: 1.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: besendorf <janik@besendorf.org >
2026-03-25 15:24:07 +01:00
besendorf and Donncha Ó Cearbhaill
5a1166c416
Deprecate check-adb and recommend AndroidQF ( #723 )
...
Co-authored-by: Donncha Ó Cearbhaill <donncha.ocearbhaill@amnesty.org >
2025-12-19 12:44:43 +01:00
dependabot[bot] and dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
62b880fbff
Bump mkdocstrings from 0.30.0 to 0.30.1 ( #697 )
...
Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings ) from 0.30.0 to 0.30.1.
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases )
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.30.0...0.30.1 )
---
updated-dependencies:
- dependency-name: mkdocstrings
dependency-version: 0.30.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-22 20:03:04 +02:00
dependabot[bot] and dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b4a8dd226a
Bump mkdocs-material from 9.6.18 to 9.6.20 ( #691 )
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.6.18 to 9.6.20.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.18...9.6.20 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-version: 9.6.20
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-15 19:40:29 +02:00
dependabot[bot] and dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
88213e12c9
Bump mkdocs-autorefs from 1.4.2 to 1.4.3 ( #686 )
...
Bumps [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs ) from 1.4.2 to 1.4.3.
- [Release notes](https://github.com/mkdocstrings/autorefs/releases )
- [Changelog](https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mkdocstrings/autorefs/compare/1.4.2...1.4.3 )
---
updated-dependencies:
- dependency-name: mkdocs-autorefs
dependency-version: 1.4.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-05 18:30:36 +02:00
dependabot[bot] and dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5babc1fcf3
Bump mkdocs-material from 9.6.17 to 9.6.18 ( #683 )
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.6.17 to 9.6.18.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.17...9.6.18 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-version: 9.6.18
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-26 11:25:22 +02:00
616e870212
Bump mkdocs-material from 9.6.16 to 9.6.17 ( #678 )
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.6.16 to 9.6.17.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.16...9.6.17 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-version: 9.6.17
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tek <tek@randhome.io >
2025-08-20 11:13:59 +02:00
dbe9e5db9b
Bump mkdocstrings from 0.29.1 to 0.30.0 ( #671 )
...
Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings ) from 0.29.1 to 0.30.0.
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases )
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.29.1...0.30.0 )
---
updated-dependencies:
- dependency-name: mkdocstrings
dependency-version: 0.30.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tek <tek@randhome.io >
2025-07-28 22:42:37 +02:00
dependabot[bot] and dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
87034d2c7a
Bump mkdocs-material from 9.6.14 to 9.6.16 ( #672 )
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.6.14 to 9.6.16.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.14...9.6.16 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-version: 9.6.16
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-28 22:29:04 +02:00
883b450601
Bump mkdocstrings from 0.23.0 to 0.29.1 ( #649 )
...
Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings ) from 0.23.0 to 0.29.1.
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases )
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.23.0...0.29.1 )
---
updated-dependencies:
- dependency-name: mkdocstrings
dependency-version: 0.29.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tek <tek@randhome.io >
2025-06-20 11:29:34 +02:00
dependabot[bot] and dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ce813568ff
Bump mkdocs-autorefs from 1.2.0 to 1.4.2 ( #648 )
...
Bumps [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs ) from 1.2.0 to 1.4.2.
- [Release notes](https://github.com/mkdocstrings/autorefs/releases )
- [Changelog](https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mkdocstrings/autorefs/compare/1.2.0...1.4.2 )
---
updated-dependencies:
- dependency-name: mkdocs-autorefs
dependency-version: 1.4.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-20 11:28:24 +02:00
93303f181a
Bump mkdocs-material from 9.5.42 to 9.6.14 ( #647 )
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.42 to 9.6.14.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.42...9.6.14 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-version: 9.6.14
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tek <tek@randhome.io >
2025-06-20 11:24:12 +02:00
Rory Flynn
a2493baead
Documentation tweaks ( #599 )
...
* Adds link in install instructions to the command completion docs added in #597
* Small visual tweaks
2025-01-14 13:12:10 +01:00
Nim and Rory Flynn
0dc6228a59
Add command completion docs ( #410 ) ( #597 )
...
Co-authored-by: Rory Flynn <75283103+roaree@users.noreply.github.com >
2025-01-14 12:04:07 +01:00
Donncha Ó Cearbhaill
62cdfa1b59
Add info to docs on using docker image
2024-10-23 13:19:34 +02:00
Donncha Ó Cearbhaill
d6f3561995
Fix docs build dependencies
2024-10-23 12:34:47 +02:00
f4bf3f362b
Refactor CLI help messages to make the CLI code more readable and maintainable. ( #554 )
...
* - modified help message string storage and referencing for consistency
- grammar correction to docs/android/download_apks.md
- changed ios backup help message from a format string that would reference
and explicitly print the environment variable, to printing the name of the
environment variable itself
* Fix formatting for help message refactor
---------
Co-authored-by: jazzy0verflow <hi@ra0x1duk3.mozmail.com >
Co-authored-by: kh0rvus <50286871+kh0rvus@users.noreply.github.com >
2024-10-17 12:28:42 +02:00
Tek and Donncha Ó Cearbhaill
052c4e207b
Improves STIX2 support and testing ( #523 )
...
* Improves STIX2 support and testing
* Adds documentation on STIX2 support in MVT
---------
Co-authored-by: Donncha Ó Cearbhaill <donncha.ocearbhaill@amnesty.org >
2024-10-16 16:47:10 +02:00
Donncha Ó Cearbhaill
f9d7b550dc
Add docs explaining how to seek expert help for forensic analysis ( #476 )
...
* Update forensic support links in the documentation
* Add expert help message to MVT output
* Add warning to disable ADB after an Android acquisition
* Include Developer Options in the ADB warning text
2024-04-08 18:47:59 +02:00
renini and renini
b738603911
Usbmuxd debug option changed from -d to -v ( #464 )
...
Co-authored-by: renini <renini@local>
2024-04-08 18:34:34 +02:00
Dean Ben
4ea53d707b
Update install.md ( #461 )
...
fixed mistakes
2024-02-14 10:53:55 +01:00
Rory Flynn
bb7a22ed0b
Update install docs ( #449 )
2024-02-05 14:17:40 +01:00
Donncha Ó Cearbhaill
bdd0124b80
Fix invalid docs file path
2023-11-09 12:59:18 +01:00
Donncha Ó Cearbhaill
f786e2c9bf
Update docs to point to Security Lab website
2023-11-08 16:42:44 +01:00
Jakub Wilk
63c4dea3d0
Fix capitalization of "PyPI" ( #404 )
2023-10-04 23:43:45 +02:00
tek
9a831b5930
Adds GlobalPreferences iOS module
2023-08-02 15:28:16 +02:00
Donncha Ó Cearbhaill
34fa77ae4d
Add documentation for new options
2023-07-22 19:49:59 +02:00
Donncha Ó Cearbhaill
46cc54df74
Add information about public indicators and support avenues to documentation
2023-06-30 19:43:30 +02:00
Donncha Ó Cearbhaill
17963f83d6
Fix URL to indicator repo in docs
2023-06-29 16:49:20 +02:00
Donncha Ó Cearbhaill
3babbadc1d
Add docs for the profiling feature
2023-06-29 14:55:09 +02:00
tek
551b95b38b
Improves documentation
2023-04-13 16:11:55 +02:00
Tek
c8ae495971
Extract all messages from SMS and WhatsApp ( #337 )
2023-04-12 12:39:25 +02:00
tek
1ad176788b
Updates install instructions from sources
2023-03-24 15:11:21 +01:00
tek
89c6a35c26
Update documentation on making backups with Finder
2023-02-21 14:31:44 -05:00