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
0
votes
1 answer

An exception occurred when calling AWSConnectorsApi.modify_aws_connector: (500) while trying to update the existing AWS account in DSM

We are working on onboarding AWS accounts to DSM through TrendMicro Deep Security API.(deepsecurity python module). And we are able to successfully add AWS accounts, removal of AWS accounts from DSM through API…
0
votes
1 answer

REST API: get all computers

I have a problem with a REST API Script, which was working until I upgraded Deep Security from 11.2.225 to 20.0.366. The error occurs on the line "for computer in api_comp.search_computers(api_version, search_filter=search_filter).computers:" the…
Maiko
  • 5
  • 1
  • 3
0
votes
1 answer

Tried to import Mitre 2020 policy but failed

I tried to import Mitre 2020 policies specified in this link but always failed: https://github.com/trendmicro/c1ws-mitre-policy/tree/main/2020 I am using C1WS and go to Policies, Export from File. The error mentions that the format is not valid, but…
tw2021
  • 1
0
votes
1 answer

Create Anti Malware Configuration using the API

Using the API I was able to create an Anti Malware Configuration using Postman. (https://cloudone.trendmicro.com/docs/workload-security/api-reference/#operation/createAntiMalware) But I still can't figure out why, even if I put some parameters such…
Vince
  • 13
  • 2
0
votes
1 answer

#TrendMicro Deep Security 12 - Python or Powershell Code to Example to retrieve "Critical agents" and last communication date from API

I am relatively new to coding and am attempting to create a script in either Python or Powershell that will retrieve the Hostnames and IP address's of Machines in Trend Micro deep security 12 with an agent status of "critical" as well as the last…
0
votes
0 answers

Adding AWS account to Trend Micro Deep Security Manager

Below Lambda script is supposed to add AWS account to Trend Micro DSM (which is also in an AWS account). Endpoints are set up between the accounts allowing communication. It's failing with 400, it cannot add the…
0
votes
1 answer

terraform activate trend micro agent when provisioning azure vm

I wanted to create a azure vm (windows/linux) with custom data (when provisioning the vm - need to activate the trend micro agent) cd “C:\Program Files\Trend Micro\Deep Security Agent\” $Proxy_Addr_Port="10.0.0.0:8080" & $Env:ProgramFiles"\Trend…
Prasanna Nandakumar
  • 4,295
  • 34
  • 63
0
votes
1 answer

Deep Security API - Intrusion Prevention Rules - Error

I have a Python API query to gather all the Intrusion Prevention Rules and the ID of the computers associated with each but I get an error after around 14000 records which is : An exception occurred when calling…
SismsyeA
  • 11
  • 1
0
votes
1 answer

DeepSecurity User Signed Off information logs

Hello、Does anyone know, I'm using Deep Security ver12. I want to check the log of the user signed off information. The date when the user signed off from Deep Security Console. I can see I signed off the lead on the DSM console, but I need to check…
0
votes
1 answer

AntiMalwareConfigurations API requests failing - 500 Error

When I call the DSM api endpoint 'describe_anti_malware(api_version)' (Python SDK), I get: An exception occurred when calling AntiMalwareConfigurationsApi.search_anti_malwares: (500) Reason: HTTP response headers: HTTPHeaderDict({'X-Frame-Options':…
sapo01
  • 1
  • 2
0
votes
0 answers

Access to an API on Powershell does not work

I started to use the API on the PowerShell by instruction https://automation.deepsecurity.trendmicro.com/article/12_0/set-up-cookbook?platform=on-premise under API Cookbook - > Set up to use Bash or Powershell - to extract the managed agents status…
Ruzalt
  • 1
0
votes
1 answer

Pulling AWS accountID from CloudTrail to use in Lambda function

I'm working to pull the accountID from a newly created AWS account within an organization. I'm using a CloudWatch rule that triggers the lambda function off of the CreateAccountResult event name. Within this event, it gives me the…
0
votes
2 answers

Put Activation Code into Deep Security Manager using API - 500 error code

How to provide DSM with Activation Code using API or Command Line tool? Following code gives error code 500: curl --insecure --cookie 'sID=00B5B7ECD2FA3B28FB23FD094BCC76BE' --request POST -H "Content-Type: application/json" -H "Accept:…
user3431635
  • 372
  • 1
  • 7
0
votes
1 answer

what kind of DeepSecurityManager's Date on SQL database

I am using the 30days trial version of Deep Security Manager. I'm trying to find where I can check the DSM's logs and DSA's logs. I heard that all logs are stored in SQL. but I can't find it. AWS EC2 InstanceA(Installed DSM and SQL Server Express…
0
votes
1 answer

Deep Security Management Console

asked DSM and solved Thank you very much.