cccs/assemblyline-service-iparse!GitHub !GitHub !GitHub Issues or Pull Requests by label !License
IPArse Service是Assemblyline 4框架中的IPA(iOS)信息提取服务,专门用于从IPA包文件中提取关键信息。该服务作为Assemblyline框架的一部分,提供对iOS应用包的深度分析能力。
该服务在可用时将输出以下信息:
识别捆绑包的主要可执行文件。
列出所有PLIST文件数据,并识别已知键(在keys.json文件中列出)和未知键
结果中的标记值:
file.plist.installer_urlfile.plist.build.machine_osfile.plist.cf_bundle.development_regionfile.plist.cf_bundle.display_namefile.plist.cf_bundle.executablefile.plist.cf_bundle.identifierfile.plist.cf_bundle.namefile.plist.cf_bundle.pkg_typefile.plist.cf_bundle.version.shortfile.plist.cf_bundle.signaturefile.plist.cf_bundle.url_schemefile.plist.cf_bundle.version.longfile.plist.dt.compilerfile.plist.dt.platform.buildfile.plist.dt.platform.namefile.plist.dt.platform.versionfile.plist.ls.background_onlyfile.plist.ls.min_system_versionfile.plist.min_os_versionfile.plist.ns.apple_script_enabledfile.plist.ns.principal_classfile.plist.request_open_accessfile.plist.ui.background_modesfile.plist.ui.requires_persistent_wififile.plist.wk.app_bundle_identifier显示PkgInfo文件中的信息
标记潜在感兴趣的文件,例如证书和plist文件。
使用FrankenStrings Patterns模块检测IOC模式。
IPArse Service专为移动应用安全分析场景设计,适用于:
该服务作为Assemblyline框架的一部分,最适合集成到自动化安全分析管道中,但也支持独立测试运行。
Assemblyline服务基于Assemblyline服务基础镜像构建,该基础镜像基于Debian 11并包含Python 3.11。
Assemblyline服务使用以下标签定义:
| 标签类型 | 描述 | 示例标签 |
|---|---|---|
| latest | 最新构建版本(可能不稳定) | latest |
| build_type | 构建类型。dev是最新的不稳定构建,stable是最新的稳定构建 | stable 或 dev |
| series | 完整的构建详情,包括版本和构建类型:version.buildType | 4.5.stable、4.5.1.dev3 |
如果您想在本地测试此服务,可以直接从shell运行Docker镜像:
bashdocker run \ --name Iparse \ --env SERVICE_API_HOST=[***] addr show docker0 | grep "inet " | awk '{print $2}' | cut -f1 -d"/"):5003 \ --network=host \ cccs/assemblyline-service-iparse
| 环境变量 | 描述 | 示例值 |
|---|---|---|
| SERVICE_API_HOST | Assemblyline服务API主机地址 | [***] |
要将此服务添加到您的Assemblyline部署中,请遵循官方指南。
manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务