Help
RSS
API
Feed
Maltego
Contact
Domain > mtzscp.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-01-14
47.114.113.62
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: nginxDate: Sat, 08 Jun 2024 00:04:33 GMTContent-Type: text/htmlContent-Length: 162Connection: keep-aliveLocation: https://mtzscp.com/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>nginx/center>/body>/html>
Port 443
HTTP/1.1 500 Internal Server ErrorServer: nginxDate: Sat, 08 Jun 2024 00:04:34 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveExpires: Wed, 11 Jan 1984 05:00:0 /** * Case-insensitive dictionary, suitable for HTTP headers * * @package Requests * @subpackage Utilities *//** * Case-insensitive dictionary, suitable for HTTP headers * * @package Requests * @subpackage Utilities */class Requests_Utility_CaseInsensitiveDictionary implements ArrayAccess, IteratorAggregate { /** * Actual item data * * @var array */ protected $data array(); /** * Creates a case insensitive dictionary. * * @param array $data Dictionary/map to convert to case-insensitive */ public function __construct(array $data array()) { foreach ($data as $key > $value) { $this->offsetSet($key, $value); } } /** * Check if the given item exists * * @param string $key Item key * @return boolean Does the item exist? */ public function offsetExists($key) { $key strtolower($key); return isset($this->data$key); } /** * Get the value for the item * * @param string $key Item key * @return string Item value */ public function offsetGet($key) { $key strtolower($key); if (!isset($this->data$key)) { return null; } return $this->data$key; } /** * Set the given item * * @throws Requests_Exception On attempting to use dictionary as list (`invalidset`) * * @param string $key Item name * @param string $value Item value */ public function offsetSet($key, $value) { if ($key null) { throw new Requests_Exception(Object is a dictionary, not a list, invalidset); } $key strtolower($key); $this->data$key $value; } /** * Unset the given header * * @param string $key */ public function offsetUnset($key) { unset($this->datastrtolower($key)); } /** * Get an iterator for the data * * @return ArrayIterator */ public function getIterator() { return new ArrayIterator($this->data); } /** * Get the headers as an array * * @return array Header data */ public function getAll() { return $this->data; }}!DOCTYPE html>html xmlnshttp://www.w3.org/1999/xhtml langzh-CN>head> meta http-equivContent-Type contenttext/html; charsetUTF-8 /> meta nameviewport contentwidthdevice-width> meta namero
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
]