Add Android forensics, IOC threat-intel DB, Compose companion; scrub secrets from configs
This commit is contained in:
21
data/ioc/spyware/imazing/LICENSE
Normal file
21
data/ioc/spyware/imazing/LICENSE
Normal file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2023 DigiDNA
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
20
data/ioc/spyware/imazing/README.md
Normal file
20
data/ioc/spyware/imazing/README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# iMazing Indicators Of Compromise
|
||||
Indicators of compromise (in STIX v2 format) generated by the iMazing team.
|
||||
|
||||
The iMazing Spyware Analyzer automatically downloads the latest versions of indicators of compromise provided by Amnesty Tech's Security Lab, Citizen Lab, Google’s Threat Analysis Group, and other sources listed below. It also includes those available in this repository, generated by our team, when there are no public STIX files available for a specific spyware or malware, or when we believe our STIX files are better suited to how iMazing Spyware Analyzer works. Note that iMazing analyzes data by extracting it from iOS backups, rather than accessing it from the device file system via a jailbreak.
|
||||
|
||||
## iMazing Spyware Analyzer downloads the following indicators:
|
||||
* https://github.com/DigiDNA/iMazing-Indicators-Of-Compromise/blob/main/imazing_stix_files.json
|
||||
* https://github.com/AmnestyTech/investigations/tree/master/2021-07-18_nso
|
||||
* https://github.com/mvt-project/mvt-indicators/tree/main/intellexa_predator
|
||||
* https://github.com/mvt-project/mvt-indicators/tree/main/2022-06-23_rcs_lab
|
||||
* https://github.com/AssoEchap/stalkerware-indicators
|
||||
* https://github.com/DigiDNA/iMazing-Indicators-Of-Compromise/blob/main/spywares/2023-04-11_KingsPawn-QuaDream/kingspawn.stix2
|
||||
* https://github.com/mvt-project/mvt-indicators/tree/main/2023-06_01_operation_triangulation
|
||||
* https://github.com/AmnestyTech/investigations/tree/master/2024-12-16_serbia_novispy
|
||||
* https://github.com/AmnestyTech/investigations/tree/master/2024-05-02_wintego_helios
|
||||
* https://github.com/mvt-project/mvt-indicators/tree/eaglemsgspy/2024-12-25_eaglemsgspy
|
||||
* https://github.com/mvt-project/mvt-indicators/tree/main/candiru
|
||||
|
||||
## You can find iMazing Spyware Analyzer's code in the following repository:
|
||||
* https://github.com/DigiDNA/iMazing-Malware-Analyzer
|
||||
14
data/ioc/spyware/imazing/imazing_stix_files.json
Normal file
14
data/ioc/spyware/imazing/imazing_stix_files.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"stix_urls": [
|
||||
"https://raw.githubusercontent.com/AmnestyTech/investigations/master/2021-07-18_nso/pegasus.stix2",
|
||||
"https://raw.githubusercontent.com/mvt-project/mvt-indicators/main/intellexa_predator/predator.stix2",
|
||||
"https://raw.githubusercontent.com/mvt-project/mvt-indicators/main/2022-06-23_rcs_lab/rcs.stix2",
|
||||
"https://raw.githubusercontent.com/AssoEchap/stalkerware-indicators/master/generated/stalkerware.stix2",
|
||||
"https://raw.githubusercontent.com/DigiDNA/iMazing-Indicators-Of-Compromise/main/spywares/2023-04-11_KingsPawn-QuaDream/kingspawn.stix2",
|
||||
"https://raw.githubusercontent.com/mvt-project/mvt-indicators/main/2023-06_01_operation_triangulation/operation_triangulation.stix2",
|
||||
"https://raw.githubusercontent.com/AmnestyTech/investigations/master/2024-12-16_serbia_novispy/novispy.stix2",
|
||||
"https://raw.githubusercontent.com/mvt-project/mvt-indicators/refs/heads/main/candiru/candiru.stix2",
|
||||
"https://raw.githubusercontent.com/AmnestyTech/investigations/refs/heads/master/2024-05-02_wintego_helios/wintego_helios.stix2",
|
||||
"https://raw.githubusercontent.com/mvt-project/mvt-indicators/refs/heads/eaglemsgspy/2024-12-25_eaglemsgspy/eaglemsgspy.stix2"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
# KingsPawn Spyware Indicators of Compromise
|
||||
This folder contains indicators of compromise (in STIX v2 format) generated by the iMazing team for the KingsPawn spyware from QuaDream, which was discovered by Citizen Lab and Microsoft.
|
||||
|
||||
The spyware targeted iOS 14 using a zero-click exploit called _ENDOFDAYS_. Further details can be found here:
|
||||
* https://citizenlab.ca/2023/04/spyware-vendor-quadream-exploits-victims-customers/
|
||||
* https://www.microsoft.com/en-us/security/blog/2023/04/11/dev-0196-quadreams-kingspawn-malware-used-to-target-civil-society-in-europe-north-america-the-middle-east-and-southeast-asia/
|
||||
|
||||
These indicators of compromise are based on the list of domains provided in Microsoft's article, as well as the process names mentioned in both Citizen Lab and Microsoft's articles.
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user