Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft Defender for Endpoint / ATP - external import connector request #3571

Open
adriaanvermaak opened this issue Mar 6, 2025 · 2 comments
Labels
feature use for describing a new feature to develop needs triage use to identify issue needing triage from Filigran Product team

Comments

@adriaanvermaak
Copy link

Use case

Hi Team,

We currently utilize Microsoft Defender for Endpoint / ATP, and looking for a specific external import connector to import the Indicators from MDE.

The current Microsoft Defender Incidents could be replicated easily to accommodate for the retrieval of the Indicators from MDE.

I am happy to assist with anything that is required for you to get this to work.

Please let me know if you need anything as this will greatly assist us, and all other Microsoft 365 users.

thank you in advance

Current Workaround

Proposed Solution

Additional Information

Would you be willing to submit a PR?

We strongly encourage you to submit a PR if you want and whenever you want. If your issue concern a "Community-support" connector, your PR will probably be accepted after some review. If the connector is "Partner-support" or "Filigran-support", a dev team make take over but will base its work on your PR, speeding the process. It will be much appreciated.

@adriaanvermaak adriaanvermaak added feature use for describing a new feature to develop needs triage use to identify issue needing triage from Filigran Product team labels Mar 6, 2025
@romain-filigran
Copy link
Member

Thanks @adriaanvermaak for your suggestion. Are you able to point me on a documentation API that will permit to implement such use case ?

@adriaanvermaak
Copy link
Author

Hi @romain-filigran ,

Hope you are well.

yes definitely, below is the main documenatation.

https://learn.microsoft.com/en-us/defender-endpoint/api/ti-indicator

here is the link to the List or retrieval for the indicators.

https://learn.microsoft.com/en-us/defender-endpoint/api/get-ti-indicators-collection

here is the endpoint for collection :

TOKEN_URL = f"https://login.microsoftonline.com/{TENANT_ID}/oauth2/token"
API_URL = "https://api.securitycenter.windows.com/api/indicators"

below are the indicator types :

Url
FileSha256
IpAddress
DomainName
FileMd5
FileSha1

Here is what an indicator response fields would look like.

{
"id": "EQEQEQEQ",
"indicatorValue": "55d31d9f74256a2bbd97a4e2a2be74ab59bd1c34554d33e443222ea0c166c",
"indicatorType": "FileSha256",
"action": "Block",
"createdBy": "EQEQEQEQ",
"severity": "Informational",
"category": 1,
"application": null,
"educateUrl": null,
"bypassDurationHours": null,
"title": "TITLE",
"description": "DESC",
"recommendedActions": null,
"creationTimeDateTimeUtc": "2025-03-06T14:52:25.7548473Z",
"expirationTime": null,
"lastUpdateTime": "2025-03-06T14:52:25.7548473Z",
"lastUpdatedBy": null,
"rbacGroupNames": [],
"rbacGroupIds": [],
"notificationId": null,
"notificationBody": null,
"version": null,
"mitreTechniques": [],
"historicalDetection": false,
"lookBackPeriod": null,
"generateAlert": false,
"additionalInfo": null,
"createdByDisplayName": "EQEQEQEQ",
"externalId": null,
"createdBySource": "PublicApi",
"certificateInfo": null
}

there is pagination as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature use for describing a new feature to develop needs triage use to identify issue needing triage from Filigran Product team
Projects
None yet
Development

No branches or pull requests

2 participants