Trend Micro Deep Security is a tool that improves visibility and simplifies security management across physical, virtual, and cloud environments.
Questions tagged [deepsecurity]
68 questions
0
votes
1 answer
Is there an API entrypoint to launch malware scan immediately without scheduling it (On Demand) in DeepSecurity 12?
I am looking for an entrypoint in DeepSecurity 12 to launch malware scan "On Demand".
I only found a way to do it by creating a schedule task, but it is not conveniant for my needs.
Thanks a lot in advance guys,
Cheers !

ig0r
- 5
- 2
0
votes
1 answer
Import and create a Smart Folder from a list
Hello good Sirs and Mams,
Im fairly new to the whole DSM administration and have a few questions.
The one that would help me out the most is regarding Smart Folders and automatically populate them.
Ive read through the API documentation and it seems…

Mr DSM
- 3
- 1
0
votes
1 answer
Can i use DeepSecurity API (with java sdk) to check virus list scaned and detected?
Can i use deep security API (with java sdk ) to check virus detected and scaned in deep security ?
I'm using Eclipse in my environment.
Thank's for help in advance!

ismail
- 21
- 1
- 3
0
votes
1 answer
Is there an API entrypoint in DS12 to upload agent into DSM?
I am trying to automate the installation process of DeepSecurity, but I cannot find an entrypoint to upload the agent on the deepsecurity manager.
For your information, I cannot connect top the internet my installation (air gapped).
What I am trying…

ig0r
- 5
- 2
0
votes
1 answer
Maintenance Mode to one computer in Application Control inside Deep Security 12
I'm trying to put a computer into maintenance mode in Application Control module inside Deep Security 12 using this Python script via API:
#
import deepsecurity as api
from deepsecurity.rest import ApiException as api_exception
import time, sys,…

ManU
- 13
- 1
0
votes
1 answer
What are the agent action APIs available for deepsecurity API on DS12
I'm using python SDK for deep security 12 to automate deep security agent actions such as reactivate. deactivate and activate on a on-premise Trend deep security infrastructure.
I was unable to find the exact API calls for the agent actions on…

Newuser
- 1
- 2
0
votes
1 answer
Deepsecurity API call for Even-Based Tasks
Need help as i am unable to locate API (https://automation.deepsecurity.trendmicro.com/article/12_0/api-reference?platform=on-premise) for creating Event-Based Tasks.
I want to create create a task when a VM from specific platform join my…

jerry jeeves
- 31
- 1
- 6
0
votes
1 answer
Deep Security 12 - update agent via API
Is it possible to update Deep Security Agents via API call? Or are there other automation possibilities regarding updates?
If not, when this would be possible?
Best regards

Seba
- 3
- 1
0
votes
0 answers
REST API error when updatting computer objects whose name exists more than once
I'm using the REST API via Powershell to add a description to computers. For some systems this fails with the error "The requested hostname already exists." It works for systems where the computer exists once in TM but not if the system exists…

Bassmann
- 1
- 1
0
votes
1 answer
How to pass antimalware email customization values for trend v12 DSM SAAS API calls in the python code
Sorry if this is a very basic question, I am trying to set up antimalware email customization on trend v12 DSM SAAS and was trying the API calls example for python given…

DevTestDeploy
- 5
- 1
0
votes
1 answer
Application Control Interface (API) questions for AIX LPARs
My company is trying to onboard a new customer and the developer has a few questions.
Explanation
When we provision AIX Virtual Machines (VM) in IBM Cloud, we need to register a computer object using the Application Programming Interface…

cchavesm
- 1
- 1
0
votes
1 answer
Trend DSM V12 SAAS API example giving "Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /api/policies"
I am trying to set up antimalware email customization on trend v12 DSM SAAS and was trying the API calls example for python given below.
https://automation.deepsecurity.trendmicro.com/article/dsaas/send-request?platform=dsaas
However i am not able…

DevTestDeploy
- 5
- 1
0
votes
2 answers
recommendable is not a searchable field
Searching by CVE I can retrieve data from deep security for unique policy and from many computers but cannot filter by Recommendable field.
recom="no"
while executing
find_rules_for_recom(api, configuration, api_version, api_exception,…

ZAIN
- 3
- 1
0
votes
1 answer
Is there a way to get Events and report search from Deep security python SDK?
We are creating python script that can fetch Deep security anti-malware event details and create CSV file with the following field.
1) Computer name
2) last scheduled scan time
3) Number of malware found
4) Pattern version
5) last pattern…

Tejas Sheth
- 21
- 6
0
votes
1 answer
Pattern version reflected as N/A
I have pulled a CSV report through API where some of the servers reported pattern version as N/A. When I have manually checked those servers in Trend Console I can see their pattern version in updates.
Is there any to fix this reporting issue? And…