Help
RSS
API
Feed
Maltego
Contact
Domain > cloud.freshorange.de
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-12-27
5.9.110.86
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Sun, 24 Nov 2024 18:20:20 GMTServer: ApacheReferrer-Policy: no-referrerX-Content-Type-Options: nosniffX-Frame-Options: SAMEORIGINX-Permitted-Cross-Domain-Policies: noneX-Robots-Ta ?phpdeclare(strict_types1);/** * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors * SPDX-FileCopyrightText: 2016 ownCloud, Inc. * SPDX-License-Identifier: AGPL-3.0-only */require_once __DIR__ . /lib/versioncheck.php;use OCServiceUnavailableException;use OCUserLoginException;use OCPHintException;use OCPIRequest;use OCPSecurityBruteforceMaxDelayReached;use OCPServer;use PsrLogLoggerInterface;try { require_once __DIR__ . /lib/base.php; OC::handleRequest();} catch (ServiceUnavailableException $ex) { Server::get(LoggerInterface::class)->error($ex->getMessage(), app > index, exception > $ex, ); //show the user a detailed error page OC_Template::printExceptionErrorPage($ex, 503);} catch (HintException $ex) { try { OC_Template::printErrorPage($ex->getMessage(), $ex->getHint(), 503); } catch (Exception $ex2) { try { Server::get(LoggerInterface::class)->error($ex->getMessage(), app > index, exception > $ex, ); Server::get(LoggerInterface::class)->error($ex2->getMessage(), app > index, exception > $ex2, ); } catch (Throwable $e) { // no way to log it properly - but to avoid a white page of death we try harder and ignore this one here } //show the user a detailed error page OC_Template::printExceptionErrorPage($ex, 500); }} catch (LoginException $ex) { $request Server::get(IRequest::class); /** * Routes with the @CORS annotation and other API endpoints should * not return a webpage, so we only print the error page when html is accepted, * otherwise we reply with a JSON array like the SecurityMiddleware would do. */ if (stripos($request->getHeader(Accept), html) false) { http_response_code(401); header(Content-Type: application/json; charsetutf-8); echo json_encode(message > $ex->getMessage()); exit(); } OC_Template::printErrorPage($ex->getMessage(), $ex->getMessage(), 401);} catch (MaxDelayReached $ex) { $request Server::get(IRequest::class); /** * Routes with the @CORS annotation and other API endpoints should * not return a webpage, so we only print t
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]