To see more info about nmap tool: https://nmap.org/
Nmap module is managed by Nmap command
Nmap module is used for enriching model information with simple scan results. It can be useful tool when Qualys is not available from some reason and we want to see result of network scan. It can even be used to generate nmap targets from model.
See open port report for more information.
Use your target like 192.168.1.0/24 or whatever which you want to scan.
nmap -oX nmap-output.xml <target>
Next, import result into platform
fcpc nmap import nmap-output.xml
If you want to scan targets which are already in model, you can use these commands.
It searches all IPs/FQDNs/Networks within model and return target as string.
fcpc nmap generate-targets-from-ips query
fcpc nmap generate-targets-from-fqdns query
fcpc nmap generate-targets-from-networks query
nmap -oX nmap-scan.xml -p22 192.168.1.0/24
fcpc nmap import nmap-scan.xml
fcpc search nmaphost
fcpc job execute assetlinker
# To find all scanned hosts which are not in Skybox
fcpc search nmaphost "~not-is" +
# To find all scanned hosts which are in Skybox
fcpc search nmaphost "~is" skyboxhost
# To scan all hosts gathered by skybox by nmap
fcpc nmap generate-targets-from-ips skyboxhost