xxdesmusxx.net
Open in
urlscan Pro
2606:4700:10::ac43:19af
Public Scan
Submitted URL: http://xxdesmusxx.net/
Effective URL: https://xxdesmusxx.net/
Submission: On November 08 via api from US — Scanned from DE
Effective URL: https://xxdesmusxx.net/
Submission: On November 08 via api from US — Scanned from DE
Form analysis
3 forms found in the DOMGET https://xxdesmusxx.net
<form action="https://xxdesmusxx.net" method="get"><label class="screen-reader-text" for="cat">Categories</label><select name="cat" id="cat" class="postform">
<option value="-1">Select Category</option>
<option class="level-0" value="3471">Accessibility (9)</option>
<option class="level-0" value="5741">Chaos (604)</option>
<option class="level-0" value="169">CSS (16)</option>
<option class="level-0" value="79">Hardware (174)</option>
<option class="level-0" value="376">Humor (17)</option>
<option class="level-0" value="55749">Internet Related (635)</option>
<option class="level-0" value="457">Javascript (5)</option>
<option class="level-0" value="124">Life (564)</option>
<option class="level-0" value="64">Personal (184)</option>
<option class="level-0" value="544">Political (20)</option>
<option class="level-0" value="4909">Psychology (6)</option>
<option class="level-0" value="309">Reviews (12)</option>
<option class="level-0" value="4872">Ruby (1)</option>
<option class="level-0" value="801">Security (123)</option>
<option class="level-0" value="581">Software (438)</option>
<option class="level-0" value="16577295">Tech Miscellaneous (98)</option>
<option class="level-0" value="3846">Tech News (795)</option>
<option class="level-0" value="563">Thoughts (657)</option>
<option class="level-0" value="5256098">Tweets (2,005)</option>
<option class="level-0" value="1">Uncategorized (1)</option>
<option class="level-0" value="820">Web Design (260)</option>
</select>
</form>
POST https://subscribe.wordpress.com
<form method="post" action="https://subscribe.wordpress.com" accept-charset="utf-8" style="display: none;">
<div>
<input type="email" name="email" placeholder="Enter your email address" class="actnbr-email-field" aria-label="Enter your email address">
</div>
<input type="hidden" name="action" value="subscribe">
<input type="hidden" name="blog_id" value="4860">
<input type="hidden" name="source" value="https://xxdesmusxx.net/">
<input type="hidden" name="sub-type" value="actionbar-follow">
<input type="hidden" id="_wpnonce" name="_wpnonce" value="515122cd69">
<div class="actnbr-button-wrap">
<button type="submit" value="Sign me up"> Sign me up </button>
</div>
</form>
<form id="jp-carousel-comment-form">
<label for="jp-carousel-comment-form-comment-field" class="screen-reader-text">Write a Comment...</label>
<textarea name="comment" class="jp-carousel-comment-form-field jp-carousel-comment-form-textarea" id="jp-carousel-comment-form-comment-field" placeholder="Write a Comment..."></textarea>
<div id="jp-carousel-comment-form-submit-and-info-wrapper">
<div id="jp-carousel-comment-form-commenting-as">
<fieldset>
<label for="jp-carousel-comment-form-email-field">Email (Required)</label>
<input type="text" name="email" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-email-field">
</fieldset>
<fieldset>
<label for="jp-carousel-comment-form-author-field">Name (Required)</label>
<input type="text" name="author" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-author-field">
</fieldset>
<fieldset>
<label for="jp-carousel-comment-form-url-field">Website</label>
<input type="text" name="url" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-url-field">
</fieldset>
</div>
<input type="submit" name="submit" class="jp-carousel-comment-form-button" id="jp-carousel-comment-form-button-submit" value="Post Comment">
</div>
</form>
Text Content
Skip to content WANDERING THE INTERWEBS TAKING ADVANTAGE OF DNSSEC > Great overview of what’s coming (eventually) to DNS and the internet. SWITCH Security-Blog According to measurements by APNIC’s Geoff Hustoncurrently 16 percent of Swiss Internet users use a DNSSEC validating DNS resolver. If you want to benefit from the added security with DNSSEC in your network then I suggest you enable DNSSEC validation in your network as well. SurfNet published a deployment guide recently that takes BIND 9.x, Unbound and Microsoft Windows Server 2012 into account. Enabling DNSSEC validation on your DNS resolvers is one simple step and it protects you from DNS Cache Poisoning. However, if it were only for this, then the DNSSEC protocol complexity would come at a high cost for only providing this one benefit. In fact, DNSSEC is much more than only a protection from Cache Poisoning. It’s a new PKI in DNS and if you have signed your zone and are already validating then you can take advantage of that PKI. Some use cases are… View original post 582 more words xxdesmus Internet Related, Tech News August 11, 2014August 11, 2014 1 Minute HOW TO TEST DNSSEC AND DANE ON A DOMAIN Here’s a simple way to check if DANE is properly setup on a site: # echo -n | openssl s_client -connect spdysync.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | openssl x509 -noout -fingerprint -sha256 | tr -d : depth=2 /C=IL/O=StartCom Ltd./OU=Secure Digital Certificate Signing/CN=StartCom Certification Authority verify error:num=19:self signed certificate in certificate chain verify return:0 DONE SHA256 Fingerprint=461479314CDEC67FB609C812EB74737BAA5327455AD422BA606C88DD530BF2C2 And then compare that value against published TLSA record: # dig +short TLSA _443._tcp.spdysync.com 3 0 1 461479314CDEC67FB609C812EB74737BAA5327455AD422BA606C88DD 530BF2C2 These value should match. If they don’t assume the site has been compromised. This assumes of course the domain is also signed with DNSSEC. A properly configured domain: http://dnssec-debugger.verisignlabs.com/spdysync.com xxdesmus Internet Related, Tech News August 11, 2014August 11, 2014 1 Minute CREATING A SIMPLE, CHEAP, AND AUTOMATED BACKUP SOLUTION WITH TARSNAP BACKGROUND: So I host a variety of small websites on a VPS at Ramnode (affiliate link). I’ve been extremely happy with their service, and their performance per dollar ratio. Previously I had been using DigitalOcean, but their VPS performance lately was a bit lacking compared to other providers (sorry DigitalOcean, I still love ya). As part of my evaluation of a handful of providers I performed extensive benchmarking to determine which VPS provider would be best for my (amateur) needs. It was also an excuse to use Excel again — oh Excel how I miss thee — but I digress. I’ve been a very happy camper at Ramnode until I realized the weaknesses of having picked OpenVZ Linux containers vs. KVM virtualization which I’ve used in the past. Long story short, with OpenVZ containers the user (me) does not have access to much of the low-level system (including the kernel). This leads to problems with things like iptables logging, syslog, or when trying to access information about a given partition within your container. This lack of partition information unfortunately means that when you try to backup your data with a traditional backup solution like R1Soft you — as a lowly user — do not have the right permissions to read and then backup your data within your own container. Not a problem I said — Ramnode provides customers with regular backups. That was one of the reasons I picked them. Well, that was the case until recently: https://clientarea.ramnode.com/announcements.php?id=368 They casually announced that they had disabled the weekly automated backup system. So that sucks, a lot. My VPS provider decided to stop backing up my data (even though they sold me plan saying they would) and due to OpenVZ limitations many of the common automated backup tools simply won’t work. So I needed to come up with a solution. Continue reading “Creating a Simple, Cheap, and Automated Backup Solution with Tarsnap” → xxdesmus Internet Related, Tech News, Thoughts August 2, 2014August 3, 2014 8 Minutes NODEPING VS. PINGDOM — SERVER MONITORING Pingdom: Positives: * mobile app * large number of testing locations * 10 checks at the yearly price is reasonably priced. * Built-in “PageDuty”-lite incident response is handy, though overkill for personal web servers. * I like the root cause analysis any time a check fails. Provides full connection output, response headers, etc. Extremely helpful when troubleshooting the cause of the failed check. Negatives: * New website design is painfully slow and confusing. * Can’t add a new check via the mobile app * No option to specify host headers for a check — such as specify IP and specify the hostname directly. * No public status page unless you pay 2x per month. NodePing: Positives: * Free public status page * Website is fast and clean, though lacking some features * Pricing is attractive, even without a yearly agreement. Negatives: * No mobile app * Relatively few testing locations * No option to specify host headers for a check — such as specify IP and specify the hostname directly. * Virtually nothing in the way of detail when a check fails. Also no easy way to go back and find a failed check after 300 successful checks have passed. They both have a variety of checks — HTTP/HTTPS, UDP/TCP arbitrary port check, POP/SMTP/IMAP, and DNS checks. Both send me an email and push notification via Pushover whenever there’s an issue. Both use 1 minute checks, and confirmation from 3 locations before an alert is triggered. I like StatusCake, but their checks seem spotty at best. They report all kinds of intermittent downtime when every other monitoring service sees zero issues. Not exactly great when your server monitoring tool is lying to you. I also tested Monitus and CopperEgg. Didn’t like either one. I use New Relic’s free plan which is handy, also Linode’s Longview tool with the free plan. Ultimately it looks like I’ll be going with Pingdom, even though it’s not my favourite choice. xxdesmus Internet Related, Software, Tech Miscellaneous, Thoughts 4 Comments July 14, 2014 1 Minute EMAILS SHOW FEDS ASKING FLORIDA COPS TO DECEIVE JUDGES > Police in Florida have, at the request of the U.S. Marshal’s Service, been > deliberately deceiving judges and defendants about their use of a > controversial surveillance tool to track suspects, according to newly obtained > emails. Source: http://www.wired.com/2014/06/feds-told-cops-to-deceive-courts-about-stingray/ When a normal person lies to a judge/court you get an even harsher punishment, BUT if you’re a police officer …apparently you just get more convictions — no questions asked! xxdesmus Tech News June 19, 2014June 19, 2014 1 Minute CLOUDFLARE TEAMS UP WITH 15 NGOS TO PROTECT CITIZEN JOURNALISTS AND ACTIVISTS FROM DDOS ATTACKS I’m proud to be a small part of this. xxdesmus Tweets June 14, 2014 1 Minute TWEET: I CAN’T WAIT TO GET MY SITE OFF WORDPRESS AND THEN… I can’t wait to get my site off WordPress and then never touch that thing again. xxdesmus Tweets 1 Comment June 7, 2014 1 Minute TWEET: IT’S PRETTY AMAZING HOW MUCH WINDOWS VISTA “GLASS”… it’s pretty amazing how much Windows Vista “glass” is included in OS X Yosemite. #thinkdifferrent xxdesmus Tweets 1 Comment June 7, 2014 1 Minute TWEET: GETTING REAL IP ADDRESSES USING CLOUDFLARE, NGINX,… Getting Real IP Addresses Using CloudFlare, Nginx, and Varnish linkit.tk/3m Thanks @DanielMiessler this was the answer I needed! xxdesmus Tweets 1 Comment June 7, 2014 1 Minute TWEET: DEAR @PAYPAL @ASKPAYPAL I CHANGED MY ADDRESS IN Y… dear @PayPal @AskPayPal I changed my address in your system 2 years ago. You continue to offer the old address, not helpful. xxdesmus Tweets June 7, 2014 1 Minute POSTS NAVIGATION Older posts Older posts ARCHIVES Archives Select Month August 2014 (3) July 2014 (1) June 2014 (47) May 2014 (109) April 2014 (134) March 2014 (119) February 2014 (85) January 2014 (125) December 2013 (67) November 2013 (77) October 2013 (82) September 2013 (51) August 2013 (61) July 2013 (100) June 2013 (117) May 2013 (89) April 2013 (10) October 2012 (2) September 2012 (5) August 2012 (4) July 2012 (4) June 2012 (5) May 2012 (4) April 2012 (4) March 2012 (5) February 2012 (4) January 2012 (4) December 2011 (5) November 2011 (4) October 2011 (5) September 2011 (4) August 2011 (4) July 2011 (5) June 2011 (4) May 2011 (4) April 2011 (5) March 2011 (4) February 2011 (4) January 2011 (5) December 2010 (4) November 2010 (4) October 2010 (5) September 2010 (4) August 2010 (4) July 2010 (5) June 2010 (5) May 2010 (5) April 2010 (4) March 2010 (4) February 2010 (4) January 2010 (6) December 2009 (4) November 2009 (5) October 2009 (5) September 2009 (4) August 2009 (5) July 2009 (4) June 2009 (4) May 2009 (5) April 2009 (4) March 2009 (4) February 2009 (6) January 2009 (6) December 2008 (8) November 2008 (18) October 2008 (32) September 2008 (30) August 2008 (28) July 2008 (29) June 2008 (33) May 2008 (37) April 2008 (30) March 2008 (30) February 2008 (31) January 2008 (34) December 2007 (33) November 2007 (33) October 2007 (37) September 2007 (38) August 2007 (42) July 2007 (53) June 2007 (38) May 2007 (76) April 2007 (29) March 2007 (14) February 2007 (22) January 2007 (22) December 2006 (14) November 2006 (25) October 2006 (12) September 2006 (5) August 2006 (11) July 2006 (26) June 2006 (13) May 2006 (17) April 2006 (18) March 2006 (18) February 2006 (16) January 2006 (18) December 2005 (20) November 2005 (4) October 2005 (25) September 2005 (24) August 2005 (31) July 2005 (22) June 2005 (39) May 2005 (26) April 2005 (39) March 2005 (31) February 2005 (26) January 2005 (23) December 2004 (40) November 2004 (54) October 2004 (40) September 2004 (23) August 2004 (15) July 2004 (13) June 2004 (53) May 2004 (38) April 2004 (44) March 2004 (19) February 2004 (5) TWITTER UPDATES RECENT POSTS: * Taking Advantage of DNSSEC * How to Test DNSSEC and DANE on a Domain * Creating a Simple, Cheap, and Automated Backup Solution with Tarsnap ARCHIVES Archives Select Month August 2014 (3) July 2014 (1) June 2014 (47) May 2014 (109) April 2014 (134) March 2014 (119) February 2014 (85) January 2014 (125) December 2013 (67) November 2013 (77) October 2013 (82) September 2013 (51) August 2013 (61) July 2013 (100) June 2013 (117) May 2013 (89) April 2013 (10) October 2012 (2) September 2012 (5) August 2012 (4) July 2012 (4) June 2012 (5) May 2012 (4) April 2012 (4) March 2012 (5) February 2012 (4) January 2012 (4) December 2011 (5) November 2011 (4) October 2011 (5) September 2011 (4) August 2011 (4) July 2011 (5) June 2011 (4) May 2011 (4) April 2011 (5) March 2011 (4) February 2011 (4) January 2011 (5) December 2010 (4) November 2010 (4) October 2010 (5) September 2010 (4) August 2010 (4) July 2010 (5) June 2010 (5) May 2010 (5) April 2010 (4) March 2010 (4) February 2010 (4) January 2010 (6) December 2009 (4) November 2009 (5) October 2009 (5) September 2009 (4) August 2009 (5) July 2009 (4) June 2009 (4) May 2009 (5) April 2009 (4) March 2009 (4) February 2009 (6) January 2009 (6) December 2008 (8) November 2008 (18) October 2008 (32) September 2008 (30) August 2008 (28) July 2008 (29) June 2008 (33) May 2008 (37) April 2008 (30) March 2008 (30) February 2008 (31) January 2008 (34) December 2007 (33) November 2007 (33) October 2007 (37) September 2007 (38) August 2007 (42) July 2007 (53) June 2007 (38) May 2007 (76) April 2007 (29) March 2007 (14) February 2007 (22) January 2007 (22) December 2006 (14) November 2006 (25) October 2006 (12) September 2006 (5) August 2006 (11) July 2006 (26) June 2006 (13) May 2006 (17) April 2006 (18) March 2006 (18) February 2006 (16) January 2006 (18) December 2005 (20) November 2005 (4) October 2005 (25) September 2005 (24) August 2005 (31) July 2005 (22) June 2005 (39) May 2005 (26) April 2005 (39) March 2005 (31) February 2005 (26) January 2005 (23) December 2004 (40) November 2004 (54) October 2004 (40) September 2004 (23) August 2004 (15) July 2004 (13) June 2004 (53) May 2004 (38) April 2004 (44) March 2004 (19) February 2004 (5) CATEGORIES Categories Select Category Accessibility (9) Chaos (604) CSS (16) Hardware (174) Humor (17) Internet Related (635) Javascript (5) Life (564) Personal (184) Political (20) Psychology (6) Reviews (12) Ruby (1) Security (123) Software (438) Tech Miscellaneous (98) Tech News (795) Thoughts (657) Tweets (2,005) Uncategorized (1) Web Design (260) TWITTER Blog at WordPress.com. * Subscribe Subscribed * Wandering the Interwebs Sign me up * Already have a WordPress.com account? Log in now. * Privacy * * Wandering the Interwebs * Customize * Subscribe Subscribed * Sign up * Log in * Report this content * View site in Reader * Manage subscriptions * Collapse this bar Loading Comments... Write a Comment... Email (Required) Name (Required) Website