Secplugs Scan (Preview)
Secplugs Scan for scanning Emails content, files contents and Urls, Secplugs scan is a platform which creates hybrid security platform using various security provider
This connector is available in the following products and regions:
| Service | Class | Regions |
|---|---|---|
| Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
| Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
| Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
| Contact | |
|---|---|
| Name | Secplugs |
| URL | https://secplugs.com/ |
| secplugs@secplugs.com |
| Connector Metadata | |
|---|---|
| Publisher | secplugs |
| Website | https://secplugs.com |
| Privacy policy | https://secplugs.com/index.php/privacy-policy |
| Categories | Security |
SecPlugs is a first of its kind cloud-based threat analysis platform that allows users to choose, customize and combine Security as a Service (SaaS) offerings from mainstream vendors in a single console and make use of them in a variety of ready-made apps and plugins.
This connector is critical for any file, URL and email processing application to ensure that the files you are processing are not contaminated with viruses, malware, trojans, spyware or ransomware. In Secplugs threat analysis service, users can choose and combine security services from mainstream SaaS providers to power these plugins. Out of the box, Secplugs will use custom fit default vendor services to best do its function, but the user is free to tweak and tune that selection at any time. Secplugs supports a wide range of file formats, including Office, PDF, HTML, Flash and archive formats such as .zip etc., You can learn more at the https://secplugs.com/index.php/plugin-gallery page.
Prerequisites
An Account in secplug
How to get credentials
- Register for a Secplugs Account
- Sign In with your Secplugs Account
- In the dashboard, click on My Plugins
- From Plugin Management Page, click on “Add Plugins”
- Enter the plugin details and submit
- The new plugin instance will be displayed in the plugin management page.
- Use the “copy API key” icon to simply copy and paste this API key in to the Secplugs Connector/Templates. Now you are ready to start using the Secplugs Connector and ready to manage the plugin from Secplugs admin console.
Get started with your connector
Creating a connection | DEFAULT | | | |---------------------------------------------|---------------------|---------------------------------| | Name | Type | Description | | API Key (from https://secplugs.com/) | securestring | The Api Key for this API |
Clean report Sample (For File):
Malicious report Sample (For File):
FAQ
Submit and view feedback for
Throttling Limits
| Name | Calls | Renewal Period |
|---|---|---|
| API calls per connection | 100 | 60 seconds |
Actions
|
Scan Emails using Sec |
Scan Emails using SecPlugs Scan |
|
Scan files using Sec |
Scan files using SecPlugs Scan |
Scan Emails using SecPlugs Scan
Scan Emails using SecPlugs Scan
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Secplugs API Key
|
x-api-key | string |
Secplugs API Key |
|
|
Client Id
|
x-client-id | string |
Client Id to distinguish user |
|
|
File Name
|
filename | True | string |
File name |
|
File Data ( Base64 encoded)
|
data | True | string |
Base64 encoded File contents |
Returns
| Name | Path | Type | Description |
|---|---|---|---|
|
score
|
score | integer |
score of email scanned |
|
email_id
|
threat_object.email_id | string |
email id of email sender. |
|
file_name
|
scan_context.file_name | string |
email file name |
|
client_id
|
scan_context.client_id | string |
client id of caller |
|
datetime
|
datetime | float |
datetime of scan |
|
status
|
status | string |
status fo scan |
|
account_id
|
account_id | string |
account id of user |
|
api_key
|
api_key | string |
api key of user |
|
type
|
meta_data.plugin_info.type | string |
type of plugin |
|
name
|
meta_data.plugin_info.name | string |
name of plugin |
|
capability
|
meta_data.capability | string |
capability of email scan |
|
vendor_config_name
|
meta_data.vendor_info.vendor_config_name | string |
vendor configuration name |
|
entitlement_level
|
meta_data.vendor_info.entitlement_level | string |
entitlement level of email |
|
vendor
|
meta_data.vendor_info.vendor | string |
vendor of the email scan |
|
credits
|
meta_data.vendor_info.credits | integer |
credits left for user account |
|
report_id
|
report_id | string |
reportid of email scan result |
|
verdict
|
verdict | string |
verdict of email scan |
|
duration
|
duration | float |
time taken in email scan |
|
user_report_url
|
user_report_url | string |
user report url of email scan |
Scan files using SecPlugs Scan
Scan files using SecPlugs Scan
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
Secplugs API Key
|
x-api-key | string |
Secplugs API Key |
|
|
Client Id
|
x-client-id | string |
Client Id to distinguish user |
|
|
File Name
|
filename | True | string |
File name of email |
|
File Data ( Base64 encoded)
|
data | True | string |
Base64 encoded File contents |
Returns
| Name | Path | Type | Description |
|---|---|---|---|
|
score
|
score | integer |
score |
|
sha256
|
threat_object.sha256 | string |
sha256 of file content |
|
file_name
|
scan_context.file_name | string |
scanned file name |
|
client_id
|
scan_context.client_id | string |
client Id of caller. |
|
datetime
|
datetime | float |
Time of scan |
|
status
|
status | string |
status of scan |
|
account_id
|
account_id | string |
account id of the user scanned |
|
api_key
|
api_key | string |
api key of caller |
|
type
|
meta_data.plugin_info.type | string |
type of the plugin calling secplugs |
|
name
|
meta_data.plugin_info.name | string |
name of the plugin |
|
capability
|
meta_data.capability | string |
capability of scan |
|
vendor_config_name
|
meta_data.vendor_info.vendor_config_name | string |
vendor configuration name |
|
entitlement_level
|
meta_data.vendor_info.entitlement_level | string |
entitlement level of file |
|
vendor
|
meta_data.vendor_info.vendor | string |
vendor name |
|
credits
|
meta_data.vendor_info.credits | integer |
credits of the user |
|
report_id
|
report_id | string |
report id of result |
|
verdict
|
verdict | string |
verdict of scan |
|
duration
|
duration | float |
duration taken in scan |
|
user_report_url
|
user_report_url | string |
user report url can be opened from browser. |
الملاحظات
إرسال الملاحظات وعرضها المتعلقة بـ