Questions tagged [deepsecurity]

Trend Micro Deep Security is a tool that improves visibility and simplifies security management across physical, virtual, and cloud environments.

68 questions
1
vote
1 answer

I have the REST API on 11.2 working but some calls I cant see

Hi guys I have the REST API on 11.2 working fine and can update the computers etc But I cant see a couple of calls in the API docs or maybe they are not added yet 1) In the Web-interface you can send a deactivate action but I can'e see an API…
1
vote
2 answers

Tenant creation error- Locale cannot be null

This is my first time posting to stack overflow, thank you for your patience! I am trying to create a new tenant in deep security and am getting this error: An exception occurred when calling TenantsApi.create_tenant: (400) Reason: HTTP response…
Aaron
  • 11
  • 2
1
vote
3 answers

.NET applications load extremely slowly in IIS-8 Windows Server 2012

After perusing stack exchange & numerous MSDN articles for months, I'm coming to the community looking for help. I'm the IIS Admin for my organization & I've been seeing an issue wherein when a change is made to a .NET application, the page takes a…
1
vote
1 answer

Disable Weak Ciphers Tomcat Embedded

I'm using Trend Micro Deep Security as part of a PCI DSS environment. The problem is that the SSL certificate uses a weak cipher: The connection to this site uses a strong protocol (TLS 1.2), an obsolete key exchange (RSA), and an obsolete cipher…
markpirvine
  • 1,485
  • 1
  • 23
  • 54
0
votes
0 answers

Deepsecurity Computer Status light from API

I want to know about what kind of deepsecurity API's data can determine Computer Status light Green or Red. We are developing manual checking in DSM to auto reporting data with Python. When we check in manual we can see Status Light in UI, but I can…
Zaygyi
  • 1
  • 3
0
votes
0 answers

Listing Microsoft Vulnerability and Scheduled status of Intrusion Prevention Rules from Deep Security API

I am currently working on extracting intrusion prevention rules from every computer under my Deep Security Manager, from which I will be using this data for an excel sheet. So far, I have use the below API call to get a list of intrusion prevention…
0
votes
0 answers

logstash convert existing timestamp format to another timestamp format

I have 2 different application logs. OUTPUT: <135>1 2022-12-12T16:28:02Z HOSTNAME EvntSLog - - - Le service Service de licences de client (ClipSVC) est entré dans l’état : arrêté. <134>Dec 12 16:28:02 HOSTNAME CEF:0|Trend Micro|Deep Security…
Gduran
  • 13
  • 3
0
votes
0 answers

Trend SDK for Python Runtime 3.9

We are using deepsecurity package for reporting purpose, it was working in older versions (until 3.7) however it fails for 3.9 with below error { "errorMessage": "[Errno 38] Function not implemented", "errorType": "OSError", "requestId":…
ABCD
  • 21
  • 2
0
votes
0 answers

Trend Micro deepsecurity delete a computer: HTTP Status 400 – Bad Request

Trying to delete a computer from TMDS (Trend Micro Deep Security) with the python script provided. The script was copied from TMDS and slightly altered. I added a line where the document which opens also is being read. tmds_del_comp_list.txt =>…
trainin99
  • 109
  • 10
0
votes
1 answer

How to create a schedule task to scan malware on a specific folder?

based on existing post, it is understood that currently to scan malware through API using DeepSecurity, we are required to create a Schedule Task. May I know is it possible to configure the Schedule Task to scan malware on a specific folder…
Sen
  • 1
0
votes
1 answer

SyslogConfigurations API doesn't work for Python SDK

For TrendMicro CloudOne, we'd like to gather some information from CloudOne console. One of these is Syslog configurations in place. I am using API reference and exact Python example from…
Seba
  • 3
  • 1
0
votes
1 answer

Trend Micro Deep Security configure syslog notifications using REST API

How to configure Deep Security/Workload Security syslog settings using API? According to https://automation.deepsecurity.trendmicro.com/article/20_0/api-reference/tag/System-Settings#operation/modifySystemSettings Following code value =…
medelist
  • 99
  • 3
0
votes
1 answer

alertid's not unique in Trend Micro deep security

It seems alertid's in the legacy api of Trend Micro Deep Security are not unique and linked to an individual alert. In different setups they can differ. Contacting Trend Micro support didn't give any clue on why it is like this. Legacy API will be…
0
votes
1 answer

Need SoapAPI transfered to RestAPI, is there someting available? What does it look like?

I need to know how Automation Deep Security via RestAPI: Agent Upgrade is possible? Analogous to this SoapAPI command:     DSMWebServiceConnection.WebProxy.softwareApplyToHosts($hosts.ID,$software.version, $DSMWebServiceConnection.SessionID) Is…
0
votes
1 answer

Error 500 when creating a tenant on DeepSecurity Manager

I am automating Tenant creation process through the REST API for DSM 20.0 and am getting an "error 500" when invoking the following call: POST…
dmbuil
  • 3
  • 1