|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<!-- saved from url=(0113)https://qualysguard.qg2.apps.qualys.com/fo/common/profile_info.php?id=1682491&_is_popout_modal=1&refresh_parent=1 -->
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" style="display: block;" class=" ext-strict"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
<title>Option Profile Information</title>
|
|
<link href="https://qualysguard.qg2.apps.qualys.com/images/favicon.ico" rel="shortcut icon" type="image/x-ico">
|
|
<link href="./Option Profile Information_files/ext-all-notheme.css" rel="stylesheet" type="text/css">
|
|
<link href="./Option Profile Information_files/xtheme-gray.css" rel="stylesheet" type="text/css">
|
|
<link href="./Option Profile Information_files/qx-all.css" rel="stylesheet" type="text/css">
|
|
<link href="./Option Profile Information_files/bundler.php" rel="stylesheet" type="text/css">
|
|
<script type="text/javascript" src="./Option Profile Information_files/prototype.js.download"></script>
|
|
<script type="text/javascript" src="./Option Profile Information_files/ext-base.js.download"></script>
|
|
<script type="text/javascript" src="./Option Profile Information_files/ext-all.js.download"></script>
|
|
<script type="text/javascript" src="./Option Profile Information_files/qx-all.js.download"></script>
|
|
<!--[if lt IE 7.]>
|
|
<script defer type="text/javascript" src="/js/pngfix.js"></script>
|
|
<![endif]-->
|
|
<script type="text/javascript" src="./Option Profile Information_files/bundler(1).php"></script>
|
|
<script type="text/javascript">
|
|
|
|
if(typeof(QWEB) == 'undefined') {
|
|
QWEB = {};
|
|
}
|
|
|
|
QWEB.dateFormat = {
|
|
app: {
|
|
date: 'Y-m-d',
|
|
time: 'H:i:s',
|
|
datetime: 'Y-m-d H:i:s (\\G\\M\\TO)'
|
|
}
|
|
};
|
|
|
|
TrackingMethodUtils = (function () {
|
|
var ins;
|
|
|
|
function init(trackingJsonStr) {
|
|
try {
|
|
trackingMethods = JSON.parse(trackingJsonStr);
|
|
} catch(e) {
|
|
trackingMethods = {};
|
|
}
|
|
|
|
return {
|
|
typeToText: function(trackingType) {
|
|
if (this.isValidType(trackingType)) {
|
|
return trackingMethods[trackingType];
|
|
}
|
|
return "";
|
|
},
|
|
isValidType: function(trackingType) {
|
|
return (trackingMethods[trackingType] !== undefined);
|
|
},
|
|
isValidText: function(trackingText) {
|
|
return this.textToType(trackingText) !== -1;
|
|
},
|
|
textToType: function(trackingText) {
|
|
for(trackingType in trackingMethods) {
|
|
// skip inherited property
|
|
if (trackingMethods.hasOwnProperty(trackingType) && trackingMethods[trackingType].toLowerCase() == trackingText.toLowerCase()) {
|
|
return parseInt(trackingType);
|
|
}
|
|
}
|
|
return -1;
|
|
}
|
|
};
|
|
};
|
|
|
|
return {
|
|
getInstance: function(trackingJsonStr) {
|
|
if (!ins) {
|
|
ins = init(trackingJsonStr);
|
|
}
|
|
|
|
return ins;
|
|
}
|
|
};
|
|
}());QWEB.TrackingMethodUtils = TrackingMethodUtils.getInstance('{"0":"Unknown","1":"IP address","2":"DNS hostname","3":"NetBIOS hostname","4":"QAGENT","101":"EC2","103":"Azure VM"}')
|
|
is_new_ui=true;
|
|
has_ns_fr=true;
|
|
is_manager=false;
|
|
Ext.BLANK_IMAGE_URL = '/js/ext-js-3.4.2/resources/images/default/s.gif';
|
|
function resetNotice() {
|
|
showProcessing();
|
|
Ext.Ajax.request({
|
|
url : '/fo/home/switchVmDashboard.php',
|
|
params : { dashboard_action : 'resetNotice' },
|
|
method: 'GET',
|
|
success: function ( result, request ) {
|
|
hideProcessing();
|
|
var resp = Ext.decode(result.responseText);
|
|
if (resp.status === true) {
|
|
window.location = '/portal-front/module/vm/';
|
|
} else {
|
|
Ext.MessageBox.alert('Error', resp.error);
|
|
}
|
|
},
|
|
failure: function ( result, request ) {
|
|
hideProcessing();
|
|
Ext.MessageBox.alert('Error', 'There was an error processing your request. Please try again later');
|
|
}
|
|
});
|
|
}
|
|
function resetVmdrNotice() {
|
|
showProcessing();
|
|
Ext.Ajax.request({
|
|
url : '/fo/home/SwitchVmdrDashboard.php',
|
|
params : { dashboard_action : 'resetVmdrNotice' },
|
|
method: 'GET',
|
|
success: function ( result, request ) {
|
|
hideProcessing();
|
|
var resp = Ext.decode(result.responseText);
|
|
if (resp.status === true) {
|
|
window.location = '/portal-front/module/vm/#/';
|
|
} else {
|
|
Ext.MessageBox.alert('Error', resp.error);
|
|
}
|
|
},
|
|
failure: function ( result, request ) {
|
|
hideProcessing();
|
|
Ext.MessageBox.alert('Error', 'There was an error processing your request. Please try again later');
|
|
}
|
|
});
|
|
}
|
|
QWEB.guidance.HelpTipManager.helpUrlBase = '/qwebhelp/fo_portal';
|
|
var allow_restore = true;
|
|
if(typeof Ext !== 'undefined') {
|
|
Ext.onReady(function(){
|
|
Ext.select('input[type=submit]').on('click', function(){
|
|
Ext.getBody().mask('Processing...', 'x-mask-loading')
|
|
});
|
|
});
|
|
}
|
|
</script>
|
|
</head>
|
|
|
|
<body id="option_profile_view" class="view_info ext-webkit ext-chrome" onload="self.focus();">
|
|
|
|
<div id="page_width"></div>
|
|
|
|
<div class="edit-window-header" role="heading" aria-level="1">
|
|
Option Profile Information
|
|
</div>
|
|
<div id="enclosing_tab_div" class="enclosing_tab_div">
|
|
<div id="start_tab">
|
|
<a href="javascript:change_tab('tab_0','0_tab')" class="h2 tab_link" id="tab_0"> <h2 class="clear"> <span id="gen_info_tog_img" class="tog_img"><span role="heading" aria-level="1">General Information</span></span>
|
|
</h2>
|
|
</a>
|
|
<a href="javascript:change_tab('tab_1','1_tab')" class="h2 tab_link selected" id="tab_1"> <h2 class="clear"> <span id="s_tog_img" class="tog_img"><span role="heading" aria-level="1">Scan Settings</span></span>
|
|
</h2>
|
|
</a>
|
|
<a href="javascript:change_tab('tab_2','2_tab')" class="h2 tab_link" id="tab_2"> <h2 class="clear"> <span id="m_tog_img" class="tog_img"><span role="heading" aria-level="1">Map Settings</span></span>
|
|
</h2>
|
|
</a>
|
|
<a href="javascript:change_tab('tab_3','3_tab')" class="h2 tab_link" id="tab_3"> <h2 class="clear"> <span id="s_tog_img" class="tog_img"><span role="heading" aria-level="1">System Authentication</span></span>
|
|
</h2>
|
|
</a>
|
|
<a href="javascript:change_tab('tab_4','4_tab')" class="h2 tab_link" id="tab_4"> <h2 class="clear"> <span id="a_tog_img" class="tog_img"><span role="heading" aria-level="1">Additional Settings</span></span>
|
|
</h2>
|
|
</a>
|
|
</div>
|
|
<div id="0_tab" class="info hidden">
|
|
<dl class="info_dl">
|
|
<dt>ID:</dt>
|
|
<dd>1682491</dd>
|
|
<dt>Title:</dt>
|
|
<dd>REMM ICMP Test</dd>
|
|
<dt>Type:</dt>
|
|
<dd>Standard</dd>
|
|
<dt>Default:</dt>
|
|
<dd>No</dd>
|
|
<dt>Global:</dt>
|
|
<dd>No</dd>
|
|
<dt> </dt>
|
|
<dd> </dd>
|
|
<dt>Owner:</dt>
|
|
<dd>Robert Emery</dd>
|
|
<dt>Created:</dt>
|
|
<dd>-</dd>
|
|
<dt>Modified By:</dt>
|
|
<dd>Robert Emery</dd>
|
|
<dt>Modified:</dt>
|
|
<dd>2023-01-25 15:23:18 (GMT+0000)</dd>
|
|
</dl>
|
|
</div>
|
|
<div id="1_tab" class="info shown">
|
|
<dl class="info_dl">
|
|
<dt>
|
|
<b>Ports</b>
|
|
</dt>
|
|
<dd> </dd>
|
|
<dt>Scanned <acronym title="Transmission Control Protocol">TCP</acronym> Ports:</dt>
|
|
<dd>None</dd>
|
|
<dt>Scanned <acronym title="User Datagram Protocol">UDP</acronym> Ports:</dt>
|
|
<dd>None</dd>
|
|
<dt>Scan Dead Hosts:</dt>
|
|
<dd>Off </dd>
|
|
<dt>Close Vulnerabilities on Dead Hosts Count:</dt>
|
|
<dd>Off </dd>
|
|
<dt>Purge old host data when OS changes:</dt>
|
|
<dd>Off </dd>
|
|
<dt>Load Balancer Detection:</dt>
|
|
<dd>Off </dd>
|
|
<dt>Perform 3-way Handshake:</dt>
|
|
<dd>Off </dd>
|
|
<dt>
|
|
<b>Vulnerability Detection</b>
|
|
</dt>
|
|
<dd>Complete </dd>
|
|
<dt>Intrusive Checks:</dt>
|
|
<dd>Excluded </dd>
|
|
<dt>
|
|
<b>Password Brute Forcing</b>
|
|
</dt>
|
|
<dd> </dd>
|
|
<dt>System:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>Custom:</dt>
|
|
<dd>Disabled</dd>
|
|
<dt>
|
|
<b>Authentication</b>
|
|
</dt>
|
|
<dd> </dd>
|
|
<dt>Windows:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>Unix/Cisco/Network SSH:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt> Unix Least Privilege Authentication:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>Oracle:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>Oracle Listener:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt><acronym title="Simple Network Management Protocol">SNMP</acronym>:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>VMware:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>DB2:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>HTTP:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>MySQL:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>Tomcat Server:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>MongoDB:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>Palo Alto Networks Firewall:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>Jboss Server:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>Oracle WebLogic Server:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>MariaDB:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>InformixDB:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>MS Exchange Server:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>Oracle HTTP Server:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>MS SharePoint:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>Sybase:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>Kubernetes:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>SAP IQ:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>SAP HANA:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>Azure MS SQL:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>Neo4j:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>NGINX:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>Infoblox:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>Overall Performance:</dt>
|
|
<dd>High </dd>
|
|
<dt>Allow Parallel Scanning:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>Authenticated Scan Certificate Discovery:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>Test Authentication:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>
|
|
<b>Hosts to Scan in Parallel</b>
|
|
</dt>
|
|
<dd> </dd>
|
|
<dt>Use Appliance Parallel ML Scaling:</dt>
|
|
<dd>Off </dd>
|
|
<dt>External Scanners:</dt>
|
|
<dd>20 </dd>
|
|
<dt>Scanner Appliances:</dt>
|
|
<dd>40 </dd>
|
|
<dt>
|
|
<b>Processes to Run in Parallel</b>
|
|
</dt>
|
|
<dd> </dd>
|
|
<dt>Total Processes:</dt>
|
|
<dd>15 </dd>
|
|
<dt>HTTP Processes:</dt>
|
|
<dd>15 </dd>
|
|
<dt>Packet (Burst) Delay:</dt>
|
|
<dd>Short </dd>
|
|
<dt>Port Scanning and Host Discovery:</dt>
|
|
<dd> </dd>
|
|
<dt>Intensity:</dt>
|
|
<dd>Normal </dd>
|
|
<dt>
|
|
<b>Dissolvable Agent</b>
|
|
</dt>
|
|
<dd> </dd>
|
|
<dt>Dissolvable Agent (for this profile):</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>Windows Share Enumeration:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>Windows Directory Search:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>Lite OS Discovery:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>Host Alive Testing:</dt>
|
|
<dd>Disabled </dd>
|
|
<dt>Do Not Overwrite OS:</dt>
|
|
<dd>Disabled </dd>
|
|
</dl>
|
|
</div>
|
|
<div id="2_tab" class="info hidden">
|
|
<dl class="info_dl">
|
|
<dt>Basic Information Gathering:</dt>
|
|
<dd>All Hosts </dd>
|
|
<dt><acronym title="Transmission Control Protocol">TCP</acronym> Ports:</dt>
|
|
<dd>
|
|
<a href="javascript:open_popup('/fo/options/ports_info.php?', 'id=2', 620, 420, 'View_IG_TCP_Ports');" title="View Standard TCP Ports (Information Gathering)">Standard Scan</a>
|
|
|
|
</dd>
|
|
<dt><acronym title="User Datagram Protocol">UDP</acronym> Ports:</dt>
|
|
<dd>None</dd>
|
|
<dt>Live Host Sweep:</dt>
|
|
<dd>On </dd>
|
|
<dt>Disable <acronym title="Domain Name System">DNS</acronym> traffic:</dt>
|
|
<dd>Off </dd>
|
|
<dt>Authenticated Scans:</dt>
|
|
<dd>None </dd>
|
|
<dt>Overall Performance:</dt>
|
|
<dd>Normal </dd>
|
|
<dt>
|
|
<b>Netblocks to Map in Parallel</b>
|
|
</dt>
|
|
<dd> </dd>
|
|
<dt>External Scanners:</dt>
|
|
<dd>6 </dd>
|
|
<dt>Scanner Appliances:</dt>
|
|
<dd>8 </dd>
|
|
<dt>Netblock Size:</dt>
|
|
<dd>16384 IPs </dd>
|
|
<dt>Packet (Burst) Delay:</dt>
|
|
<dd>Minimum </dd>
|
|
</dl>
|
|
</div>
|
|
<div id="3_tab" class="info hidden">
|
|
<dl class="info_dl">
|
|
<dt>System Authentication Records:</dt>
|
|
<dd> </dd>
|
|
<dt>Include system created authentication records in scans:</dt>
|
|
<dd>Disabled </dd>
|
|
</dl>
|
|
</div>
|
|
<div id="4_tab" class="info hidden">
|
|
<dl class="info_dl">
|
|
<dt>
|
|
<b>Host Discovery</b>
|
|
</dt>
|
|
<dd> </dd>
|
|
<dt><acronym title="Transmission Control Protocol">TCP</acronym>:</dt>
|
|
<dd> None</dd>
|
|
<dt><acronym title="User Datagram Protocol">UDP</acronym>:</dt>
|
|
<dd>
|
|
<a href="javascript:open_popup('/fo/options/ports_info.php?', 'id=21', 620, 420, 'View_Standard_UDP_Ports_Discovery');" title="View Standard UDP Ports (Host Discovery)">Standard Scan</a>
|
|
|
|
</dd>
|
|
<dt><acronym title="Internet Control Message Protocol">ICMP</acronym>:</dt>
|
|
<dd> On</dd>
|
|
<dt>
|
|
<b>Packet Options</b>
|
|
</dt>
|
|
<dd> </dd>
|
|
<dt>Ignore firewall-generated <acronym title="Transmission Control Protocol">TCP</acronym> <abbr title="Reset">RST</abbr> packets:</dt>
|
|
<dd>Off </dd>
|
|
<dt>Ignore all <acronym title="Transmission Control Protocol">TCP</acronym> <abbr title="Reset">RST</abbr> packets:</dt>
|
|
<dd>Off </dd>
|
|
<dt>Ignore firewall-generated <acronym title="Transmission Control Protocol">TCP</acronym> <abbr title="Synchronise-Acknowledgment">SYN-<abbr title="Acknowledgment">ACK</abbr></abbr> packets:</dt>
|
|
<dd>Off </dd>
|
|
<dt>Do not send <acronym title="Transmission Control Protocol">TCP</acronym> <abbr title="Acknowledgment">ACK</abbr> or <abbr title="Synchronise-Acknowledgment">SYN-<abbr title="Acknowledgment">ACK</abbr></abbr> packets during host discovery:</dt>
|
|
<dd>Off </dd>
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
<div class="clear"></div>
|
|
<div id="view_tab_btn_panel">
|
|
<div id="close_tab">
|
|
<button onclick="javascript: closeWindow();">Close</button>
|
|
<div id="view_btn_tab">
|
|
<button onclick="javascript: Ext.getBody().mask('Processing...', 'x-mask-loading'); window.location = '/fo/options/options_edit.php?id=1682491&in_popup=1&refresh_parent=1'" class="blue button">Edit</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script>
|
|
|
|
|
|
function change_tab (parent, child) {
|
|
|
|
var tabs = $('start_tab');
|
|
if (!tabs) {
|
|
return;
|
|
}
|
|
|
|
var list = tabs.childNodes;
|
|
|
|
// set the right tab class
|
|
if (list != 0) {
|
|
// unselect all the tabs, then select the right tab
|
|
for(var i=0; i<list.length; i++) {
|
|
Element.removeClassName('tab_' + i, 'selected');
|
|
}
|
|
|
|
Element.addClassName(parent, 'selected');
|
|
|
|
// hide all divs
|
|
for(var i=0; i<list.length; i++) {
|
|
Element.removeClassName(i + '_tab', 'shown');
|
|
Element.addClassName(i + '_tab', 'hidden');
|
|
}
|
|
|
|
// show the right child div
|
|
Element.removeClassName(child, 'hidden');
|
|
Element.addClassName(child, 'shown');
|
|
}
|
|
|
|
}
|
|
|
|
change_tab('tab_0','0_tab');
|
|
|
|
</script>
|
|
|
|
<script type="text/javascript">
|
|
|
|
(function() {
|
|
var layoutItems = ["body-header", "host_nav", "body-footer-content", "preview_frame"],
|
|
listeners = [];
|
|
|
|
function getFixedItemHeight() {
|
|
var h = 0;
|
|
Ext.each(layoutItems, function(i) {
|
|
var el = Ext.fly(i);
|
|
if (el) {
|
|
h += el.getHeight();
|
|
}
|
|
});
|
|
return h;
|
|
}
|
|
|
|
function resizePageLayout() {
|
|
if(Ext.fly("body-content") && Ext.fly("window_pane")) {
|
|
|
|
var externalHeight = getFixedItemHeight();
|
|
|
|
if (Ext.fly("preview_pane")) {
|
|
var windowRatio = Ext.fly("window_pane").getHeight() / (Ext.fly("window_pane").getHeight() + Ext.fly("preview_pane").getHeight());
|
|
var newWindowSize = Math.floor(windowRatio * (Ext.lib.Dom.getViewHeight() - externalHeight));
|
|
var remainingHeight = Ext.lib.Dom.getViewHeight() - newWindowSize - externalHeight;
|
|
Ext.fly("preview_pane").setHeight(remainingHeight);
|
|
Ext.fly("window_pane").setHeight(newWindowSize);
|
|
} else {
|
|
var newSize = Math.floor(Ext.lib.Dom.getViewHeight() - externalHeight);
|
|
Ext.fly("window_pane").setHeight(newSize);
|
|
}
|
|
|
|
// check if an Ext Component was rendered to window_pane, in which case we
|
|
// need to resize it using Component.resize so it lays out its child components
|
|
var firstEl = Ext.fly("window_pane").first();
|
|
if (firstEl && Ext.getCmp(firstEl.id)) {
|
|
var cmp = Ext.getCmp(firstEl.id);
|
|
cmp.setSize(Ext.fly("window_pane").getSize());
|
|
}
|
|
}
|
|
if (typeof window.tableDecorator !== "undefined") {
|
|
window.tableDecorator.doLayout();
|
|
}
|
|
Ext.each(listeners, function(fn) {
|
|
fn.call(this);
|
|
});
|
|
};
|
|
|
|
window.layoutManager = {
|
|
registerElForLayout: function(el) {
|
|
layoutItems.push(el);
|
|
},
|
|
doLayout: resizePageLayout,
|
|
getCenterContentHeight: function() {
|
|
return Ext.lib.Dom.getViewHeight() - getFixedItemHeight();
|
|
},
|
|
addAfterLayoutListener: function(fn, scope) {
|
|
listeners.push(fn.createDelegate(scope));
|
|
}
|
|
};
|
|
|
|
Ext.EventManager.onWindowResize(resizePageLayout, this, true);
|
|
Ext.onReady(function() {
|
|
if(Ext.query("form > #action_bar").length) {
|
|
layoutItems.push("action_bar");
|
|
}
|
|
resizePageLayout();
|
|
}, this);
|
|
})();
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="ext-comp-1001" class="x-tip" style="position: absolute; z-index: 20002; visibility: hidden; display: none;"><div class="x-tip-tl"><div class="x-tip-tr"><div class="x-tip-tc"><div class="x-tip-header x-unselectable" id="ext-gen3"><span class="x-tip-header-text"></span></div></div></div></div><div class="x-tip-bwrap" id="ext-gen4"><div class="x-tip-ml"><div class="x-tip-mr"><div class="x-tip-mc" id="ext-gen7"><div class="x-tip-body" id="ext-gen5" style="height: auto;"></div></div></div></div><div class="x-tip-bl x-panel-nofooter" id="ext-gen6"><div class="x-tip-br"><div class="x-tip-bc"></div></div></div></div><div class="x-tip-anchor x-tip-anchor-top" id="ext-gen8" style="z-index: 20003;"></div></div></body></html>
|