You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This integration allows fetching domain information from the SilentPush API. It includes commands to get domain-related information such as WHOIS data, domain age, and risk scores, as well as SSL/TLS certificate data.
9
-
tags: []
10
-
enabled: true
11
-
manufacturer: SilentPush
12
-
comment: ''
13
-
minVersion: -1
14
-
dependencies:
15
-
- CommonServerPython
16
-
- CommonServerUserPython
17
-
18
-
scripts:
19
-
- path: SilentPush.py
20
-
comment: |
21
-
Integration for SilentPush that enables fetching domain information, including WHOIS data, domain age, risk scores, and certificates.
22
-
23
-
commands:
24
-
- name: test-module
25
-
description: |
26
-
Tests the connectivity to the SilentPush API and checks the authentication status.
27
-
isArray: false
28
-
argContext:
29
-
- id: base_url
30
-
type: string
31
-
description: The base URL for the SilentPush API.
32
-
- id: api_key
33
-
type: string
34
-
description: The API key used to authenticate requests.
35
-
- id: verify_ssl
36
-
type: boolean
37
-
description: Flag to determine whether SSL verification is enabled.
38
-
examples: |
39
-
!test-module
40
-
41
-
- name: silentpush-list-domain-information
42
-
description: |
43
-
Fetches domain information, such as WHOIS data, domain age, and risk scores.
44
-
isArray: false
45
-
argContext:
46
-
- id: domain
47
-
type: string
48
-
description: The domain name to fetch information for.
0 commit comments