Chaitin Tech 数字情报/任务管理 API
The 数字情报/任务管理 API from Chaitin Tech — 950 operation(s) for 数字情报/任务管理.
The 数字情报/任务管理 API from Chaitin Tech — 950 operation(s) for 数字情报/任务管理.
openapi: 3.0.3
info:
title: APISec Management account 数字情报/任务管理 API
version: '26.05'
description: Generated from APISec skyview APIView classes.
tags:
- name: 数字情报/任务管理
paths:
/v1/drps/task-session:
get:
deprecated: false
description: ''
parameters:
- description: 空间ID
in: query
name: space
required: true
schema:
type: integer
- description: 任务类型
in: query
name: task_type
required: false
schema:
enum:
- github
- netdisk
- document
- darknet
- stealer
- email
- mobile_app
- new_media
type: string
x-apifox:
enumDescriptions:
darknet: 暗网情报
document: 文库泄露
email: 企业邮箱
github: 开发社区泄露
mobile_app: 移动应用
netdisk: 网盘泄露
new_media: 新媒体
stealer: 失窃数据
- description: 状态
in: query
name: status
required: false
schema:
enum:
- waiting
- running
- finished
- deleting
- failed
type: string
x-apifox:
enumDescriptions:
deleting: 已终止
failed: 已失败
finished: 已完成
running: 运行中
waiting: 待运行
- description: 页码
in: query
name: page
required: false
schema:
type: integer
- description: 分页大小
in: query
name: size
required: false
schema:
type: integer
responses:
'200':
content:
application/json:
example:
code: 200
data:
current: 1
items:
- created_at: '2025-04-27 15:46:18'
done: 0
finished_at: '2025-04-27 17:00:37'
id: 4
pending: false
remaining_time: 0
status: finished
task_name: 手动-yahu.yan
task_type: github
total: 0
- created_at: '2025-04-27 17:23:06'
done: 0
finished_at: '2025-04-27 17:23:09'
id: 9
pending: false
remaining_time: 0
status: finished
task_name: 手动-yahu.yan
task_type: github
total: 0
- created_at: '2025-05-09 11:26:29'
done: 0
finished_at: '2025-05-09 11:36:34'
id: 24
pending: false
remaining_time: 0
status: finished
task_name: 手动-yahu.yan
task_type: github
total: 0
size: 20
total: 10
message: ''
schema:
properties:
code:
title: 响应码
type: integer
data:
properties:
current:
title: 当前页码
type: integer
items:
items:
properties:
created_at:
title: 创建时间
type: string
done:
title: 已完成子任务数
type: integer
finished_at:
title: 完成时间
type: string
id:
title: 任务ID
type: integer
pending:
title: 是否运行中
type: boolean
remaining_time:
title: 剩余时间
type: integer
status:
title: 任务状态
type: string
task_name:
title: 任务名称
type: string
task_type:
title: 任务类型
type: string
total:
title: 子任务数
type: integer
required:
- id
- task_name
- task_type
- status
- done
- total
- remaining_time
- pending
- created_at
- finished_at
type: object
type: array
size:
title: 分页大小
type: integer
total:
title: 总数
type: integer
required:
- current
- size
- total
- items
title: 数据
type: object
message:
title: 消息
type: string
required:
- code
- message
- data
type: object
description: ''
headers: {}
x-apifox-name: 成功
security:
- apikey-header-TOKEN: []
summary: 任务列表
tags:
- 数字情报/任务管理
x-apifox-folder: 数字情报/任务管理
x-apifox-status: released
x-run-in-apifox: https://app.apifox.com/web/project/4506488/apis/api-298386348-run
/v1/drps/task-session/batch-create:
post:
deprecated: false
description: ''
parameters:
- description: 空间ID
in: query
name: space
required: true
schema:
type: integer
requestBody:
content:
application/json:
schema:
properties:
type_list:
items:
enum:
- github
- netdisk
- document
- darknet
- stealer
- email
- mobile_app
- new_media
type: string
x-apifox:
enumDescriptions:
darknet: 暗网情报
document: 文库泄露
email: 企业邮箱
github: 开发社区泄露
mobile_app: 移动应用
netdisk: 网盘泄露
new_media: 新媒体
stealer: 失窃数据
title: 任务标识列表
type: array
required:
- type_list
type: object
x-apifox-orders:
- type_list
responses:
'200':
content:
application/json:
example:
code: 200
data:
- created_at: '2025-05-21 11:53:10'
done: 0
finished_at: ''
id: 48
pending: false
remaining_time: 0
status: waiting
task_name: OpenApi-524ea65f129c483d9c061543********
task_type: github
total: 0
- created_at: '2025-05-21 11:53:10'
done: 0
finished_at: ''
id: 49
pending: false
remaining_time: 0
status: waiting
task_name: OpenApi-524ea65f129c483d9c061543********
task_type: stealer
total: 0
message: ''
schema:
properties:
code:
title: 响应码
type: integer
data:
items:
properties:
created_at:
title: 创建时间
type: string
done:
title: 已完成子任务数
type: integer
finished_at:
title: 完成时间
type: string
id:
title: 任务ID
type: integer
pending:
title: 是否正在运行
type: boolean
remaining_time:
title: 剩余时间
type: integer
status:
enum:
- waiting
- running
- finished
- deleting
- failed
title: 任务状态
type: string
x-apifox:
enumDescriptions:
deleting: 已终止
failed: 已失败
finished: 已完成
running: 运行中
waiting: 待运行
task_name:
title: 任务名称
type: string
task_type:
enum:
- github
- netdisk
- document
- darknet
- stealer
- email
- mobile_app
- new_media
title: 任务类型
type: string
x-apifox:
enumDescriptions:
darknet: 暗网情报
document: 文库泄露
email: 企业邮箱
github: 开发社区泄露
mobile_app: 移动应用
netdisk: 网盘泄露
new_media: 新媒体
stealer: 失窃数据
total:
title: 子任务数
type: integer
required:
- id
- task_name
- task_type
- status
- done
- total
- remaining_time
- pending
- created_at
- finished_at
type: object
x-apifox-orders:
- id
- task_name
- task_type
- status
- done
- total
- remaining_time
- pending
- created_at
- finished_at
type: array
message:
title: 消息
type: string
required:
- code
- message
- data
type: object
x-apifox-orders:
- code
- message
- data
description: ''
headers: {}
x-apifox-name: 成功
security:
- apikey-header-TOKEN: []
summary: 批量创建任务
tags:
- 数字情报/任务管理
x-apifox-folder: 数字情报/任务管理
x-apifox-status: released
x-run-in-apifox: https://app.apifox.com/web/project/4506488/apis/api-298678966-run
/v1/drps/task-session/deleting:
post:
deprecated: false
description: ''
parameters:
- description: 空间ID
in: query
name: space
required: true
schema:
type: integer
requestBody:
content:
application/json:
schema:
properties:
pk:
items:
type: integer
title: 任务ID列表
type: array
required:
- pk
type: object
x-apifox-orders:
- pk
responses:
'200':
content:
application/json:
example:
code: 200
data: {}
message: ''
schema:
properties:
code:
title: 响应码
type: integer
data:
properties: {}
title: 数据
type: object
message:
title: 消息
type: string
required:
- code
- message
- data
type: object
description: ''
headers: {}
x-apifox-name: 成功
security:
- apikey-header-TOKEN: []
summary: 批量终止任务
tags:
- 数字情报/任务管理
x-apifox-folder: 数字情报/任务管理
x-apifox-status: released
x-run-in-apifox: https://app.apifox.com/web/project/4506488/apis/api-298406050-run
/v1/drps/task-session/{pk}:
get:
deprecated: false
description: ''
parameters:
- description: 任务ID
in: path
name: pk
required: true
schema:
type: integer
- description: 空间ID
in: query
name: space
required: true
schema:
type: integer
responses:
'200':
content:
application/json:
example:
code: 200
data:
created_at: '2025-04-27 15:46:18'
done: 0
finished_at: '2025-04-27 17:00:37'
id: 4
pending: false
remaining_time: 0
status: finished
task_name: 手动-yahu.yan
task_type: github
total: 0
message: ''
schema:
properties:
code:
title: 响应码
type: integer
data:
properties:
created_at:
type: string
done:
type: integer
finished_at:
type: string
id:
type: integer
pending:
type: boolean
remaining_time:
type: integer
status:
enum:
- waiting
- running
- finished
- deleting
- failed
type: string
x-apifox:
enumDescriptions:
deleting: 已终止
failed: 已失败
finished: 已完成
running: 运行中
waiting: 待运行
task_name:
type: string
task_type:
type: string
total:
title: 总数
type: integer
required:
- id
- task_name
- task_type
- status
- done
- total
- remaining_time
- pending
- created_at
- finished_at
title: 数据
type: object
x-apifox-orders:
- id
- task_name
- task_type
- status
- done
- total
- remaining_time
- pending
- created_at
- finished_at
message:
title: 消息
type: string
required:
- code
- message
- data
type: object
x-apifox-orders:
- code
- message
- data
description: ''
headers: {}
x-apifox-name: 成功
security:
- apikey-header-TOKEN: []
summary: 查询任务
tags:
- 数字情报/任务管理
x-apifox-folder: 数字情报/任务管理
x-apifox-status: released
x-run-in-apifox: https://app.apifox.com/web/project/4506488/apis/api-298422256-run
/v1/drps/email:
get:
deprecated: false
description: ''
parameters:
- description: 空间ID
example: 0
in: query
name: space
required: true
schema:
type: integer
- description: 搜索邮箱域名,模糊搜索
example: ''
in: query
name: query
required: false
schema:
type: string
- description: 状态
example: await
in: query
name: status
required: false
schema:
enum:
- await
- fixed
- ignored
type: string
x-apifox:
enumDescriptions:
await: 待确认
fixed: 已确认
ignored: 已忽略
- description: 排序字段,字段前加-表示降序,默认排序为-id
example: id、created_at
in: query
name: sort
required: false
schema:
type: string
- description: 页码
example: 1
in: query
name: page
required: false
schema:
type: integer
- description: 分页大小
example: 20
in: query
name: size
required: false
schema:
type: integer
- description: 来源
in: query
name: source
required: false
schema:
type: string
responses:
'200':
content:
application/json:
example:
code: 200
data:
current: 1
items:
- created_at: '2024-05-06 17:15:24'
email: tianzuo.zhang@chaitin.com
id: 24
keyword: chaitin.com
lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2024-05-06 11:20:06'
sources:
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2024-05-06 11:20:06'
reason: https://keyserver.ubuntu.com
source: ubuntu.com
status: await
updated_at: '2024-05-06 17:15:24'
- created_at: '2024-05-06 17:15:24'
email: zhenyu.pan@chaitin.com
id: 23
keyword: chaitin.com
lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2024-05-06 11:20:06'
sources:
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2024-05-06 11:20:06'
reason: https://keyserver.ubuntu.com
source: ubuntu.com
status: await
updated_at: '2024-05-06 17:15:24'
- created_at: '2024-05-06 17:15:24'
email: zihang.wang@chaitin.com
id: 22
keyword: chaitin.com
lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2024-05-06 11:20:06'
sources:
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2024-05-06 11:20:06'
reason: https://keyserver.ubuntu.com
source: ubuntu.com
status: await
updated_at: '2024-05-06 17:15:24'
- created_at: '2024-05-06 17:15:24'
email: yuyang.zhang@chaitin.com
id: 21
keyword: chaitin.com
lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2024-05-06 11:20:06'
sources:
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2024-05-06 11:20:06'
reason: https://keyserver.ubuntu.com
source: ubuntu.com
status: await
updated_at: '2024-05-06 17:15:24'
- created_at: '2024-05-06 17:15:24'
email: haotian.wu@chaitin.com
id: 20
keyword: chaitin.com
lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2024-05-06 11:20:06'
sources:
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2024-05-06 11:20:06'
reason: https://keyserver.ubuntu.com
source: ubuntu.com
status: await
updated_at: '2024-05-06 17:15:24'
- created_at: '2024-05-06 17:15:24'
email: yuyang.liu@chaitin.com
id: 19
keyword: chaitin.com
lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2024-05-06 11:20:06'
sources:
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2024-05-06 11:20:06'
reason: https://keyserver.ubuntu.com
source: ubuntu.com
status: await
updated_at: '2024-05-06 17:15:24'
- created_at: '2024-05-06 17:15:24'
email: jiahao.guo@chaitin.com
id: 18
keyword: chaitin.com
lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2024-05-06 11:20:06'
sources:
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2024-05-06 11:20:06'
reason: https://keyserver.ubuntu.com
source: ubuntu.com
status: await
updated_at: '2024-05-06 17:15:24'
- created_at: '2024-05-06 17:15:24'
email: sitao.chen@chaitin.com
id: 17
keyword: chaitin.com
lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2024-05-06 11:20:06'
sources:
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2024-05-06 11:20:06'
reason: https://keyserver.ubuntu.com
source: ubuntu.com
status: await
updated_at: '2024-05-06 17:15:24'
- created_at: '2024-05-06 17:15:24'
email: rui.zheng@chaitin.com
id: 16
keyword: chaitin.com
lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2019-09-14 08:00:00'
sources:
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2019-09-14 08:00:00'
reason: http://iosre.com/t/15-25k-14/15472
source: iosre.com
status: await
updated_at: '2024-05-06 17:15:24'
- created_at: '2024-05-06 17:15:24'
email: qin.cui@chaitin.com
id: 15
keyword: chaitin.com
lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2023-10-25 08:00:00'
sources:
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2023-10-25 08:00:00'
reason: http://vipread.com/library/topic/928
source: vipread.com
status: await
updated_at: '2024-05-06 17:15:24'
- created_at: '2024-05-06 17:15:24'
email: xiao.gong@chaitin.com
id: 14
keyword: chaitin.com
lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2023-05-19 08:00:00'
sources:
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2023-05-19 08:00:00'
reason: http://leavesongs.com/share/xray-introduce.html
source: leavesongs.com
status: await
updated_at: '2024-05-06 17:15:24'
- created_at: '2024-05-06 17:15:24'
email: yifeng.zhang@chaitin.com
id: 13
keyword: chaitin.com
lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2022-08-29 08:00:00'
sources:
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2022-08-29 08:00:00'
reason: http://anquanke.com/post/id/218916
source: anquanke.com
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2021-08-05 08:00:00'
reason: http://iosre.com/t/ios-android/18862
source: iosre.com
status: await
updated_at: '2024-05-06 17:15:24'
- created_at: '2024-05-06 17:15:24'
email: xiao.zhao@chaitin.com
id: 12
keyword: chaitin.com
lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2021-02-07 08:00:00'
sources:
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2020-04-15 08:00:00'
reason: http://studygolang.com/topics/11158
source: studygolang.com
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2020-04-15 08:00:00'
reason: http://studygolang.com/topics/11159
source: studygolang.com
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2020-01-13 08:00:00'
reason: http://studygolang.com/topics/10442
source: studygolang.com
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2020-01-13 08:00:00'
reason: http://studygolang.com/topics/10529
source: studygolang.com
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2021-02-07 08:00:00'
reason: http://ixyread.com/read/golangweekly/docs-issue-017.md
source: ixyread.com
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2020-08-31 08:00:00'
reason: http://golangtc.com/t/5ef84eccb17a8261a3e6890c
source: golangtc.com
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2020-04-11 08:00:00'
reason: http://golangtc.com/t/5e60bd8fb17a82761cca782e
source: golangtc.com
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2020-01-13 08:00:00'
reason: http://studygolang.com/topics/10528
source: studygolang.com
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2019-12-31 08:00:00'
reason: http://ohmyrss.com/post/1573956045141
source: ohmyrss.com
status: await
updated_at: '2024-05-06 17:15:24'
- created_at: '2024-05-06 17:15:24'
email: yali.liu@chaitin.com
id: 11
keyword: chaitin.com
lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2023-06-24 08:00:00'
sources:
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2023-06-24 08:00:00'
reason: http://studygolang.com/topics/15678
source: studygolang.com
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2023-06-24 08:00:00'
reason: http://studygolang.com/topics/15692
source: studygolang.com
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2022-07-19 08:00:00'
reason: http://niul.net/254978.html
source: niul.net
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2020-11-08 08:00:00'
reason: http://hackdig.com/07/hack-103993.htm
source: hackdig.com
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2023-05-17 08:00:00'
reason: http://xa8.net/post/80396478
source: xa8.net
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2022-08-11 08:00:00'
reason: http://golangtc.com/t/62c4ff94b17a824e750e1b11
source: golangtc.com
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2022-03-01 08:00:00'
reason: http://jishuin.proginn.com/p/763bfbd65dcc
source: proginn.com
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2021-03-09 08:00:00'
reason: http://golangtc.com/t/5eda267db17a8261a3e688b9
source: golangtc.com
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2019-12-22 08:00:00'
reason: http://golangtc.com/t/5df8b2b5b17a82532765a042
source: golangtc.com
- lastseen_at: '2024-05-06 17:15:24'
leaked_at: '2019-12-22 08:00:00'
reason: http://golangtc.com/t/5df9fd20b17a82532765a04e
source: golangtc.
# --- truncated at 32 KB (2804 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/chaitin/refs/heads/main/openapi/chaitin-default-api-openapi.yml