Relative Content

Tag Archive for pythonautomationattributesdynamic-attributes

How can I retrieve the IP from in real-time to continuously and dynamically authenticate that a user is accessing a resource via that IPs?

How can I retrieve the IP address from a Windows in real time using python or PowerShell to continuously and dynamically authenticate that a user is accessing a specific resource via that IP address (it will be compared to a range of ip addresses specified by me)? I want this information for a product I’m developing. The following is a code i tried but it work statically i want to retrieve ip dynamically.