如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
!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服务基于https://hub.docker.com/r/cccs/assemblyline-v4-service-base%E6%9E%84%E5%BB%BA%EF%BC%8C%E8%AF%A5%E5%9F%BA%E7%A1%80%E9%95%9C%E5%83%8F%E5%9F%BA%E4%BA%8EDebian 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=http://$(ip addr show docker0 | grep "inet " | awk '{print $2}' | cut -f1 -d"/"):5003 \ --network=host \ cccs/assemblyline-service-iparse
| 环境变量 | 描述 | 示例值 |
|---|---|---|
| SERVICE_API_HOST | Assemblyline服务API主机地址 | [***] |
要将此服务添加到您的Assemblyline部署中,请遵循https://cybercentrecanada.github.io/assemblyline4_docs/developer_manual/services/run_your_service/#add-the-container-to-your-deployment%E3%80%82
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务