How to get FalconHostLink (detection URL) #583
-
I'm using falconpy for the detection reports. And we need FalconHostLink (detection URL) whenever there is a new detection. auth = OAuth2(client_id="CLIENT ID HERE", detects=Detects(auth_object=auth) answer = detects.QueryDetects( #print(answer) response = detects.GetDetectSummaries(ids=answer,format=json) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @chothazintk! The FalconHostLink field is provided as part of the event stream from the Event Streams service collection and is not included within a Detects summary result. As a workaround, you should have the necessary detail to craft this URL based upon the information you already have. US-1 US-2 EU-1 US-GOV-1
|
Beta Was this translation helpful? Give feedback.
Hi @chothazintk!
The FalconHostLink field is provided as part of the event stream from the Event Streams service collection and is not included within a Detects summary result.
As a workaround, you should have the necessary detail to craft this URL based upon the information you already have.
US-1
Detection ID: ldt:1234567890abcdef123456789:abcdef12
FalconHostLink: https://falcon.crowdstrike.com/activity/detections/detail/1234567890abcdef123456789/abcdef12
US-2
Detection ID: ldt:1234567890abcdef123456789:abcdef12
FalconHostLink: https://falcon.us-2.crowdstrike.com/activity/detections/detail/1234567890abcdef123456789/abcdef12
EU-1
Detection ID: ldt:1234567890abcdef123456789:abcdef12
Falcon…