Host 200.61.211.129
Argentina
Telecom Argentina S.A.
Software information

Microsoft-HTTPAPI Microsoft-HTTPAPI 2.0

tcp/443

ScreenConnect 20.3.27555.7390-1756316488

tcp/443

  • Open service 200.61.211.129:443

    2024-12-21 23:58

    HTTP/1.1 200 OK
    Cache-Control: private
    Content-Length: 78544
    Content-Type: text/html; charset=utf-8
    Server: ScreenConnect/20.3.27555.7390-1756316488 Microsoft-HTTPAPI/2.0
    P3P: CP="NON CUR OUR STP STA PRE"
    Date: Sat, 21 Dec 2024 23:58:07 GMT
    Connection: close
    
    
    
    <!DOCTYPE html>
    <html>
    <head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
    	<script>
    
    		function setTaggedSessionInfo(tag, taggedSessionInfo) {
    			var oldTaggedSessionInfo = window._taggedSessionInfos[tag];
    			window._taggedSessionInfos[tag] = taggedSessionInfo;
    
    			if (!oldTaggedSessionInfo || taggedSessionInfo.SessionID != oldTaggedSessionInfo.SessionID || taggedSessionInfo.Code != oldTaggedSessionInfo.Code)
    				SC.pagedata.notifyDirty();
    		}
    
    		// backwards compatibility with extensions
    		function setTaggedSessionID(tag, sessionID) {
    			window.setTaggedSessionInfo(tag, { SessionID: sessionID });
    		}
    
    		function getTaggedSessionInfo(tag) {
    			return window._taggedSessionInfos[tag];
    		}
    
    	</script>
    <script src="Script.ashx?__Cache=2746e5b6-5ed5-4582-be4a-f95c6c3bf09d" id="defaultScript"></script>
    <link href="App_Themes/SolidWithRed/Default.css?__Cache=19471322-6ecd-443b-9466-7f088fc43920" type="text/css" rel="stylesheet" /><link href="FavIcon.axd?__Cache=3deddce5-9cae-4426-98f9-38d7b9a392d7" rel="shortcut icon" />
    <script>SC.util.mergeIntoContext({"focusedControlID":null,"userDisplayName":"","isUserAuthenticated":false,"isUserAdministrator":false,"canManageSharedToolbox":false,"pageBaseFileName":"Guest","notifyActivityFrequencyMilliseconds":600000,"loginAfterInactivityMilliseconds":0,"canChangePassword":false,"controlPanelUrl":null,"pageType":"GuestPage","processType":2,"userAgentOverride":null,"sessionTypeInfos":[]});</script>
    <script>SC.extension.addInitializeProc('d55008eb-fe3b-4285-a45c-b16d78156530', function (extensionContext) {
    var hasSentCommand = false;
    
    SC.event.addGlobalHandler(SC.event.InitializeTab, function (eventArgs) {
    	if (isGeneralTab(eventArgs.tabName)){
    		hasSentCommand = false;
    		var descriptionList = eventArgs.container.firstChild;
    		SC.ui.addElement(descriptionList, 'dt', {id: 'modelContainer', innerHTML: 'Model :'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'modelValueContainer'});
    		SC.ui.addElement(descriptionList, 'dt', {id: 'manufacturerContainer', innerHTML: 'Manufacturer:'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'manufacturerValueContainer'});
    		SC.ui.addElement(descriptionList, 'dt', {id: 'biosNameContainer', innerHTML: 'BIOS Name:'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'biosNameValueContainer'});
    		SC.ui.addElement(descriptionList, 'dt', {id: 'biosSerialContainer', innerHTML: 'BIOS Serial:'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'biosSerialValueContainer'});
    	}
    });
    
    SC.event.addGlobalHandler(SC.event.RefreshTab, function (eventArgs) {
    	if (isGeneralTab(eventArgs.tabName)) {
    		SC.ui.clear($('modelValueContainer'));
    		SC.ui.clear($('manufacturerValueContainer'));
    		SC.ui.clear($('biosNameValueContainer'));
    		SC.ui.clear($('biosSerialValueContainer'));
    		
    		if (isSupportedOperatingSystem(eventArgs.session.GuestOperatingSystemName))
    			displayInformationRequest(
    				getLatestInformationRequestEvent(
    					eventArgs.sessionDetails, 
    					eventArgs.tabName
    					), eventArgs
    				);
    	}
    	
    	
    });
    
    function isSupportedOperatingSystem(operatingSystemName){
    	if (operatingSystemName.startsWith("Windows") || operatingSystemName.startsWith("Microsoft"))
    		return true;
    	else
    		return false;
    }
    
    function sendInformationalCommand() {
    	window.addEventToSessions(
    		window.getSessionGroupUrlPart()[0], 
    		SC.types.SessionType.Access,
    		[window.getSessionUrlPart()], 
    		SC.types.SessionEventType.QueuedCommand, 
    		null,
    		getInputCommand(
    			"General"
    			),
    		false,
    		false,
    		true
    	);
    }
    
    function getInputCommand(commandType) {
    	var headers = getHeaders();
    	headers.CommandType = commandType;
    	var commandText = "$computer = get-wmiobject win32_computersystem | select Manufacturer, Model" + "\n" + 
    					"$bios = get-wmiobject win32_bios | select Name, SerialNumber" + "\n" + 
    					"write-output $computer.Manufacturer, $computer.Model, $bios.Name, $bios.SerialNumber| ConvertTo-Xml -As Stream";
    	
    	var emptyLinePrefix = '';
    	
    	if (headers.Proc
    Found 11 hours ago by HttpPlugin
    Create report
  • Open service 200.61.211.129:443

    2024-12-19 23:17

    HTTP/1.1 200 OK
    Cache-Control: private
    Content-Length: 78544
    Content-Type: text/html; charset=utf-8
    Server: ScreenConnect/20.3.27555.7390-1756316488 Microsoft-HTTPAPI/2.0
    P3P: CP="NON CUR OUR STP STA PRE"
    Date: Thu, 19 Dec 2024 23:17:52 GMT
    Connection: close
    
    
    
    <!DOCTYPE html>
    <html>
    <head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
    	<script>
    
    		function setTaggedSessionInfo(tag, taggedSessionInfo) {
    			var oldTaggedSessionInfo = window._taggedSessionInfos[tag];
    			window._taggedSessionInfos[tag] = taggedSessionInfo;
    
    			if (!oldTaggedSessionInfo || taggedSessionInfo.SessionID != oldTaggedSessionInfo.SessionID || taggedSessionInfo.Code != oldTaggedSessionInfo.Code)
    				SC.pagedata.notifyDirty();
    		}
    
    		// backwards compatibility with extensions
    		function setTaggedSessionID(tag, sessionID) {
    			window.setTaggedSessionInfo(tag, { SessionID: sessionID });
    		}
    
    		function getTaggedSessionInfo(tag) {
    			return window._taggedSessionInfos[tag];
    		}
    
    	</script>
    <script src="Script.ashx?__Cache=2746e5b6-5ed5-4582-be4a-f95c6c3bf09d" id="defaultScript"></script>
    <link href="App_Themes/SolidWithRed/Default.css?__Cache=19471322-6ecd-443b-9466-7f088fc43920" type="text/css" rel="stylesheet" /><link href="FavIcon.axd?__Cache=3deddce5-9cae-4426-98f9-38d7b9a392d7" rel="shortcut icon" />
    <script>SC.util.mergeIntoContext({"focusedControlID":null,"userDisplayName":"","isUserAuthenticated":false,"isUserAdministrator":false,"canManageSharedToolbox":false,"pageBaseFileName":"Guest","notifyActivityFrequencyMilliseconds":600000,"loginAfterInactivityMilliseconds":0,"canChangePassword":false,"controlPanelUrl":null,"pageType":"GuestPage","processType":2,"userAgentOverride":null,"sessionTypeInfos":[]});</script>
    <script>SC.extension.addInitializeProc('d55008eb-fe3b-4285-a45c-b16d78156530', function (extensionContext) {
    var hasSentCommand = false;
    
    SC.event.addGlobalHandler(SC.event.InitializeTab, function (eventArgs) {
    	if (isGeneralTab(eventArgs.tabName)){
    		hasSentCommand = false;
    		var descriptionList = eventArgs.container.firstChild;
    		SC.ui.addElement(descriptionList, 'dt', {id: 'modelContainer', innerHTML: 'Model :'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'modelValueContainer'});
    		SC.ui.addElement(descriptionList, 'dt', {id: 'manufacturerContainer', innerHTML: 'Manufacturer:'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'manufacturerValueContainer'});
    		SC.ui.addElement(descriptionList, 'dt', {id: 'biosNameContainer', innerHTML: 'BIOS Name:'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'biosNameValueContainer'});
    		SC.ui.addElement(descriptionList, 'dt', {id: 'biosSerialContainer', innerHTML: 'BIOS Serial:'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'biosSerialValueContainer'});
    	}
    });
    
    SC.event.addGlobalHandler(SC.event.RefreshTab, function (eventArgs) {
    	if (isGeneralTab(eventArgs.tabName)) {
    		SC.ui.clear($('modelValueContainer'));
    		SC.ui.clear($('manufacturerValueContainer'));
    		SC.ui.clear($('biosNameValueContainer'));
    		SC.ui.clear($('biosSerialValueContainer'));
    		
    		if (isSupportedOperatingSystem(eventArgs.session.GuestOperatingSystemName))
    			displayInformationRequest(
    				getLatestInformationRequestEvent(
    					eventArgs.sessionDetails, 
    					eventArgs.tabName
    					), eventArgs
    				);
    	}
    	
    	
    });
    
    function isSupportedOperatingSystem(operatingSystemName){
    	if (operatingSystemName.startsWith("Windows") || operatingSystemName.startsWith("Microsoft"))
    		return true;
    	else
    		return false;
    }
    
    function sendInformationalCommand() {
    	window.addEventToSessions(
    		window.getSessionGroupUrlPart()[0], 
    		SC.types.SessionType.Access,
    		[window.getSessionUrlPart()], 
    		SC.types.SessionEventType.QueuedCommand, 
    		null,
    		getInputCommand(
    			"General"
    			),
    		false,
    		false,
    		true
    	);
    }
    
    function getInputCommand(commandType) {
    	var headers = getHeaders();
    	headers.CommandType = commandType;
    	var commandText = "$computer = get-wmiobject win32_computersystem | select Manufacturer, Model" + "\n" + 
    					"$bios = get-wmiobject win32_bios | select Name, SerialNumber" + "\n" + 
    					"write-output $computer.Manufacturer, $computer.Model, $bios.Name, $bios.SerialNumber| ConvertTo-Xml -As Stream";
    	
    	var emptyLinePrefix = '';
    	
    	if (headers.Proc
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 200.61.211.129:443

    2024-12-18 00:01

    HTTP/1.1 200 OK
    Cache-Control: private
    Content-Length: 78544
    Content-Type: text/html; charset=utf-8
    Server: ScreenConnect/20.3.27555.7390-1756316488 Microsoft-HTTPAPI/2.0
    P3P: CP="NON CUR OUR STP STA PRE"
    Date: Wed, 18 Dec 2024 00:02:05 GMT
    Connection: close
    
    
    
    <!DOCTYPE html>
    <html>
    <head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
    	<script>
    
    		function setTaggedSessionInfo(tag, taggedSessionInfo) {
    			var oldTaggedSessionInfo = window._taggedSessionInfos[tag];
    			window._taggedSessionInfos[tag] = taggedSessionInfo;
    
    			if (!oldTaggedSessionInfo || taggedSessionInfo.SessionID != oldTaggedSessionInfo.SessionID || taggedSessionInfo.Code != oldTaggedSessionInfo.Code)
    				SC.pagedata.notifyDirty();
    		}
    
    		// backwards compatibility with extensions
    		function setTaggedSessionID(tag, sessionID) {
    			window.setTaggedSessionInfo(tag, { SessionID: sessionID });
    		}
    
    		function getTaggedSessionInfo(tag) {
    			return window._taggedSessionInfos[tag];
    		}
    
    	</script>
    <script src="Script.ashx?__Cache=7231bfb6-f38e-40fb-be15-c139ecb5e6d4" id="defaultScript"></script>
    <link href="App_Themes/SolidWithRed/Default.css?__Cache=d122f25b-abb2-4e2b-bc6e-b7751086c6f7" type="text/css" rel="stylesheet" /><link href="FavIcon.axd?__Cache=25ce188a-c123-4924-8839-5ca86296ba50" rel="shortcut icon" />
    <script>SC.util.mergeIntoContext({"focusedControlID":null,"userDisplayName":"","isUserAuthenticated":false,"isUserAdministrator":false,"canManageSharedToolbox":false,"pageBaseFileName":"Guest","notifyActivityFrequencyMilliseconds":600000,"loginAfterInactivityMilliseconds":0,"canChangePassword":false,"controlPanelUrl":null,"pageType":"GuestPage","processType":2,"userAgentOverride":null,"sessionTypeInfos":[]});</script>
    <script>SC.extension.addInitializeProc('d55008eb-fe3b-4285-a45c-b16d78156530', function (extensionContext) {
    var hasSentCommand = false;
    
    SC.event.addGlobalHandler(SC.event.InitializeTab, function (eventArgs) {
    	if (isGeneralTab(eventArgs.tabName)){
    		hasSentCommand = false;
    		var descriptionList = eventArgs.container.firstChild;
    		SC.ui.addElement(descriptionList, 'dt', {id: 'modelContainer', innerHTML: 'Model :'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'modelValueContainer'});
    		SC.ui.addElement(descriptionList, 'dt', {id: 'manufacturerContainer', innerHTML: 'Manufacturer:'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'manufacturerValueContainer'});
    		SC.ui.addElement(descriptionList, 'dt', {id: 'biosNameContainer', innerHTML: 'BIOS Name:'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'biosNameValueContainer'});
    		SC.ui.addElement(descriptionList, 'dt', {id: 'biosSerialContainer', innerHTML: 'BIOS Serial:'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'biosSerialValueContainer'});
    	}
    });
    
    SC.event.addGlobalHandler(SC.event.RefreshTab, function (eventArgs) {
    	if (isGeneralTab(eventArgs.tabName)) {
    		SC.ui.clear($('modelValueContainer'));
    		SC.ui.clear($('manufacturerValueContainer'));
    		SC.ui.clear($('biosNameValueContainer'));
    		SC.ui.clear($('biosSerialValueContainer'));
    		
    		if (isSupportedOperatingSystem(eventArgs.session.GuestOperatingSystemName))
    			displayInformationRequest(
    				getLatestInformationRequestEvent(
    					eventArgs.sessionDetails, 
    					eventArgs.tabName
    					), eventArgs
    				);
    	}
    	
    	
    });
    
    function isSupportedOperatingSystem(operatingSystemName){
    	if (operatingSystemName.startsWith("Windows") || operatingSystemName.startsWith("Microsoft"))
    		return true;
    	else
    		return false;
    }
    
    function sendInformationalCommand() {
    	window.addEventToSessions(
    		window.getSessionGroupUrlPart()[0], 
    		SC.types.SessionType.Access,
    		[window.getSessionUrlPart()], 
    		SC.types.SessionEventType.QueuedCommand, 
    		null,
    		getInputCommand(
    			"General"
    			),
    		false,
    		false,
    		true
    	);
    }
    
    function getInputCommand(commandType) {
    	var headers = getHeaders();
    	headers.CommandType = commandType;
    	var commandText = "$computer = get-wmiobject win32_computersystem | select Manufacturer, Model" + "\n" + 
    					"$bios = get-wmiobject win32_bios | select Name, SerialNumber" + "\n" + 
    					"write-output $computer.Manufacturer, $computer.Model, $bios.Name, $bios.SerialNumber| ConvertTo-Xml -As Stream";
    	
    	var emptyLinePrefix = '';
    	
    	if (headers.Proc
    Found 2024-12-18 by HttpPlugin
    Create report
  • Open service 200.61.211.129:443

    2024-12-15 23:09

    HTTP/1.1 200 OK
    Cache-Control: private
    Content-Length: 78544
    Content-Type: text/html; charset=utf-8
    Server: ScreenConnect/20.3.27555.7390-1756316488 Microsoft-HTTPAPI/2.0
    P3P: CP="NON CUR OUR STP STA PRE"
    Date: Sun, 15 Dec 2024 23:09:52 GMT
    Connection: close
    
    
    
    <!DOCTYPE html>
    <html>
    <head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
    	<script>
    
    		function setTaggedSessionInfo(tag, taggedSessionInfo) {
    			var oldTaggedSessionInfo = window._taggedSessionInfos[tag];
    			window._taggedSessionInfos[tag] = taggedSessionInfo;
    
    			if (!oldTaggedSessionInfo || taggedSessionInfo.SessionID != oldTaggedSessionInfo.SessionID || taggedSessionInfo.Code != oldTaggedSessionInfo.Code)
    				SC.pagedata.notifyDirty();
    		}
    
    		// backwards compatibility with extensions
    		function setTaggedSessionID(tag, sessionID) {
    			window.setTaggedSessionInfo(tag, { SessionID: sessionID });
    		}
    
    		function getTaggedSessionInfo(tag) {
    			return window._taggedSessionInfos[tag];
    		}
    
    	</script>
    <script src="Script.ashx?__Cache=7231bfb6-f38e-40fb-be15-c139ecb5e6d4" id="defaultScript"></script>
    <link href="App_Themes/SolidWithRed/Default.css?__Cache=d122f25b-abb2-4e2b-bc6e-b7751086c6f7" type="text/css" rel="stylesheet" /><link href="FavIcon.axd?__Cache=25ce188a-c123-4924-8839-5ca86296ba50" rel="shortcut icon" />
    <script>SC.util.mergeIntoContext({"focusedControlID":null,"userDisplayName":"","isUserAuthenticated":false,"isUserAdministrator":false,"canManageSharedToolbox":false,"pageBaseFileName":"Guest","notifyActivityFrequencyMilliseconds":600000,"loginAfterInactivityMilliseconds":0,"canChangePassword":false,"controlPanelUrl":null,"pageType":"GuestPage","processType":2,"userAgentOverride":null,"sessionTypeInfos":[]});</script>
    <script>SC.extension.addInitializeProc('d55008eb-fe3b-4285-a45c-b16d78156530', function (extensionContext) {
    var hasSentCommand = false;
    
    SC.event.addGlobalHandler(SC.event.InitializeTab, function (eventArgs) {
    	if (isGeneralTab(eventArgs.tabName)){
    		hasSentCommand = false;
    		var descriptionList = eventArgs.container.firstChild;
    		SC.ui.addElement(descriptionList, 'dt', {id: 'modelContainer', innerHTML: 'Model :'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'modelValueContainer'});
    		SC.ui.addElement(descriptionList, 'dt', {id: 'manufacturerContainer', innerHTML: 'Manufacturer:'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'manufacturerValueContainer'});
    		SC.ui.addElement(descriptionList, 'dt', {id: 'biosNameContainer', innerHTML: 'BIOS Name:'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'biosNameValueContainer'});
    		SC.ui.addElement(descriptionList, 'dt', {id: 'biosSerialContainer', innerHTML: 'BIOS Serial:'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'biosSerialValueContainer'});
    	}
    });
    
    SC.event.addGlobalHandler(SC.event.RefreshTab, function (eventArgs) {
    	if (isGeneralTab(eventArgs.tabName)) {
    		SC.ui.clear($('modelValueContainer'));
    		SC.ui.clear($('manufacturerValueContainer'));
    		SC.ui.clear($('biosNameValueContainer'));
    		SC.ui.clear($('biosSerialValueContainer'));
    		
    		if (isSupportedOperatingSystem(eventArgs.session.GuestOperatingSystemName))
    			displayInformationRequest(
    				getLatestInformationRequestEvent(
    					eventArgs.sessionDetails, 
    					eventArgs.tabName
    					), eventArgs
    				);
    	}
    	
    	
    });
    
    function isSupportedOperatingSystem(operatingSystemName){
    	if (operatingSystemName.startsWith("Windows") || operatingSystemName.startsWith("Microsoft"))
    		return true;
    	else
    		return false;
    }
    
    function sendInformationalCommand() {
    	window.addEventToSessions(
    		window.getSessionGroupUrlPart()[0], 
    		SC.types.SessionType.Access,
    		[window.getSessionUrlPart()], 
    		SC.types.SessionEventType.QueuedCommand, 
    		null,
    		getInputCommand(
    			"General"
    			),
    		false,
    		false,
    		true
    	);
    }
    
    function getInputCommand(commandType) {
    	var headers = getHeaders();
    	headers.CommandType = commandType;
    	var commandText = "$computer = get-wmiobject win32_computersystem | select Manufacturer, Model" + "\n" + 
    					"$bios = get-wmiobject win32_bios | select Name, SerialNumber" + "\n" + 
    					"write-output $computer.Manufacturer, $computer.Model, $bios.Name, $bios.SerialNumber| ConvertTo-Xml -As Stream";
    	
    	var emptyLinePrefix = '';
    	
    	if (headers.Proc
    Found 2024-12-15 by HttpPlugin
    Create report
  • Open service 200.61.211.129:443

    2024-12-13 23:07

    HTTP/1.1 200 OK
    Cache-Control: private
    Content-Length: 78544
    Content-Type: text/html; charset=utf-8
    Server: ScreenConnect/20.3.27555.7390-1756316488 Microsoft-HTTPAPI/2.0
    P3P: CP="NON CUR OUR STP STA PRE"
    Date: Fri, 13 Dec 2024 23:07:08 GMT
    Connection: close
    
    
    
    <!DOCTYPE html>
    <html>
    <head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
    	<script>
    
    		function setTaggedSessionInfo(tag, taggedSessionInfo) {
    			var oldTaggedSessionInfo = window._taggedSessionInfos[tag];
    			window._taggedSessionInfos[tag] = taggedSessionInfo;
    
    			if (!oldTaggedSessionInfo || taggedSessionInfo.SessionID != oldTaggedSessionInfo.SessionID || taggedSessionInfo.Code != oldTaggedSessionInfo.Code)
    				SC.pagedata.notifyDirty();
    		}
    
    		// backwards compatibility with extensions
    		function setTaggedSessionID(tag, sessionID) {
    			window.setTaggedSessionInfo(tag, { SessionID: sessionID });
    		}
    
    		function getTaggedSessionInfo(tag) {
    			return window._taggedSessionInfos[tag];
    		}
    
    	</script>
    <script src="Script.ashx?__Cache=7231bfb6-f38e-40fb-be15-c139ecb5e6d4" id="defaultScript"></script>
    <link href="App_Themes/SolidWithRed/Default.css?__Cache=d122f25b-abb2-4e2b-bc6e-b7751086c6f7" type="text/css" rel="stylesheet" /><link href="FavIcon.axd?__Cache=25ce188a-c123-4924-8839-5ca86296ba50" rel="shortcut icon" />
    <script>SC.util.mergeIntoContext({"focusedControlID":null,"userDisplayName":"","isUserAuthenticated":false,"isUserAdministrator":false,"canManageSharedToolbox":false,"pageBaseFileName":"Guest","notifyActivityFrequencyMilliseconds":600000,"loginAfterInactivityMilliseconds":0,"canChangePassword":false,"controlPanelUrl":null,"pageType":"GuestPage","processType":2,"userAgentOverride":null,"sessionTypeInfos":[]});</script>
    <script>SC.extension.addInitializeProc('d55008eb-fe3b-4285-a45c-b16d78156530', function (extensionContext) {
    var hasSentCommand = false;
    
    SC.event.addGlobalHandler(SC.event.InitializeTab, function (eventArgs) {
    	if (isGeneralTab(eventArgs.tabName)){
    		hasSentCommand = false;
    		var descriptionList = eventArgs.container.firstChild;
    		SC.ui.addElement(descriptionList, 'dt', {id: 'modelContainer', innerHTML: 'Model :'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'modelValueContainer'});
    		SC.ui.addElement(descriptionList, 'dt', {id: 'manufacturerContainer', innerHTML: 'Manufacturer:'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'manufacturerValueContainer'});
    		SC.ui.addElement(descriptionList, 'dt', {id: 'biosNameContainer', innerHTML: 'BIOS Name:'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'biosNameValueContainer'});
    		SC.ui.addElement(descriptionList, 'dt', {id: 'biosSerialContainer', innerHTML: 'BIOS Serial:'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'biosSerialValueContainer'});
    	}
    });
    
    SC.event.addGlobalHandler(SC.event.RefreshTab, function (eventArgs) {
    	if (isGeneralTab(eventArgs.tabName)) {
    		SC.ui.clear($('modelValueContainer'));
    		SC.ui.clear($('manufacturerValueContainer'));
    		SC.ui.clear($('biosNameValueContainer'));
    		SC.ui.clear($('biosSerialValueContainer'));
    		
    		if (isSupportedOperatingSystem(eventArgs.session.GuestOperatingSystemName))
    			displayInformationRequest(
    				getLatestInformationRequestEvent(
    					eventArgs.sessionDetails, 
    					eventArgs.tabName
    					), eventArgs
    				);
    	}
    	
    	
    });
    
    function isSupportedOperatingSystem(operatingSystemName){
    	if (operatingSystemName.startsWith("Windows") || operatingSystemName.startsWith("Microsoft"))
    		return true;
    	else
    		return false;
    }
    
    function sendInformationalCommand() {
    	window.addEventToSessions(
    		window.getSessionGroupUrlPart()[0], 
    		SC.types.SessionType.Access,
    		[window.getSessionUrlPart()], 
    		SC.types.SessionEventType.QueuedCommand, 
    		null,
    		getInputCommand(
    			"General"
    			),
    		false,
    		false,
    		true
    	);
    }
    
    function getInputCommand(commandType) {
    	var headers = getHeaders();
    	headers.CommandType = commandType;
    	var commandText = "$computer = get-wmiobject win32_computersystem | select Manufacturer, Model" + "\n" + 
    					"$bios = get-wmiobject win32_bios | select Name, SerialNumber" + "\n" + 
    					"write-output $computer.Manufacturer, $computer.Model, $bios.Name, $bios.SerialNumber| ConvertTo-Xml -As Stream";
    	
    	var emptyLinePrefix = '';
    	
    	if (headers.Proc
    Found 2024-12-13 by HttpPlugin
    Create report
  • Open service 200.61.211.129:443

    2024-12-12 00:01

    HTTP/1.1 200 OK
    Cache-Control: private
    Content-Length: 78544
    Content-Type: text/html; charset=utf-8
    Server: ScreenConnect/20.3.27555.7390-1756316488 Microsoft-HTTPAPI/2.0
    P3P: CP="NON CUR OUR STP STA PRE"
    Date: Thu, 12 Dec 2024 00:01:10 GMT
    Connection: close
    
    
    
    <!DOCTYPE html>
    <html>
    <head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
    	<script>
    
    		function setTaggedSessionInfo(tag, taggedSessionInfo) {
    			var oldTaggedSessionInfo = window._taggedSessionInfos[tag];
    			window._taggedSessionInfos[tag] = taggedSessionInfo;
    
    			if (!oldTaggedSessionInfo || taggedSessionInfo.SessionID != oldTaggedSessionInfo.SessionID || taggedSessionInfo.Code != oldTaggedSessionInfo.Code)
    				SC.pagedata.notifyDirty();
    		}
    
    		// backwards compatibility with extensions
    		function setTaggedSessionID(tag, sessionID) {
    			window.setTaggedSessionInfo(tag, { SessionID: sessionID });
    		}
    
    		function getTaggedSessionInfo(tag) {
    			return window._taggedSessionInfos[tag];
    		}
    
    	</script>
    <script src="Script.ashx?__Cache=7231bfb6-f38e-40fb-be15-c139ecb5e6d4" id="defaultScript"></script>
    <link href="App_Themes/SolidWithRed/Default.css?__Cache=d122f25b-abb2-4e2b-bc6e-b7751086c6f7" type="text/css" rel="stylesheet" /><link href="FavIcon.axd?__Cache=25ce188a-c123-4924-8839-5ca86296ba50" rel="shortcut icon" />
    <script>SC.util.mergeIntoContext({"focusedControlID":null,"userDisplayName":"","isUserAuthenticated":false,"isUserAdministrator":false,"canManageSharedToolbox":false,"pageBaseFileName":"Guest","notifyActivityFrequencyMilliseconds":600000,"loginAfterInactivityMilliseconds":0,"canChangePassword":false,"controlPanelUrl":null,"pageType":"GuestPage","processType":2,"userAgentOverride":null,"sessionTypeInfos":[]});</script>
    <script>SC.extension.addInitializeProc('d55008eb-fe3b-4285-a45c-b16d78156530', function (extensionContext) {
    var hasSentCommand = false;
    
    SC.event.addGlobalHandler(SC.event.InitializeTab, function (eventArgs) {
    	if (isGeneralTab(eventArgs.tabName)){
    		hasSentCommand = false;
    		var descriptionList = eventArgs.container.firstChild;
    		SC.ui.addElement(descriptionList, 'dt', {id: 'modelContainer', innerHTML: 'Model :'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'modelValueContainer'});
    		SC.ui.addElement(descriptionList, 'dt', {id: 'manufacturerContainer', innerHTML: 'Manufacturer:'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'manufacturerValueContainer'});
    		SC.ui.addElement(descriptionList, 'dt', {id: 'biosNameContainer', innerHTML: 'BIOS Name:'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'biosNameValueContainer'});
    		SC.ui.addElement(descriptionList, 'dt', {id: 'biosSerialContainer', innerHTML: 'BIOS Serial:'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'biosSerialValueContainer'});
    	}
    });
    
    SC.event.addGlobalHandler(SC.event.RefreshTab, function (eventArgs) {
    	if (isGeneralTab(eventArgs.tabName)) {
    		SC.ui.clear($('modelValueContainer'));
    		SC.ui.clear($('manufacturerValueContainer'));
    		SC.ui.clear($('biosNameValueContainer'));
    		SC.ui.clear($('biosSerialValueContainer'));
    		
    		if (isSupportedOperatingSystem(eventArgs.session.GuestOperatingSystemName))
    			displayInformationRequest(
    				getLatestInformationRequestEvent(
    					eventArgs.sessionDetails, 
    					eventArgs.tabName
    					), eventArgs
    				);
    	}
    	
    	
    });
    
    function isSupportedOperatingSystem(operatingSystemName){
    	if (operatingSystemName.startsWith("Windows") || operatingSystemName.startsWith("Microsoft"))
    		return true;
    	else
    		return false;
    }
    
    function sendInformationalCommand() {
    	window.addEventToSessions(
    		window.getSessionGroupUrlPart()[0], 
    		SC.types.SessionType.Access,
    		[window.getSessionUrlPart()], 
    		SC.types.SessionEventType.QueuedCommand, 
    		null,
    		getInputCommand(
    			"General"
    			),
    		false,
    		false,
    		true
    	);
    }
    
    function getInputCommand(commandType) {
    	var headers = getHeaders();
    	headers.CommandType = commandType;
    	var commandText = "$computer = get-wmiobject win32_computersystem | select Manufacturer, Model" + "\n" + 
    					"$bios = get-wmiobject win32_bios | select Name, SerialNumber" + "\n" + 
    					"write-output $computer.Manufacturer, $computer.Model, $bios.Name, $bios.SerialNumber| ConvertTo-Xml -As Stream";
    	
    	var emptyLinePrefix = '';
    	
    	if (headers.Proc
    Found 2024-12-12 by HttpPlugin
    Create report
  • Open service 200.61.211.129:443

    2024-11-29 22:23

    HTTP/1.1 200 OK
    Cache-Control: private
    Content-Length: 78544
    Content-Type: text/html; charset=utf-8
    Server: ScreenConnect/20.3.27555.7390-1756316488 Microsoft-HTTPAPI/2.0
    P3P: CP="NON CUR OUR STP STA PRE"
    Date: Fri, 29 Nov 2024 22:23:46 GMT
    Connection: close
    
    
    
    <!DOCTYPE html>
    <html>
    <head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
    	<script>
    
    		function setTaggedSessionInfo(tag, taggedSessionInfo) {
    			var oldTaggedSessionInfo = window._taggedSessionInfos[tag];
    			window._taggedSessionInfos[tag] = taggedSessionInfo;
    
    			if (!oldTaggedSessionInfo || taggedSessionInfo.SessionID != oldTaggedSessionInfo.SessionID || taggedSessionInfo.Code != oldTaggedSessionInfo.Code)
    				SC.pagedata.notifyDirty();
    		}
    
    		// backwards compatibility with extensions
    		function setTaggedSessionID(tag, sessionID) {
    			window.setTaggedSessionInfo(tag, { SessionID: sessionID });
    		}
    
    		function getTaggedSessionInfo(tag) {
    			return window._taggedSessionInfos[tag];
    		}
    
    	</script>
    <script src="Script.ashx?__Cache=6e40fcba-6095-4a69-b795-7f7474e6b097" id="defaultScript"></script>
    <link href="App_Themes/SolidWithRed/Default.css?__Cache=7937a333-e713-46db-b041-f3ccd484139c" type="text/css" rel="stylesheet" /><link href="FavIcon.axd?__Cache=f4bbdbfe-3de8-4e77-9f36-ac487db0b077" rel="shortcut icon" />
    <script>SC.util.mergeIntoContext({"focusedControlID":null,"userDisplayName":"","isUserAuthenticated":false,"isUserAdministrator":false,"canManageSharedToolbox":false,"pageBaseFileName":"Guest","notifyActivityFrequencyMilliseconds":600000,"loginAfterInactivityMilliseconds":0,"canChangePassword":false,"controlPanelUrl":null,"pageType":"GuestPage","processType":2,"userAgentOverride":null,"sessionTypeInfos":[]});</script>
    <script>SC.extension.addInitializeProc('d55008eb-fe3b-4285-a45c-b16d78156530', function (extensionContext) {
    var hasSentCommand = false;
    
    SC.event.addGlobalHandler(SC.event.InitializeTab, function (eventArgs) {
    	if (isGeneralTab(eventArgs.tabName)){
    		hasSentCommand = false;
    		var descriptionList = eventArgs.container.firstChild;
    		SC.ui.addElement(descriptionList, 'dt', {id: 'modelContainer', innerHTML: 'Model :'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'modelValueContainer'});
    		SC.ui.addElement(descriptionList, 'dt', {id: 'manufacturerContainer', innerHTML: 'Manufacturer:'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'manufacturerValueContainer'});
    		SC.ui.addElement(descriptionList, 'dt', {id: 'biosNameContainer', innerHTML: 'BIOS Name:'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'biosNameValueContainer'});
    		SC.ui.addElement(descriptionList, 'dt', {id: 'biosSerialContainer', innerHTML: 'BIOS Serial:'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'biosSerialValueContainer'});
    	}
    });
    
    SC.event.addGlobalHandler(SC.event.RefreshTab, function (eventArgs) {
    	if (isGeneralTab(eventArgs.tabName)) {
    		SC.ui.clear($('modelValueContainer'));
    		SC.ui.clear($('manufacturerValueContainer'));
    		SC.ui.clear($('biosNameValueContainer'));
    		SC.ui.clear($('biosSerialValueContainer'));
    		
    		if (isSupportedOperatingSystem(eventArgs.session.GuestOperatingSystemName))
    			displayInformationRequest(
    				getLatestInformationRequestEvent(
    					eventArgs.sessionDetails, 
    					eventArgs.tabName
    					), eventArgs
    				);
    	}
    	
    	
    });
    
    function isSupportedOperatingSystem(operatingSystemName){
    	if (operatingSystemName.startsWith("Windows") || operatingSystemName.startsWith("Microsoft"))
    		return true;
    	else
    		return false;
    }
    
    function sendInformationalCommand() {
    	window.addEventToSessions(
    		window.getSessionGroupUrlPart()[0], 
    		SC.types.SessionType.Access,
    		[window.getSessionUrlPart()], 
    		SC.types.SessionEventType.QueuedCommand, 
    		null,
    		getInputCommand(
    			"General"
    			),
    		false,
    		false,
    		true
    	);
    }
    
    function getInputCommand(commandType) {
    	var headers = getHeaders();
    	headers.CommandType = commandType;
    	var commandText = "$computer = get-wmiobject win32_computersystem | select Manufacturer, Model" + "\n" + 
    					"$bios = get-wmiobject win32_bios | select Name, SerialNumber" + "\n" + 
    					"write-output $computer.Manufacturer, $computer.Model, $bios.Name, $bios.SerialNumber| ConvertTo-Xml -As Stream";
    	
    	var emptyLinePrefix = '';
    	
    	if (headers.Proc
    Found 2024-11-29 by HttpPlugin
    Create report
  • Open service 200.61.211.129:443

    2024-11-27 23:30

    HTTP/1.1 200 OK
    Cache-Control: private
    Content-Length: 78544
    Content-Type: text/html; charset=utf-8
    Server: ScreenConnect/20.3.27555.7390-1756316488 Microsoft-HTTPAPI/2.0
    P3P: CP="NON CUR OUR STP STA PRE"
    Date: Wed, 27 Nov 2024 23:30:21 GMT
    Connection: close
    
    
    
    <!DOCTYPE html>
    <html>
    <head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
    	<script>
    
    		function setTaggedSessionInfo(tag, taggedSessionInfo) {
    			var oldTaggedSessionInfo = window._taggedSessionInfos[tag];
    			window._taggedSessionInfos[tag] = taggedSessionInfo;
    
    			if (!oldTaggedSessionInfo || taggedSessionInfo.SessionID != oldTaggedSessionInfo.SessionID || taggedSessionInfo.Code != oldTaggedSessionInfo.Code)
    				SC.pagedata.notifyDirty();
    		}
    
    		// backwards compatibility with extensions
    		function setTaggedSessionID(tag, sessionID) {
    			window.setTaggedSessionInfo(tag, { SessionID: sessionID });
    		}
    
    		function getTaggedSessionInfo(tag) {
    			return window._taggedSessionInfos[tag];
    		}
    
    	</script>
    <script src="Script.ashx?__Cache=6e40fcba-6095-4a69-b795-7f7474e6b097" id="defaultScript"></script>
    <link href="App_Themes/SolidWithRed/Default.css?__Cache=7937a333-e713-46db-b041-f3ccd484139c" type="text/css" rel="stylesheet" /><link href="FavIcon.axd?__Cache=f4bbdbfe-3de8-4e77-9f36-ac487db0b077" rel="shortcut icon" />
    <script>SC.util.mergeIntoContext({"focusedControlID":null,"userDisplayName":"","isUserAuthenticated":false,"isUserAdministrator":false,"canManageSharedToolbox":false,"pageBaseFileName":"Guest","notifyActivityFrequencyMilliseconds":600000,"loginAfterInactivityMilliseconds":0,"canChangePassword":false,"controlPanelUrl":null,"pageType":"GuestPage","processType":2,"userAgentOverride":null,"sessionTypeInfos":[]});</script>
    <script>SC.extension.addInitializeProc('d55008eb-fe3b-4285-a45c-b16d78156530', function (extensionContext) {
    var hasSentCommand = false;
    
    SC.event.addGlobalHandler(SC.event.InitializeTab, function (eventArgs) {
    	if (isGeneralTab(eventArgs.tabName)){
    		hasSentCommand = false;
    		var descriptionList = eventArgs.container.firstChild;
    		SC.ui.addElement(descriptionList, 'dt', {id: 'modelContainer', innerHTML: 'Model :'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'modelValueContainer'});
    		SC.ui.addElement(descriptionList, 'dt', {id: 'manufacturerContainer', innerHTML: 'Manufacturer:'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'manufacturerValueContainer'});
    		SC.ui.addElement(descriptionList, 'dt', {id: 'biosNameContainer', innerHTML: 'BIOS Name:'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'biosNameValueContainer'});
    		SC.ui.addElement(descriptionList, 'dt', {id: 'biosSerialContainer', innerHTML: 'BIOS Serial:'});
    		SC.ui.addElement(descriptionList, 'dd', {id: 'biosSerialValueContainer'});
    	}
    });
    
    SC.event.addGlobalHandler(SC.event.RefreshTab, function (eventArgs) {
    	if (isGeneralTab(eventArgs.tabName)) {
    		SC.ui.clear($('modelValueContainer'));
    		SC.ui.clear($('manufacturerValueContainer'));
    		SC.ui.clear($('biosNameValueContainer'));
    		SC.ui.clear($('biosSerialValueContainer'));
    		
    		if (isSupportedOperatingSystem(eventArgs.session.GuestOperatingSystemName))
    			displayInformationRequest(
    				getLatestInformationRequestEvent(
    					eventArgs.sessionDetails, 
    					eventArgs.tabName
    					), eventArgs
    				);
    	}
    	
    	
    });
    
    function isSupportedOperatingSystem(operatingSystemName){
    	if (operatingSystemName.startsWith("Windows") || operatingSystemName.startsWith("Microsoft"))
    		return true;
    	else
    		return false;
    }
    
    function sendInformationalCommand() {
    	window.addEventToSessions(
    		window.getSessionGroupUrlPart()[0], 
    		SC.types.SessionType.Access,
    		[window.getSessionUrlPart()], 
    		SC.types.SessionEventType.QueuedCommand, 
    		null,
    		getInputCommand(
    			"General"
    			),
    		false,
    		false,
    		true
    	);
    }
    
    function getInputCommand(commandType) {
    	var headers = getHeaders();
    	headers.CommandType = commandType;
    	var commandText = "$computer = get-wmiobject win32_computersystem | select Manufacturer, Model" + "\n" + 
    					"$bios = get-wmiobject win32_bios | select Name, SerialNumber" + "\n" + 
    					"write-output $computer.Manufacturer, $computer.Model, $bios.Name, $bios.SerialNumber| ConvertTo-Xml -As Stream";
    	
    	var emptyLinePrefix = '';
    	
    	if (headers.Proc
    Found 2024-11-27 by HttpPlugin
    Create report
*.assistcard.comassistcard.com
CN:
*.assistcard.com
Key:
RSA-2048
Issuer:
Not before:
2024-07-30 00:00
Not after:
2025-08-15 23:59
Domain summary
No record