Restrict CI's Creation From Qualys in Servicenow.

ASHISH115
Kilo Contributor

Hi,
i want to restrict creation of CI's to service now when Qualys Integration is available.

1 ACCEPTED SOLUTION

Chris McDevitt
ServiceNow Employee
ServiceNow Employee

Hi Ashish,

 

I do not recommend restricting the creation of new CI from the Qualys integration. Why? because the Vulnerable Item formula is:

Vulnerable Item = An Configuration Item + a Vulnerability

Without the CI there is NO Vulnerable Item. Ignoring Vulnerabilities is not really an option.

In Madrid and beyond unmatched CI are placed in the "Discovered Items" Module and the CI class is set to Unmatched CI. The Discovered Items module has a lot of good information to help you either match the incoming CI better or Reclassify the CI.

The Discovered Items module is also super valuable for your Discovery Team. This is a list of all the CI that the Discovery team needs to examine to make their scanning more accurate. 

You can also adjust what gets mapped, investigate: sn_sec_cmn_src_cmdb_map.list 

 

Go ahead a smash that helpful or correct button!

View solution in original post

3 REPLIES 3

jing3
Mega Guru

Hi Ashish,

The standard default configuration of the integration will use the CI lookup rules to match the imported Vulnerable Items with Configuration Items in the CMDB, if matched, CI will be a link to CI in cmdb, if not, the CI will be linked to a record in Unmatched CI (sn_sec_cmn_unmatched_ci). One can use the Reclassification process to move this record into the CMDB. So no need to worry about Qualys Integration creating CIs ServiceNow. 

 

 

Chris McDevitt
ServiceNow Employee
ServiceNow Employee

Hi Ashish,

 

I do not recommend restricting the creation of new CI from the Qualys integration. Why? because the Vulnerable Item formula is:

Vulnerable Item = An Configuration Item + a Vulnerability

Without the CI there is NO Vulnerable Item. Ignoring Vulnerabilities is not really an option.

In Madrid and beyond unmatched CI are placed in the "Discovered Items" Module and the CI class is set to Unmatched CI. The Discovered Items module has a lot of good information to help you either match the incoming CI better or Reclassify the CI.

The Discovered Items module is also super valuable for your Discovery Team. This is a list of all the CI that the Discovery team needs to examine to make their scanning more accurate. 

You can also adjust what gets mapped, investigate: sn_sec_cmn_src_cmdb_map.list 

 

Go ahead a smash that helpful or correct button!

Seth Rose
Tera Expert

I wanted to circle back and share it with those whose information I came upon while trying to find the answer myself. Hopefully, this helps!

It is key to remember that the product is upgraded regularly, so overwriting a system script (ImportHost) will result in it not being overwritten during upgrade, so proceed with caution. It is unfortunate that this cannot be turned off via a System Property or other -- hopefully they will release it in future upgrades.  

https://community.servicenow.com/community?id=community_question&sys_id=0fd7ad09db081c98190dfb243996...