插件
迪普防火墙ssh封禁
使用 SSH 协议访问远程主机执行命令和获取信息
上传者:chariot
版本:0.1.2
ssh
概述
帮助
具体内容
下载
chariot plugin download chariot/ssh_dp:0.1.2
描述
使用 SSH 协议访问远程主机执行命令和获取信息
动作
- 封禁一个ip地址
- 封禁多条ip
迪普防火墙ssh封禁
关于
使用 SSH 协议访问远程主机执行命令和获取信息动作
封禁单条ip
封禁一个ip地址.
输入
Name | Type | Default | Required | Description | Enum |
---|---|---|---|---|---|
ip | string | None | True | 要登录的主机IP | None |
username | string | None | True | None | None |
password | string | None | True | None | None |
ipgroup | string | None | True | None | None |
block_ip | string | None | True | None | None |
输出
Name | Type | Required | Description |
---|---|---|---|
results | string | True | 结果 |
封禁多条ip
封禁多条ip.
输入
Name | Type | Default | Required | Description | Enum |
---|---|---|---|---|---|
ip | string | None | True | 要登录的主机IP | None |
ips | string | None | True | 如输入:range 1.1.1.2 1.1.1.10。代表1.1.1.2到1.1.1.10范围进行封禁 | None |
username | string | None | True | None | None |
password | string | None | True | None | None |
ipgroup | string | None | True | None | None |
输出
Name | Type | Required | Description |
---|---|---|---|
results | string | True | 结果 |
触发器
该插件不包含任何触发器。
连接
该插件不包含任何连接。
故障排除
该插件不包含任何故障排除信息。
版本
- 0.1.2 -
索引
该插件不包含任何索引。
plugin_spec_version: v2
name: ssh_dp
title: 迪普防火墙ssh封禁
description: 使用 SSH 协议访问远程主机执行命令和获取信息
version: 0.1.2
vendor: chariot
tags:
- ssh
actions:
block_single:
title: 封禁单条ip
description: 封禁一个ip地址
input:
ip:
title:
en: Host address
zh-CN: 宿主地址
description:
en: The IP of the host to log into
zh-CN: 要登录的主机IP
type: string
required: true
username:
title:
en: Username
zh-CN: 用户名
type: string
required: true
password:
title:
en: Password
zh-CN: 密码
type: string
required: true
ipgroup:
type: string
required: true
title:
en: IP group
zh-CN: IP组
block_ip:
title:
en: Block ip
zh-CN: 封禁ip
type: string
required: true
output:
results:
title:
en: Results
zh-CN: 结果
description:
en: Results
zh-CN: 结果
type: string
required: true
block_many:
title: 封禁多条ip
input:
ip:
title:
en: Host address
zh-CN: 宿主地址
description:
en: The IP of the host to log into
zh-CN: 要登录的主机IP
type: string
required: true
ips:
title:
en: Block IPs
zh-CN: 封禁ips
description:
en: As entered:range 1.1.1.2 1.1.1.10.Block on behalf of the range 1.1.1.2 to 1.1.1.10
zh-CN: 如输入:range 1.1.1.2 1.1.1.10。代表1.1.1.2到1.1.1.10范围进行封禁
type: string
required: true
username:
title:
en: Username
zh-CN: 用户名
type: string
required: true
password:
title:
en: Password
zh-CN: 密码
type: string
required: true
ipgroup:
type: string
required: true
title:
en: IP group
zh-CN: IP组
output:
results:
title:
en: Results
zh-CN: 结果
description:
en: Results
zh-CN: 结果
type: string
required: true
description: