Skip to content

Commit

Permalink
Merge pull request #29 from Azure/dennismercer-patch-4
Browse files Browse the repository at this point in the history
Update MDTI_Certs.ipynb
  • Loading branch information
ajkallur authored Apr 9, 2024
2 parents 87bc4e2 + c254e19 commit d1ee62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Notebooks/MDTI_SSLCerts/MDTI_Certs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"\n",
"# Getting user input and making the Graph API call\n",
"hosts = input(\"Please enter the IP address or Domain Name (e.g., 'microsoft.com'): \")\n",
"ENDPOINT = f\"https://graph.microsoft.com/beta/security/threatIntelligence/hosts('{hosts}')/sslcertificates\"\n",
"ENDPOINT = f\"https://graph.microsoft.com/v1.0/security/threatIntelligence/hosts('{hosts}')/sslcertificates\"\n",
"\n",
"response = requests.get(ENDPOINT, headers=headers)\n",
"\n",
Expand Down

0 comments on commit d1ee62a

Please sign in to comment.