It’s basically a centralized way for you to monitor and manage your businesses' assets.
The great news is that, if done properly, you can increase productivity and efficiency within your department.
In our opinion, you’d be daft not to! Having such a tool in place will let you track the overall access of your assets. The data you get back will allow you to make sure assets are being utilized efficiently, and gives you the power to review performance and highlight additional unnecessary access.
-
Getting the Ip address of the device which accessed the asset.
-
Scan the given Ip to collect comprehensive data.
-
Storing that data in NoSQL database and making an API endpoint to fetch the contents of database.
-
Maintaining a Web GUI which displays the results stored in the database and a functionality to segregate records on the basis of searches.
-
API Authentication is fragile
-
Limited search functionality
-
Scanning is not multi-threaded
-
Adding a key signing authentication to access API
-
Using Regex to increase search functionality
-
Adding more information in scan like services running, ports opened, etc.
-
Making Column filters in Web GUI.
-
Integration for logging to a third party application like Slack/Discord/Telegram.