Help
RSS
API
Feed
Maltego
Contact
Domain > easy-tipper.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2016-05-10
69.163.146.90
(
ClassC
)
2024-11-05
75.119.205.245
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Tue, 05 Nov 2024 08:32:33 GMTServer: ApacheUpgrade: h2Connection: UpgradeLast-Modified: Thu, 21 Apr 2016 21:35:08 GMTETag: 17f2-531057bf7fb00Accept-Ranges: bytesContent-Length: 6130Cache-Control: max-age600Expires: Tue, 05 Nov 2024 08:42:33 GMTVary: Accept-Encoding,User-AgentContent-Type: text/html !doctype html>html>head>meta charsetutf-8>title>Easy-Tipper.com/title>meta namedescription contentCalculate tips quickly and easily!/>meta namekeywords contentjennifer strickland, web-standards, web design, web designer, web developer, developer, print design, print designer, user experience designer, user interface designer, information architecture, content strategy, rwd, responsive web design, mobile first, iphone design, iphone application, iphone development, ruby on rails, visual design, visual designer, creative, honest, integrity, experienced, boston, cambridge, massachusetts, css3, html5/>meta nameviewport contentwidthdevice-width, initial-scale1.0 />link relshortcut icon href/images/favicon.ico/>style typetext/css>html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }img { border:0; }body { background:#fff; color: #333; font:1.1em/1.5 Georgia, Times New Roman, times, serif; }article,aside,dialog,figure,footer,header,hgroup,main, menu,nav,section { display:block; }header, article { margin:auto; padding:0; text-align:center; width:100%; }header { margin:2em auto 1em auto; }#logo, #tagline { margin:auto; text-align:center; }#tagline { background:#222; display:block; height:1.5em; left:0; margin:auto; position:absolute; top:0; width:100%; }p,h5 { font-style:normal; font-weight:normal; height:auto; line-height:150%; letter-spacing:normal; margin:.5em; padding:0 0 1em 0; }h1 { font-family:Georgia, Times New Roman, times, serif; font-size:1.75em; font-weight:normal; letter-spacing:1px; height:auto; padding:0; margin:0; }h2 { color:#fff; font-size:.9em; font-weight:normal; height:auto; letter-spacing:1px; margin:0; padding:.5em 0; text-align:center; text-transform:uppercase; }h3 { color:#333; font-family:sans-serif; font-size:1em; letter-spacing:normal; margin:1em 0 0 0; padding:.3em 0; text-align:left; }h4,h5 { font-weight:normal; margin:0; text-align:left; }h5 { font-size:1em; }ul,ol { margin-left:3em; text-align:left; }p#test { background:green; color:white; display:none; }section { margin:0; padding:0; width:100%; }#percent{ display:block; margin:1em auto; padding:0; width:80%; }#percent a { background:#cff; border:0; display:inline-block; font-size:1.1em; height:2em; margin:0 0 .25em 0; padding:.3em 0 0 0; text-align:center; text-decoration:none; width:17.5%; }#percent a:hover,#percent a:focus { background:#fc0; }#percent a:active { background:#444; color:#aaa; }a { color:#000; text-decoration:underline; }a:visited { color:#333; }a:hover,a:focus { color:#f60; text-decoration:underline; }a:active { color:#713; text-decoration:none; }button { background:#ddd; border:0; border-radius:.5em; font-size:1em; font-weight:bold; margin:1em; padding:.75em 1.15em; }button:hover, button:focus { background:#fc0; color:#f30; }button:active { background:#444; color:#aaa; }.note { background:#ff9; margin:auto; padding:.5em .1em; text-align:center; width:55%; }.note span { background:orange; color:blue; }.amp { font-family:Goudy Old Style, Palatino, Book Antiqua, serif; font-weight:normal; font-style:italic; font-size:1.1em; }form { width:100%; }form fieldset { margin:0; padding:0; width:100%; border:0; }form label { display:block; }form label input { border:.1em solid #aaa; border-radius:.35em; padding:.5em; }@media screen and (max-width:600px) { header { width:100%; }#tagline { font-size:.6em; }p { font-size:1em; margin-bottom:.75em; } form label input { border:thin solid #444; font-size:2em; margin-bottom:.5em; padding:.2em; width:75%; }.note { width:90%; }#percent { margin:.2em auto 1.5em auto; width:100%; }}/style>script typetext/javascript src//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js>/script>!--if IE>script srchttp://html5shiv.googlecode.com/svn/trunk/html5.js>/script>!endif-->/head>body idtop>header>h1 idlogo>Easy-Tipper/h1> !-- p idtest>Not loaded yet./p> -->/header>article> form> fieldset> section> h2 idtagline>Figure the tip easily span classamp>&/span> quickly!/h2> label forsubtotal>Enter your subtotal: input typenumber idsubtotal namesubtotal value0 min0 step.01 autofocus /> !-- autofocus attribute is not supported in iOS Safari or Opera Mini, but is supported in WebViews --> /label> label forpercent>How much do you want to tip?/label> span idpercent> a href# data-value5>5%/a> a href# data-value10>10%/a> a href# data-value15>15%/a> a href# data-value20>20%/a> a href# data-value25>25%/a> a href# data-value30>30%/a> a href# data-value35>35%/a> a href# data-value40>40%/a> a href# data-value45>45%/a> a href# data-value50>50%/a> /span> p>Your total is span idtotal>_____/span>, br/>with a span idtip>_____/span> tip of span idtip-percent>_____/span>%./p> /section> /fieldset> /form>/article> script> // $(document).ready(function () { // $(p#test).text(The DOM is now loaded and can be manipulated.); // }); $(function() { $(#percent a).click(function() { var subtotal parseFloat($(#subtotal).val()); var percentage parseFloat($(this).data(value)); var tip ((subtotal * percentage) / 100); var total subtotal + tip; $(#total).text(total.toFixed(2)); $(#tip).text(tip.toFixed(2)); $(#subtotal).text(subtotal.toFixed(2)); $(#tip-percent).text(percentage); }); }); // end ready /script>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Tue, 05 Nov 2024 08:32:33 GMTServer: ApacheUpgrade: h2Connection: UpgradeLast-Modified: Thu, 21 Apr 2016 21:35:08 GMTETag: 17f2-531057bf7fb00Accept-Ranges: bytesContent-Length: 6130Cache-Control: max-age600Expires: Tue, 05 Nov 2024 08:42:33 GMTVary: Accept-Encoding,User-AgentContent-Type: text/html !doctype html>html>head>meta charsetutf-8>title>Easy-Tipper.com/title>meta namedescription contentCalculate tips quickly and easily!/>meta namekeywords contentjennifer strickland, web-standards, web design, web designer, web developer, developer, print design, print designer, user experience designer, user interface designer, information architecture, content strategy, rwd, responsive web design, mobile first, iphone design, iphone application, iphone development, ruby on rails, visual design, visual designer, creative, honest, integrity, experienced, boston, cambridge, massachusetts, css3, html5/>meta nameviewport contentwidthdevice-width, initial-scale1.0 />link relshortcut icon href/images/favicon.ico/>style typetext/css>html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }img { border:0; }body { background:#fff; color: #333; font:1.1em/1.5 Georgia, Times New Roman, times, serif; }article,aside,dialog,figure,footer,header,hgroup,main, menu,nav,section { display:block; }header, article { margin:auto; padding:0; text-align:center; width:100%; }header { margin:2em auto 1em auto; }#logo, #tagline { margin:auto; text-align:center; }#tagline { background:#222; display:block; height:1.5em; left:0; margin:auto; position:absolute; top:0; width:100%; }p,h5 { font-style:normal; font-weight:normal; height:auto; line-height:150%; letter-spacing:normal; margin:.5em; padding:0 0 1em 0; }h1 { font-family:Georgia, Times New Roman, times, serif; font-size:1.75em; font-weight:normal; letter-spacing:1px; height:auto; padding:0; margin:0; }h2 { color:#fff; font-size:.9em; font-weight:normal; height:auto; letter-spacing:1px; margin:0; padding:.5em 0; text-align:center; text-transform:uppercase; }h3 { color:#333; font-family:sans-serif; font-size:1em; letter-spacing:normal; margin:1em 0 0 0; padding:.3em 0; text-align:left; }h4,h5 { font-weight:normal; margin:0; text-align:left; }h5 { font-size:1em; }ul,ol { margin-left:3em; text-align:left; }p#test { background:green; color:white; display:none; }section { margin:0; padding:0; width:100%; }#percent{ display:block; margin:1em auto; padding:0; width:80%; }#percent a { background:#cff; border:0; display:inline-block; font-size:1.1em; height:2em; margin:0 0 .25em 0; padding:.3em 0 0 0; text-align:center; text-decoration:none; width:17.5%; }#percent a:hover,#percent a:focus { background:#fc0; }#percent a:active { background:#444; color:#aaa; }a { color:#000; text-decoration:underline; }a:visited { color:#333; }a:hover,a:focus { color:#f60; text-decoration:underline; }a:active { color:#713; text-decoration:none; }button { background:#ddd; border:0; border-radius:.5em; font-size:1em; font-weight:bold; margin:1em; padding:.75em 1.15em; }button:hover, button:focus { background:#fc0; color:#f30; }button:active { background:#444; color:#aaa; }.note { background:#ff9; margin:auto; padding:.5em .1em; text-align:center; width:55%; }.note span { background:orange; color:blue; }.amp { font-family:Goudy Old Style, Palatino, Book Antiqua, serif; font-weight:normal; font-style:italic; font-size:1.1em; }form { width:100%; }form fieldset { margin:0; padding:0; width:100%; border:0; }form label { display:block; }form label input { border:.1em solid #aaa; border-radius:.35em; padding:.5em; }@media screen and (max-width:600px) { header { width:100%; }#tagline { font-size:.6em; }p { font-size:1em; margin-bottom:.75em; } form label input { border:thin solid #444; font-size:2em; margin-bottom:.5em; padding:.2em; width:75%; }.note { width:90%; }#percent { margin:.2em auto 1.5em auto; width:100%; }}/style>script typetext/javascript src//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js>/script>!--if IE>script srchttp://html5shiv.googlecode.com/svn/trunk/html5.js>/script>!endif-->/head>body idtop>header>h1 idlogo>Easy-Tipper/h1> !-- p idtest>Not loaded yet./p> -->/header>article> form> fieldset> section> h2 idtagline>Figure the tip easily span classamp>&/span> quickly!/h2> label forsubtotal>Enter your subtotal: input typenumber idsubtotal namesubtotal value0 min0 step.01 autofocus /> !-- autofocus attribute is not supported in iOS Safari or Opera Mini, but is supported in WebViews --> /label> label forpercent>How much do you want to tip?/label> span idpercent> a href# data-value5>5%/a> a href# data-value10>10%/a> a href# data-value15>15%/a> a href# data-value20>20%/a> a href# data-value25>25%/a> a href# data-value30>30%/a> a href# data-value35>35%/a> a href# data-value40>40%/a> a href# data-value45>45%/a> a href# data-value50>50%/a> /span> p>Your total is span idtotal>_____/span>, br/>with a span idtip>_____/span> tip of span idtip-percent>_____/span>%./p> /section> /fieldset> /form>/article> script> // $(document).ready(function () { // $(p#test).text(The DOM is now loaded and can be manipulated.); // }); $(function() { $(#percent a).click(function() { var subtotal parseFloat($(#subtotal).val()); var percentage parseFloat($(this).data(value)); var tip ((subtotal * percentage) / 100); var total subtotal + tip; $(#total).text(total.toFixed(2)); $(#tip).text(tip.toFixed(2)); $(#subtotal).text(subtotal.toFixed(2)); $(#tip-percent).text(percentage); }); }); // end ready /script>/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
]