False positives still cause threat alert fatigue

It is commonly referred to as information overload. An infosec professional throws out a wide net in hopes of stopping malware before it gets too deep into the network, but like a motion-sensor light, sometimes the alert catches a squirrel instead of a burglar.Rob Kerr, chief technology officer at Haystax Technology, cited the 2013 breach at Target, as an example in which thieves stole some 40 million Target credit cards by accessing data on point of sale (POS) systems. Target later revised that number to include theft of private data for 70 million customers.To read this article in full or to leave a comment, please click here

False positives still cause threat alert fatigue

It is commonly referred to as information overload. An infosec professional throws out a wide net in hopes of stopping malware before it gets too deep into the network, but like a motion-sensor light, sometimes the alert catches a squirrel instead of a burglar.Rob Kerr, chief technology officer at Haystax Technology, cited the 2013 breach at Target, as an example in which thieves stole some 40 million Target credit cards by accessing data on point of sale (POS) systems. Target later revised that number to include theft of private data for 70 million customers.To read this article in full or to leave a comment, please click here

IDG Contributor Network: A glimpse into the future of the IT organization

Welcome to ITSM and Beyond, a new blog inspired by honest conversations with CIOs and the fundamental way they have pursued transformative information technology and IT Service Management (ITSM) strategies.It must be human nature to attempt to be a prognosticator, since it seems we are constantly trying to predict the future. Sometimes it’s something simple and immediate, such as predicting tomorrow’s weather. Other times we look farther into the future, like trying to predict where our careers will take us. Regardless of what we are trying to predict, if we can do so accurately, then we will make good decisions and be successful in meeting our goals and objectives.To read this article in full or to leave a comment, please click here

IDG Contributor Network: A glimpse into the future of the IT organization

Welcome to ITSM and Beyond, a new blog inspired by honest conversations with CIOs and the fundamental way they have pursued transformative information technology and IT Service Management (ITSM) strategies.It must be human nature to attempt to be a prognosticator, since it seems we are constantly trying to predict the future. Sometimes it’s something simple and immediate, such as predicting tomorrow’s weather. Other times we look farther into the future, like trying to predict where our careers will take us. Regardless of what we are trying to predict, if we can do so accurately, then we will make good decisions and be successful in meeting our goals and objectives.To read this article in full or to leave a comment, please click here

IDG Contributor Network: Engineering an entrepreneurial project management environment

To consistently deliver business outcomes in a dynamic digital landscape where priorities, scope and urgency are in constant flux, IT teams need a project management workforce that can rapidly adapt to change. In response, many have made concentrated efforts to identify, attract and develop Entrepreneurial project managers. These Entrepreneurs are nearly twice as effective at delivering business outcomes than their low-performing peers because they possess a set of critical skills, including judgment, stakeholder partnership and learning agility.To read this article in full or to leave a comment, please click here

Off The Cuff – Cisco Acquiring Viptela

In this Off The Cuff episode of Network Collective, we talk about all aspects of Cisco’s announcement of their intent to acquire Viptela’s SD-WAN product.  Who wins in this deal?  What happens to Cisco’s existing SD-WAN product line?  What happens to the rest of the SD-WAN market?  Keith Townsend and Tom Hollingsworth join the Network Collective hosts in breaking down what this means for all involved.

 

Outro Music:
Danger Storm Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0 License
http://creativecommons.org/licenses/by/3.0/


Keith Townsend
Guest
Tom Hollingsworth
Guest
Jordan Martin
Co-Host
Eyvonne Sharp
Co-Host
Phil Gervasi
Co-Host

Audio Only Podcast Feed:

The post Off The Cuff – Cisco Acquiring Viptela appeared first on Network Collective.

Off The Cuff – Cisco Acquiring Viptela

In this Off The Cuff episode of Network Collective, we talk about all aspects of Cisco’s announcement of their intent to acquire Viptela’s SD-WAN product.  Who wins in this deal?  What happens to Cisco’s existing SD-WAN product line?  What happens to the rest of the SD-WAN market?  Keith Townsend and Tom Hollingsworth join the Network Collective hosts in breaking down what this means for all involved.

 

Outro Music:
Danger Storm Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0 License
http://creativecommons.org/licenses/by/3.0/


Keith Townsend
Guest
Tom Hollingsworth
Guest
Jordan Martin
Co-Host
Eyvonne Sharp
Co-Host
Phil Gervasi
Co-Host

Audio Only Podcast Feed:

The post Off The Cuff – Cisco Acquiring Viptela appeared first on Network Collective.

Docker Enterprise Edition Lights a New Spark of Innovation within MetLife

MetLife, the global provider of insurance, annuities, and employee benefit programs, will be celebrating it’s 150th birthday next year. Survival and success in their space depends on being agile and able to respond to changing market requirements. During the Day 2 General Session at DockerCon 2017, MetLife shared how they’re inspiring new innovation in their organization with Docker Enterprise Edition (EE).

Information Management is Core to MetLife

MetLife offers auto, home, dental, life, disability, vision, and health insurance to over 100 million customers across 50 countries. Their business relies on information – about policyholders, risk assessments, financial and market data, etc. Aaron Ades, AVP of Solutions Engineering at MetLife offers that they’ve been in the information management business for 150 years and have accumulated over 400 systems of record – some apps are over 30 years old.

Docker customers

The challenge for MetLife is that they still have a lot of legacy technology that they must work with. Aaron shared that there is still code running today that was first written in 1982, but they still need to deliver a modern experience on top of those legacy systems.

To hear more about how MetLife is staying ahead of their competition using Docker, Continue reading

Juniper Control Plane Protection

How Does Internet Work - We know what is networking

