Replies: 1 comment
-
|
The only IP/MAC address history that I'm aware of is provided by the You may be able to find more history using the Host Timeline in Falcon Exposure Management or a Falcon NGSIEM search. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using Get-FalconHost and the "-Network" flag (or -Include network_history), there is a way to retrieve the IP/MAC history of an host (and the corresponding last_seen_date for that mac/ip combo)
However, using the Console, we are not limited to the "last_seen_date" : we actually have the full network history of the hostname : FROM_date and TO_date
Looking at the swagger API, there doesn't seem to have any way to retrieve this information but I could be wrong : is that possible?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions