Code Curmudgeon
Facebook Twitter Linkedin Youtube Instagram

Main menu

Skip to content
  • Home
  • SQLi Hall-of-Shame
  • IoT Hall-of-Shame
  • Security Resources
  • Books
  • Glossary
  • Other Articles
  • About
    • Photography
    • Privacy Policy

Tag: privacy

Phishing Alert – Secret Army Gold

Posted on October 7, 2017 by Code Curmudgeon
Key, padlock and laptop with wording computer and alert concept : Cyber and technology security concept
Two phun phishing emails in two days. Both from the same domain, nac.net, which you might want to add to your block list. Yesterday...
Security email, Hacking, phishing, privacy, Security

Phishing Alert – FBI Offering Millions

Posted on October 6, 2017 by Code Curmudgeon
Key, padlock and laptop with wording computer and alert concept : Cyber and technology security concept
Just a quick reminder to keep yourself safe in your email. Some of the phishing scams are incredibly good – they imitate the actual...
Security attack, cybersecurity, email, hack, phishing, privacy

Get Your Free WiFi From Elvis

Posted on March 30, 2016 by Code Curmudgeon
Ah, the lure of free open WiFi! Who can resist? Avoid flakey signal from your smartphone, get faster access and avoid data usage caps....
Security adware, cybersecurity, privacy, Security

Security vs Security

Posted on February 24, 2016 by Code Curmudgeon
There is currently a national debate going on in the United States about the challenges of security vs. security. Some are calling it privacy...
Security Apple, encryption, privacy, Security
1 2 Next ›
Categories
  • AI
  • Automotive
  • Business
  • Cloud
  • General
  • IoT
  • Journalism
  • Medical
  • Mobile
  • Open-source
  • Quality
  • Security
  • Software Development
  • Space
  • SysAdmin
  • Technology
  • Testing
  • Web
Latest Posts
  • Using Agile and AI should be your New Years Resolution
  • How to know when you need SBOM
  • AI Ethics and the Three Laws of Robotics
  • Do AI Ethics Really Matter
  • CWE Top 25 2019 and On the Cusp
  • Why Do You Hate Unit Testing
  • How is Open Source Different Than Legacy Code
  • Code Curmudgeon Coffee Mugs Now Available
  • What is Legacy Code Anyway?
  • Can a word fix our cybersecurity problems
Archives
  • February 2025
  • February 2021
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • August 2019
  • July 2019
  • January 2019
  • September 2018
  • May 2018
  • October 2017
  • August 2017
  • June 2017
  • February 2017
  • January 2017
  • September 2016
  • August 2016
  • April 2016
  • March 2016
  • February 2016
  • December 2015
  • November 2015
  • October 2015
  • July 2015
  • March 2015
  • January 2015
  • October 2014
  • August 2014
  • July 2014
  • June 2014
  • April 2014
  • February 2014
  • January 2014
  • October 2013
  • September 2013
  • August 2013
  • June 2013
  • May 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
  • September 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
  • February 2012
  • January 2012
  • December 2011
  • November 2011
  • October 2011
  • September 2011
  • August 2011
Popular Posts
  • What Went Wrong with Static Analysis?
  • Theoretical AppSec Vulnerabilities
  • SQL Injection – When Will We Learn?
  • I Am Positive It Is False
  • Hacking: Medical Devices
  • Remembering a friend and luminary
  • What Does Static Analysis Have To Do With DevOps
  • ASQ Conference in Long Beach
  • SCA is the Latest AppSec Silver Bullet
  • Java Memory Settings – JVM Heap Size
© Code Curmudgeon

Definitioner

CAN (Controller Area Network)
Controller Area Network aka CAN aka CAN Bus is a wiring standard for vehicles that enables communication between various components and devices without having a host computer. For example doors, brakes, transmission.
brute-force
Brute-force is a technique of trying every possible combination when attacking a system. Rather than using a sophisticated method or insider information, you simply start at 1 and try every possible thing. For example if you have a 4 digit password, you can run attacks starting with 0000 and continuing through 9999 until you get in. Secure systems normally take steps to make sure attackers cannot use this method by putting time delays and lockouts into the system.
backdoor
An intentional vulnerability or weakness left in a system that allows certain privileged people to access a system while bypassing normal security mechanism. Backdoors are accessible to everyone but not intended to be published - relying on "security through obscurity". In general they tend to be found and published and used by the wrong people.
bad actor
a person or group who actively seeks to break computer security, compromise applications, or steal data for malicious purposes. Sometimes called hacking, but hackers but or may not have good intentions.
BASIC
Beginners All Purpose Symbolic Instruction Code. A programming language designed specifically for beginners.