I already wrote about Control Plane Protection in one of my previous posts focused on Cisco device configuration. Here we will make the same thing on Juniper device, I was using Juniper SRX300 and Juniper SRX1500 devices in my lab. CoPP ?? Control Plane Protection (CoPP) is a method of protecting processor unit, running services on your network device, against excessive flooding. Excessive flooding of traffic aimed towards your router/firewall processor, being that valid or malicious, is always undesirable and can also be dangerous. A network device, which starts the receive more control traffic that his processor can process, will

Juniper Control Plane Protection

Learning Python: Week2 (Printing, Numbers, and Lists) -Part 3

As discussed in last post,  ( https://crazyrouters.wordpress.com/2017/02/25/learning-python-kirk-byers-python-course/  ) , i will be sharing the my learning on weekly basis as course continues. This will not only motivate me but also help others who are in phase of learning python 3. Here we are going to discuss the Exercise 2 . Here is the Exercise 2 […]

Kubernetes Networking 101 – Ingress resources

I called my last post ‘basic’ external access into the cluster because I didn’t get a chance to talk about the ingress object.  Ingress resources are interesting in that they allow you to use one object to load balance to different back-end objects.  This could be handy for several reasons and allows you a more fine-grained means to load balance traffic.  Let’s take a look at an example of using the Nginx ingress controller in our Kubernetes cluster.

To demonstrate this we’re going to continue using the same lab that we used in previous posts but for the sake of level setting we’re going to start by clearing the slate.  Let’s delete all of the objects in the cluster and then we’ll start by build them from scratch so you can see every step of the way how we setup and use the ingress.

kubectl delete deployments --all
kubectl delete pods --all
kubectl delete services --all

Since this will kill our net-test pod, let’s start that again…

kubectl run net-test --image=jonlangemak/net_tools

Recall that we used this pod as a testing endpoint so we could simulate traffic originating from a pod so it’s worth keeping around.

Alright – now that we Continue reading

Red Hat Gears Up OpenShift For Developers

During the five years that Red Hat has been building out its OpenShift cloud applications platform, much of the focus has been on making it easier to use by customers looking to adapt to an increasingly cloud-centric world for both new and legacy applications. Just as it did with the Linux operating system through Red Hat Enterprise Linux and related middleware and tools, the vendor has worked to make it easier for enterprises to embrace OpenShift.

That has included a major reworking of the platform with the release of version 3.0 last year, which ditched Red Hat’s in-house technologies for

Red Hat Gears Up OpenShift For Developers was written by Jeffrey Burt at The Next Platform.

Facebook’s text understanding AI is coming to a phone near you

Developers have a new tool to help mobile apps understand text, thanks to a Facebook open source project update on Tuesday. The social networking company’s AI research group released a new version of FastText, a programming library that’s designed to make it easier for developers to deploy text-focused machine learning systems.Using a technique the researchers are calling FastText.zip, developers can compact a language recognition model so that it takes up two orders of magnitude less memory while maintaining much of the accuracy they would get out of a non-compacted model. It’s a move that allows those models to be deployed on less powerful devices like smartphones and Raspberry Pis, making them more useful for a broader variety of applications.To read this article in full or to leave a comment, please click here

Using the Ansible ios_config Module

I get asked often on how to perform specific network automation tasks with Ansible. There were a few questions recently pertaining to the ios_config module within Ansible core, so I decided to record a video to show different options you have when using it to deploy global configuration commands on IOS devices.

Here is a summary of the four (4) options covered:

  1. Embed commands in your playbook and reference them using the commands (or lines) parameter.
  2. Use the src parameter and reference a configuration file with one or more commands in it.
  3. Use the src parameter and reference a Jinja2 template such that it inserts variables into the template, creating a list of commands, and deploys them to a device.
  4. Use two tasks. In Task 1, use the template module and reference a Jinja2 template to auto-generate a configuration file. In Task 2, use the ios_config module and reference the config file built in Task 1 to deploy the commands from the file. This is often used instead of option #3 since it allows you to store/view the config file before deploying fully de-coupling the build and deploy processes.

Using the ios_config module

The video does assume some existing knowledge on using Ansible. The Continue reading

Using the Ansible ios_config Module

I get asked often on how to perform specific network automation tasks with Ansible. There were a few questions recently pertaining to the ios_config module within Ansible core, so I decided to record a video to show different options you have when using it to deploy global configuration commands on IOS devices.

Here is a summary of the four (4) options covered:

  1. Embed commands in your playbook and reference them using the commands (or lines) parameter.
  2. Use the src parameter and reference a configuration file with one or more commands in it.
  3. Use the src parameter and reference a Jinja2 template such that it inserts variables into the template, creating a list of commands, and deploys them to a device.
  4. Use two tasks. In Task 1, use the template module and reference a Jinja2 template to auto-generate a configuration file. In Task 2, use the ios_config module and reference the config file built in Task 1 to deploy the commands from the file. This is often used instead of option #3 since it allows you to store/view the config file before deploying fully de-coupling the build and deploy processes.

Using the ios_config module

The video does assume some existing knowledge on using Ansible. The Continue reading

Verizon.net email addresses are going away — here are 4 alternatives

Verizon has begun warning customers that it’s getting out of the email game and that you need to act soon if you want to keep your Verizon.net email address.One alternative is to actually keep that Verizon.net address, but have Verizon acquisition AOL manage it for you. So your address would be [email protected] on the surface, but AOL underneath due to Verizon ending its email service. (See also: "How to keep your Verizon email account from being killed off")But if this whole situation might be prompting you to make a clean break from your carrier’s email system, here are a few free messaging services that you might want to consider, some more obvious than others. I’ve taken a fresh spin through each of the email systems to collect the latest info on them, figuring at least a good chunk of the 4.5 million email accounts controlled by Verizon will be moving elsewhere sooner than later.To read this article in full or to leave a comment, please click here