Help
RSS
API
Feed
Maltego
Contact
Domain > support.cya.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-06-03
3.86.171.192
(
ClassC
)
2024-08-14
52.204.93.238
(
ClassC
)
2025-01-13
52.0.73.181
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: awselb/2.0Date: Mon, 03 Jun 2024 12:54:57 GMTContent-Type: text/htmlContent-Length: 134Connection: keep-aliveLocation: https://support.cya.com:443/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Mon, 03 Jun 2024 12:54:57 GMTContent-Type: text/htmlContent-Length: 7808Connection: keep-aliveCache-Control: privateExpires: Mon, 03 Jun 2024 12:54:57 GMTServer: Microsoft-IIS/10. script languageJavaScript typetext/javascript>!-- //FUNCTION isBlank(s) :: checks to see that the string is not blank --> function isBlank(s) { if(s ) { return true; } for (i0; is.length; i++) { if(s.charAt(i) ! ) { return false; } } return true; } function isEmail(s) { var pos_at 0; var pos_dot 0; var sLength s.length; /* check if there is any @ in the string and if any letter is before @ and if there is more than one @ */ pos_at s.indexOf(@, 0); if ((pos_at 0) || (pos_at ! s.lastIndexOf(@))) { return false; } else { /* get position of @, check if there is any character between @ and . */ pos_dot s.indexOf(., pos_at + 1); if (pos_dot 0) { return false; } else { /* get the position of . and check if any character after . and last chanracter cant be . */ if ((s.charAt(sLength-1) .) || (s.indexOf(.., 0) > 0)){ return false; } else { return true; } } } } //FUNCTION isNum(s) :: checks to see that the string is a numeric value --> //*Search by case id * function isNum(s) { for (i0; is.length; i++) { if(s.charAt(i) 0) { return false; } if(s.charAt(i) > 9) { return false; } } return true; } /* Function isPhoneChar(): Only allow certain key input, i.e. 0-9, -, ( & ) */ function isPhoneChar(e) { var key; if (window.event) { key window.event.keyCode; } else if (e) { key e.which; } else { return true; } if ((key null) || (key 0) || (key 8) || (key 13) || (key 32) || (key 127) || (key 40) || (key 41) || (key 45)) { return true; // space, carriage return, backspace, del, (, ) and -. } else if (key > 47 && key 58) { // digits only 0 - 9 return true; } else { // others return false; } } /* Function isDigit(e): Only allow digital key input, i.e. 0-9 */ function isDigit(e) { var key; if (window.event) { key window.event.keyCode; } else if (e) { key e.which; } else { return true; } if ((key null) || (key 0) || (key 8) || (key 13) || (key 127)) {
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
]