Help
RSS
API
Feed
Maltego
Contact
Domain > customemailsender.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-07-01
91.108.98.174
(
ClassC
)
2026-01-21
92.112.198.237
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Wed, 21 Jan 2026 12:53:58 GMTContent-Type: text/htmlContent-Length: 795Connection: keep-aliveLocation: https://customemailsender.com/platform: hostingerpanel: hpanelContent-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: a59ef7c033375a28e0d4cea708b89702-phx-edge6x-hcdn-cache-status: MISSx-hcdn-upstream-rt: 0.271 !DOCTYPE html>html styleheight:100%>head>meta nameviewport contentwidthdevice-width, initial-scale1, shrink-to-fitno />title> 301 Moved Permanently/title>style>@media (prefers-color-scheme:dark){body{background-color:#000!important}}/style>/head>body stylecolor: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;>div styleheight:auto; min-height:100%; > div styletext-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;> h1 stylemargin:0; font-size:150px; line-height:150px; font-weight:bold;>301/h1>h2 stylemargin-top:20px;font-size: 30px;>Moved Permanently/h2>p>The document has been permanently moved./p>/div>/div>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Wed, 21 Jan 2026 12:53:59 GMTContent-Type: text/html; charsetUTF-8Transfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingX-Powered-By: PHP/8.3.19set-cookie: PHPSESSIDpq9k7dmppbsvs58ag99qd5np44; path/; secureExpires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidatePragma: no-cacheplatform: hostingerpanel: hpanelRetry-After: 60Content-Security-Policy: upgrade-insecure-requestsServer: hcdnalt-svc: h3:443; ma86400x-hcdn-request-id: f220d108d363e6fb777755116e3c2ec6-phx-edge6x-hcdn-cache-status: DYNAMICx-hcdn-upstream-rt: 0.481 !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>Email Sender - Gmail SMTP/title> style> * { margin: 0; padding: 0; box-sizing: border-box; font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif; } body { background-color: #f8f9fa; padding: 20px; } .container { max-width: 800px; margin: 0 auto; background-color: white; border-radius: 8px; padding: 30px; box-shadow: 0 0 20px rgba(0,0,0,0.1); } h1 { text-align: center; margin-bottom: 30px; color: #212529; font-weight: 600; } .alert { padding: 15px; margin-bottom: 20px; border-radius: 4px; } .success { background-color: #d1e7dd; color: #0f5132; border: 1px solid #badbcc; } .error { background-color: #f8d7da; color: #842029; border: 1px solid #f5c2c7; } .form-group { margin-bottom: 20px; } label { display: block; margin-bottom: 8px; font-weight: 500; color: #212529; } input, textarea, select { width: 100%; padding: 12px; border: 1px solid #ced4da; border-radius: 4px; font-size: 16px; transition: border-color 0.15s ease-in-out; } input:focus, textarea:focus, select:focus { border-color: #86b7fe; outline: 0; box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } textarea { min-height: 200px; resize: vertical; } .btn { display: block; width: 100%; padding: 14px; background-color: #0d6efd; color: white; border: none; border-radius: 4px; font-size: 16px; font-weight: 500; cursor: pointer; transition: background-color 0.15s ease-in-out; } .btn:hover { background-color: #0b5ed7; } .footer { margin-top: 30px; text-align: center; color: #6c757d; font-size: 14px; } .smtp-section { background-color: #f1f8ff; border-left: 4px solid #0d6efd; padding: 15px; margin-bottom: 20px; } .note { font-size: 14px; color: #6c757d; margin-top: 5px; } /style>/head>body> div classcontainer> h1>Email Sender with Gmail SMTP/h1> div classsmtp-section> h3>Gmail SMTP Settings/h3> p>Youll need to use an App Password if you have 2-Factor Authentication enabled on your Gmail account./p> p classnote>a hrefhttps://support.google.com/accounts/answer/185833 target_blank>Learn how to create an App Password/a>/p> /div> form actionsend_email.php methodpost> !-- SMTP Settings --> div classform-group> label forsmtp_username>Gmail Username:/label> input typeemail idsmtp_username namesmtp_username placeholderyour.email@gmail.com required> /div> div classform-group> label forsmtp_password>Gmail Password (App Password):/label> input typepassword idsmtp_password namesmtp_password placeholder16-character app password required> p classnote>This is only used to authenticate with Gmail SMTP and is not stored./p> /div> hr stylemargin: 30px 0;> !-- Email Details --> div classform-group> label forfrom_name>From Name:/label> input typetext idfrom_name namefrom_name placeholderUK Home Office required> /div> div classform-group> label forfrom_email>From Email (will appear to recipient):/label> input typeemail idfrom_email namefrom_email placeholderCoSDocsRequested@homeoffice.gov.uk required> p classnote>Note: This can be any email address but delivery success will depend on email provider filters./p> /div> div classform-group> label forto_email>To Email:/label> input typeemail idto_email nameto_email placeholderrecipient@example.com required> /div> div classform-group> label forsubject>Subject:/label> input typetext idsubject namesubject placeholderRequired Documents - Certificate of Sponsorship required> /div> div classform-group> label formessage>Message:/label> textarea idmessage namemessage placeholderEnter your message here... required>/textarea> /div> button typesubmit classbtn>Send Email/button> /form> div classfooter> p>Email Sender Application | Created with PHPMailer and Gmail SMTP/p> /div> /div>/body>/html>
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
]