Samples showing how to access Microsoft Security Risk Detection REST API from various languages
Перейти к файлу
William Blum 55dbcf536d Add sample to submit `readelf` as a package job fuzzed with AFL 2020-01-07 11:05:31 -08:00
Powershell Add basic instructions for ASAN submission 2020-01-07 11:05:14 -08:00
Python Add sample to submit `readelf` as a package job fuzzed with AFL 2020-01-07 11:05:31 -08:00
SampleFuzzingJobs Add sample to submit `readelf` as a package job fuzzed with AFL 2020-01-07 11:05:31 -08:00
bash Update Wizard usage to leverage sfwizard wrapper. (#24) 2019-05-10 12:54:04 -07:00
.gitignore Simpler Powershell script for Package-based submission 2019-10-14 11:30:44 -07:00
LICENSE Adding license file #17 (#20) 2018-12-03 13:56:17 -08:00
README.md Rename Springfield to MSRD 2018-11-20 15:00:49 -08:00
azure-pipelines.yml Create sample for in-place fuzzing 2019-06-18 14:21:03 -07:00

README.md

MSRD REST API Samples

This repository contains samples showing how to programmatically access the MSRD service REST API.

Prerequisite:

  • Must have an Microsoft Security Risk Detection (MSRD) account enabled for API access;
  • Must have generated an API Token;
  • Must have the Azure SDK installed.

For detailed instructions click here

Samples

Powershell

See Powershell sample

Python sample

See Python sample

Bash sample

See Bash sample

Swagger interface

MSRD exposes its API through a documented Swagger interface. The Swagger documentation is published at:

https://www.microsoftsecurityriskdetection.com/swagger

The complete list of REST API operations is found under the ServiceApi node. The Swagger UI lets you interact with the service and dynamically call the APIs.