MaltegoTech / maltego-trx

Maltego Transform library for Python
MIT License
218 stars 45 forks source link

Get the global settings of the client that runs the transform #50

Open nosid91 opened 1 year ago

nosid91 commented 1 year ago

Is it possible to get global client settings in Transform? For example, do I want to know the user's license number or id and make sure that this person is the one doing the transforms?

cmlh commented 1 year ago

An API Key et al are configured by a Maltego Transform Setting.

nosid91 commented 10 months ago

@cmlh The API key has nothing to do with it. I am interested in getting information about the client's license from the code. I need to identify that a particular user is using the transform with his API key and has not shared it with a third party

crest42 commented 10 months ago

We purposfully prevent sending any license key or other user identifier to preserve the privacy of our users. Can you describe your setup in a bit more detail? Are you using the pTDS or an iTDS setup?

nosid91 commented 10 months ago

@crest42 We are using pTDS for now. It is just important for us that the API key to be used by users should not be used by other users than those who own it. But thanks for the info!

crest42 commented 10 months ago

Right now we are not sending any license information when runnning transforms against the pTDS for the above reasons. However, we are currently evaluating a similar requirement from another user and may introduce a change. Since this is not a TRX issue, I would advise you to contact support@maltego.com for more visibillity regarding that change.