- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
We are tracking remediations that are required on a few websites owned by various teams within our company as part of our Security Scorecard metric. Presently, we don’t have a great way to track our Domains and Subdomains back to the Application Owners or Service Owners. It is a manual effort each time to identify the appropriate points of contact. We need to determine how best to track these via the CMDB given that we don’t have automated discovery at this time of Domains. I am curious what Class structure to use for websites and internally and externally hosted domains...
Key information to track:
- Domain (ie: my-company.com)
- Subdomain (ie : services.my-company-dc.com)
- Domain Owner (Service Owner ?)
- Subdomain Owner (Application Owner ?)
- Service Description
- Change Owner (either internal contact such as Service/App Owner, or Vendor depending on contract)
- Vendor Name
- Vendor Contact
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello @JeffShaffer ,
In the CMDB, you can use the Web Site table (cmdb_ci_web_site) to store website-specific information. This class is related to the Web Server table (cmdb_ci_web_server), which contains the detailed infrastructure information for the server hosting the site.
By leveraging these two classes, you can maintain website records in cmdb_ci_web_site and associate them with the appropriate web server in cmdb_ci_web_server, ensuring both logical and infrastructure details are properly captured and linked.
Please note that some fields available in the cmdb_ci_web_server table may not appear on the form by default. You may need to add them using the Form Layout configuration to make those fields visible and editable on the form.
Regards,
Maniteja.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
You can consider using the DNS Domain Info class in the CMDB to manage the domain record (cmdb_ci_dns_domain_info) where you can capture the following for domains that have been registered with your chosen service provider:
Domain Name
Registry Domain ID
Registrar
Domain Creation Date
Domain Updated Date
Registrar Registration Expiration Date
Operational status
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Thanks Thomas!
