prettyalert.com
Open in
urlscan Pro
35.214.221.106
Public Scan
Submitted URL: https://www.prettyalert.eclissidilana.it/
Effective URL: http://prettyalert.com/monitoreverything.php
Submission: On August 22 via automatic, source certstream-suspicious
Effective URL: http://prettyalert.com/monitoreverything.php
Submission: On August 22 via automatic, source certstream-suspicious
Form analysis
3 forms found in the DOMName: signinForm — /index.php
<form id="signinForm" name="signinForm" action="/index.php" onsubmit="return false">
<div class="signinForm pull-left">
<div class="inputs">
<div class="input"><input id="signin_username" name="user" type="text" style="width:100%;" value="" placeholder="USERNAME (E-MAIL)" class="classInputText"></div>
<div class="input"><input id="signin_password" name="pass" type="password" style="width:100%;" placeholder="PASSWORD" class="classInputText"></div>
</div>
<div class="messages">
<!-- <span class="error invalidup hidden">Invalid username/password.</span>
<span class="error passreq hidden">Password required.</span>
<span class="error waiting hidden">This email address is waiting to be confirmed.<br/>If you missed confirmation e-mail, <span onclick="resendEmail()">click here</span> to receive a new one.</span>
--> <span class="error generror"></span>
</div>
</div>
<button id="signin-submit pull-left" class="signin"> sign in </button>
<span class="closelogin">back to menu</span>
<span class="signup" style="display:inline-block;">sign up free</span>
<a class="button_home_link_password clean" data-toggle="modal" href="#passwordrecovery"><br>forgot your password? </a>
</form>
Name: signupForm — POST /index.php
<form name="signupForm" onsubmit="return false;" id="signupForm" action="/index.php" method="post">
<h3>Sign up coming soon.</h3>
<!--
<h3>Sign up for free.</h3>
<h4 style="padding-bottom:25px">By clicking "Sign Up Now" I agree to <a href="tos.php" target="blank" style="color:#fff; text-decoration:underline">Pretty Alert's Terms of Service</a></h4>
<div class="inputs">
<div class="input"><input id="signup_username" name="user" type="text" style="width:100%;" value="" placeholder="USERNAME (E-MAIL)" class="classInputText"/></div>
<div class="input"><input id="signup_password" name="pass" type="password" style="width:100%;" placeholder="PASSWORD" class="classInputText"/></div>
<div class="select"><select id="signup_tzname" name="signup_tzname"><option value="">Select a timezone</option></select></div>
<div class="button"><button class="button_home_link">Sign up now</button></div>
</div>
<div class="messages"> -->
<!-- Questo era già commentato
<span class="error invalidup hidden">Invalid username (e-mail).</span>
<span class="error passreq hidden">Password required.</span>
<span class="error tznamereq hidden">Timezone required.</span>
<span class="error alreadytaken hidden">Username already taken.</span> -->
<!-- <span class="success hidden"></span>
<span class="error generror"></span>
</div> -->
</form>
Name: recoverForm — POST /index.php
<form class="the_recovery" name="recoverForm" onsubmit="return false;" id="loginForm" action="/index.php" method="post">
<table width="100%" style="margin-top:45px;">
<tbody>
<tr>
<td class="tdLogin">
<div class="divFormContentInputText shadow-inset " style="width:99%;">
<div class="divIntoFormContentInputText">
<p>
<input id="user_rec" name="user_rec" type="text" style="width:100%;" value="" placeholder="USERNAME (E-MAIL)" class="classInputText">
</p>
</div>
</div>
</td>
</tr>
<tr>
<td class="tdLogin tdRec" style="padding-left:8px;padding-top:35px;">
<div style="text-align:center;">
<span
style="cursor:pointer;width:240px;margin:0 auto;background: #004b61 !important;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;display:block;font-family:'MuseoSansRounded-500',Helvetica,Arial;padding:10px;color:#fff;"
class="button_home_link_recover">
<span style="color:#fff">RECOVER PASSWORD</span>
</span>
</div>
<div class="loader-recover">
<img src="/images/icon_wait.gif">
</div>
</td>
</tr>
</tbody>
</table>
</form>
Text Content
sign in sign up free Can you tell that your Internet Things are not Zombies ? * what * | * how * | * code * | * price * | * solutions * | * faq * | * customers sign in back to menu sign up free forgot your password? WE PROVIDE AN ALERTING AND DATA COLLECTING PLATFORM IT WORKS WITH DEVICES, SENSORS, COMPUTERS, SERVERS AND SOFTWARE... IN SHORT EVERYTHING TWO TYPES OF HTTP CALLS Check things in real time via two types of HTTP calls that you can implement in your code with ease: we named these calls Vital Signal and Event Signal. VITAL SIGNALS Vital Signals are the object's heartbeat. When this signal is missing, this inability to communicate becomes our first ally in understanding there is a problem. EVENT SIGNALS Event signals are sent when a specific event occurs on one of your things, so you can be alerted and collect data about it. WE ALERT YOU IN REAL TIME IF YOUR THINGS GO OFFLINE OR AN EVENT HAPPENS JUST INSERT SIGNALS CODE IN YOUR DEVICE, SOFTWARE OR FIRMWARE THE VITAL SIGNAL SHOULD BE SENT FROM YOUR OBJECTS TO THE PLATFORM AT REGULAR INTERVALS. THE EVENT SIGNAL SHOULD BE SENT ONLY WHEN A SPECIFIC EVENT OCCURS. WHEN A VITAL SIGNAL IS MISSING OR AN EVENT SIGNAL IS RECEIVED, WE SEND YOU A NOTIFICATION. CREATE A SIGNAL WITH ONE LINE OF CODE BECAUSE FAST AND EASY IS ALWAYS BETTER curl "https://api.prettyalert.com/signal? code=warning& thing_id=13DB5B6B-95C5-4D22-B0B5-BDEA5E22DC04& api_key=970872FB-B5FE-40EE-A609-A5C4204ECD69& description=my+personalized+description+for+this+signal& data=\{\"wind\":3,\"temperature\":30,\"foo\":\"footext\"\}" CODE The type of Event you want to notify. THING_ID The id of the thing that sending the signal. API_KEY Your security API key. DESCRIPTION Any type of information that allows you to know what happened. DATA A list of key-value pairs, in JSON (escaped) format, for data collection. NO PLANS, NO LIMITS. JUST $1/MONTH PER THING NO MINIMUM FEE, ONLY PAY FOR WHAT YOU USE $1+$2=$3 Do you need an explanation? Our price plan is clear and simple. $1/MONTH Use it only for an hour? We charge you for an hour and you pay $0.001366. TRY IT FOR FREE One thing is on us. WHAT WE CAN DO FOR YOU LET US HELP YOU MANAGE ALARMS AND DATA COLLECTION FOR YOUR THINGS SIGN UP COMING SOON. F.A.Q. (FREQUENTLY ASKED QUESTIONS) WHAT IS PRETTY ALERT? Pretty Alert is a web-based alerting platform that allows developers and makers to check the status and collect data form thousands of connected things. It is based on two simple types of HTTP/HTTPS calls, easily included into firmware code, tools, and software: we named these calls Vital Signal and Event Signal. The Vital Signal is the object's heartbeat. When the signal is missing the platform sends an alert notification to the owner of the thing. The Event Signal, instead, is used when an event occurs so the owner is alerted when something happens to the thing. Moreover, both Signals can be used to collect data from the things. WHO IS THIS SERVICE FOR? The Pretty Alert platform can be used for any thing which is connected to the Internet. Developers and makers can use our HTTP/HTTPS call system to check the status and collect data from any object on the Internet of Things field. Moreover, Pretty Alert services can be used by IT Administrators to monitor servers and PCs without having to write a single line of code: just download the client. IS IT SAFE? Pretty Alert servers are hosted on Amazon AWS. The infrastructure is redundant, autoscalable, and it is replicated in three different regions around the world. All communications with our servers use the HTTPS protocol to provide encrypted connections complying with the most stringent security policies. CAN I USE PRETTY ALERT EVEN IF I'M NOT A CODER? Yes! IT Administrators and managers can check the status of PCs, servers and processes without having to write a single line of code: just download the client. HOW LONG DOES THE FREE TRIAL PERIOD LAST? The first thing you track is always free. We will charge you for the other things and only for the time you use our service. There is no minimum fee and no monthly fee. WHICH PROGRAMMING LANGUAGE(S) DO YOU SUPPORT? All of them! All you need to do is include an HTTP/HTTPS call towards our platform in your code. © 2016 Pretty Alert Download | Terms of service | Privacy | FAQ | Contacts X FORGOT YOUR PASSWORD? RECOVER PASSWORD This email address does not exist Password has been sent to your e-mail address. Check your e-mail and login Pretty Alert - Monitor Everything