Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 297 Bytes

list-passivedns-python-snippets.md

File metadata and controls

15 lines (8 loc) · 297 Bytes
description
Automatically generated file. DO NOT MODIFY
from msgraph_beta import GraphServiceClient

graph_client = GraphServiceClient(credentials, scopes)


result = await graph_client.security.threat_intelligence.hosts.by_host_id('host-id').passive_dns_reverse.get()