Cyber
Forensics Incident Recovery Interactive Lab |
||||||||||
|
||||||||||
Interactive,
Hands-On Learning |
||||||||||
|
NIST Releases Draft NIST Internal Report (NISTIR) 7511 Revision 5, Security Content Automation Protocol (SCAP) Version 1.3 Validation Program Test Requirements for public comment.
News Release about DRAFT NISTIR 7511 Rev. 5 document from
the CSRC website
https://csrc.nist.gov/News/2018/NIST-Releases-Draft-NISTIR-7511-Rev-5
To view the Draft NISTIR 7511 Rev. 5 document details:
https://csrc.nist.gov/publications/detail/nistir/7511/rev-5/draft
The NIST Security Content Automation Protocol (SCAP) Validation Program
tests the ability of products and modules to use the features and
functionality available through SCAP and its components. SCAP 1.3
consists of a suite of specifications for standardizing the format and
nomenclature by which security software communicates information about
software flaws and security configurations. The standardization of
security information facilitates interoperability and enables
predictable results among disparate SCAP enabled security software. The
SCAP Validation Program provides vendors an opportunity to have
independent verification that security software correctly processes SCAP
expressed security information and provides standardized output. NISTIR
7511 Revision 5 describes the test requirements for SCAP version 1.3.
Send comments to: <[email protected]>
Deadline to submit comments: February 19, 2018.
If you are having trouble viewing the link to the Draft
NISTIR 7511 document, you can use this link below:
<https://csrc.nist.gov/publications/detail/nistir/7511/rev-5/draft>
Killing stubborn Processes or Services in Windows 10
You always could kill some applications and services by
using task manager and clicking on end task but that does not always work.
and services with their Process ID (PID) for all tasks running on either a
local or a remote computer.
[/u domainuser [/p password]] [/fo
{TABLE|LIST|CSV}] [/nh] [/fi FilterName
[/fi FilterName2 [ … ]]] [/m
[ModuleName] | /svc | /v]
Parameters
/s Computer
: Specifies the name or IP address of a remote
computer (do not use backslashes). The default is the local computer.
/u Domain
User : Runs the
command with the account permissions of the user specified by User or DomainUser.
The default is the permissions of the current logged on user on the computer
issuing the command.
/p Password
: Specifies the password of the user account
that is specified in the /u parameter.
/fo { TABLE |
LIST | CSV } : Specifies
the format to use for the output. Valid values are TABLE, LIST,
and CSV. The default format for output is TABLE.
/nh : Suppresses
column headers in the output. Valid when the /fo parameter is
set to TABLE or CSV.
/fi FilterName
: Specifies the types of process(es) to include
in or exclude from the query. The following table lists valid filter names,
operators, and values.
Name |
Operators |
Value |
Status |
eq, ne |
RUNNING|NOT RESPONDING |
Imagename |
eq, ne |
Any valid string. |
PID |
eq, ne, gt, lt, ge, le |
Any valid positive integer. |
Session |
eq, ne, gt, lt, ge, le |
Any valid session number. |
SessionName |
eq, ne |
Any valid string. |
CPUTime |
eq, ne, gt, lt, ge, le |
Valid time in the format of hh:mm:ss. The mm and ss parameters should be between 0 and 59 and hh can be any valid unsigned numeric value. |
Memusage |
eq, ne, gt, lt, ge, le |
Any valid integer. |
Username |
eq, ne |
Any valid user name ([Domain]User). |
Services |
eq, ne |
Any valid string. |
Windowtitle |
eq, ne |
Any valid string. |
Modules |
eq, ne |
Any valid string. |
/m [ ModuleName ] : Specifies
to show module information for each process. When a module is specified, all
the processes using that module are shown. When a module is not specified, all
the processes for all the modules are shown. Cannot be used with the /svc
or the /v parameter.
/svc : Lists all
the service information for each process without truncation. Valid when the /fo
parameter is set to TABLE. Cannot be used with the /m
or the /v parameter.
/v : Specifies
that verbose task information be displayed in the output. Cannot be used with
the /svc or the /m parameter.
/? : Displays help at the command prompt.
Remarks
Tasklist is a replacement for
the TList tool.
Examples
The following examples show how you can use the tasklist
command:
tasklist /v /fi “PID gt 1000” /fo csv
tasklist /fi “USERNAME ne NT AUTHORITYSYSTEM” /fi
“STATUS eq running”
tasklist /v /fi “STATUS eq running”
tasklist /s srvmain /nh
tasklist /s srvmain /s srvny
tasklist /s srvmain /u maindomhiropln /p p@ssW23 /nh
When we have information about a process or service that we
like to kill no we can use an command in Windows 10 TASKKILL
be killed by process ID or image name.
[/p Password]]] [/fi FilterName] [/pid ProcessID]|[/im ImageName]
[/f][/t]
Computer : Specifies the name or IP
address of a remote computer (do not use backslashes). The default is the local
computer.
Domain User : Runs
the command with the account permissions of the user specified by User
or DomainUser. The default is the permissions of the current logged
on user on the computer issuing the command.
Password : Specifies the password of
the user account that is specified in the /u parameter.
the types of process(es) to include in or exclude from termination. The following
are valid filter names, operators, and values.
Name
|
Operators
|
Value
|
Hostname
|
eq, ne
|
Any valid string.
|
Status
|
eq, ne
|
RUNNING|NOT RESPONDING
|
Imagename
|
eq, ne
|
Any valid string.
|
PID
|
eg, ne, gt, lt, ge, le
|
Any valid positive integer.
|
Session
|
eg, ne, gt, lt, ge, le
|
Any valid session number.
|
CPUTime
|
eq, ne, gt, lt, ge, le
|
Valid time in the format of hh:mm:ss.
The mm and ss parameters should be between 0 and 59 and hh can be any valid unsigned numeric value.
|
Memusage
|
eg, ne, gt, lt, ge, le
|
Any valid integer.
|
Username
|
eq, ne
|
Any valid user name ([Domain]User).
|
Services
|
eq, ne
|
Any valid string.
|
Windowtitle
|
eq, ne
|
Any valid string.
|
the process ID of the process to be terminated.
the image name of the process to be terminated. Use the wildcard (*) to
specify all image names.
: Specifies that process(es) be forcefully terminated.
This parameter is ignored for remote processes; all remote processes are forcefully
terminated.
: Specifies to terminate all child processes along with
the parent process, commonly known as a tree kill.
: Displays help at the command prompt.
Lots of free Microsoft Press Books
Here is a list of free eBooks form Microsoft.
Azure
|
Introducing Windows Azure™ for IT Professionals
|
|
Azure
|
Microsoft Azure Essentials Azure Automation
|
|
Azure
|
Microsoft Azure Essentials Azure Machine Learning
|
|
Azure
|
Microsoft Azure Essentials Fundamentals of Azure
|
|
Azure
|
Microsoft Azure Essentials Fundamentals of Azure, Second
Edition |
|
Azure
|
Microsoft Azure Essentials Fundamentals of Azure, Second
Edition Mobile |
|
Azure
|
Microsoft Azure Essentials Migrating SQL Server Databases
to Azure – Mobile |
|
Azure
|
Microsoft Azure Essentials Migrating SQL Server Databases
to Azure 8.5X11 |
|
Azure
|
Microsoft Azure ExpressRoute Guide
|
|
Azure
|
Overview of Azure Active Directory
|
|
Azure
|
Rapid Deployment Guide For Azure Rights Management
|
|
Azure
|
Rethinking Enterprise Storage: A Hybrid Cloud Model
|
|
BizTalk
|
BizTalk Server 2016 Licensing Datasheet
|
|
BizTalk
|
BizTalk Server 2016 Management Pack Guide
|
|
Cloud
|
Enterprise Cloud Strategy
|
|
Cloud
|
Enterprise Cloud Strategy – Mobile
|
|
Developer
|
.NET Microservices: Architecture for Containerized .NET
Applications |
|
Developer
|
.NET Technology Guidance for Business Applications
|
|
Developer
|
Building Cloud Apps with Microsoft Azure™: Best practices
for DevOps, data storage, high availability, and more |
|
Developer
|
Containerized Docker Application Lifecycle with Microsoft
Platform and Tools |
|
Developer
|
Creating Mobile Apps with Xamarin.Forms, Preview Edition 2
|
|
Developer
|
Creating Mobile Apps with Xamarin.Forms: Cross-platform C#
programming for iOS, Android, and Windows |
|
Developer
|
Managing Agile Open-Source Software Projects with
Microsoft Visual Studio Online |
|
Developer
|
Microsoft Azure Essentials Azure Web Apps for Developers
|
|
Developer
|
Microsoft Platform and Tools for Mobile App Development
|
|
Developer
|
Microsoft Platform and Tools for Mobile App Development –
Mobile |
|
Developer
|
Moving to Microsoft® Visual Studio® 2010
|
|
Developer
|
Programming Windows 8 Apps with HTML, CSS, and JavaScript
|
|
Developer
|
Programming Windows Store Apps with HTML, CSS, and
JavaScript, Second Edition |
|
Developer
|
Programming Windows® Phone 7 (Special Excerpt 2)
|
|
Developer
|
Team Foundation Server to Visual Studio Team Services
Migration Guide |
|
Dynamics
|
5 cool things you can do with CRM for tablets
|
|
Dynamics
|
Create Custom Analytics in Dynamics 365 with Power BI
|
|
Dynamics
|
Create of Customize System Dashboards
|
|
Dynamics
|
Create Your First CRM Marketing Campaign
|
|
Dynamics
|
CRM Basics for Outlook basics
|
|
Dynamics
|
CRM Basics for Sales Pros and Service Reps
|
|
Dynamics
|
Give Great Customer Service with CRM
|
|
Dynamics
|
Go Mobile with CRM for Phones – Express
|
|
Dynamics
|
Go Mobile with CRM for Tablets
|
|
Dynamics
|
Import Contacts into CRM
|
|
Dynamics
|
Introducing Microsoft Social Engagement
|
|
Dynamics
|
Introduction to Business Processes
|
|
Dynamics
|
Meet Your Service Goals with SLAs and Entitlements
|
|
Dynamics
|
Microsoft Dynamics CRM 2016 Interactive Service Hub User
Guide |
|
Dynamics
|
Microsoft Dynamics CRM 2016 On-Premises Volume Licensing
and Pricing Guide |
|
Dynamics
|
Microsoft Dynamics CRM for Outlook Installing Guide for
use with Microsoft Dynamics CRM Online |
|
Dynamics
|
Microsoft Dynamics CRM Resource Guide 2015
|
|
Dynamics
|
Microsoft Social Engagement for CRM
|
|
Dynamics
|
Product Overview and Capability Guide Microsoft Dynamics
NAV 2016 |
|
Dynamics
|
RAP as a Service for Dynamics CRM
|
|
Dynamics
|
Set Up A Social Engagement Search For Your Product
|
|
Dynamics
|
Social is for Closers
|
|
Dynamics
|
Start Working in CRM
|
|
Dynamics
|
Your Brand Sux
|
|
General
|
10 essential tips and tools for mobile working
|
|
General
|
An employee’s guide to healthy computing
|
|
General
|
Guide for People who have Language or Communication Disabilities
|
|
General
|
Guide for People who have Learning Disabilities
|
|
Licensing
|
Introduction to Per Core Licensing and Basic Definitions
|
|
Licensing
|
Licensing Windows and Microsoft Office for use on the
Macintosh |
|
Licensing
|
VLSC Software Assurance Guide
|
|
Licensing
|
Windows Server 2016 and System Center 2016 Pricing and
Licensing FAQs |
|
Office
|
Access 2013 Keyboard Shortcuts
|
|
Office
|
Azure AD/Office 365 seamless sign-in
|
|
Office
|
Content Encryption in Microsoft Office 365
|
|
Office
|
Controlling Access to Office 365 and Protecting Content on
Devices |
|
Office
|
Customize Word 2013 Keyboard Shortcuts
|
|
Office
|
Data Resiliency in Microsoft Office 365
|
|
Office
|
Excel 2013 Keyboard Shortcuts
|
|
Office
|
Excel 2016 keyboard shortcuts and function keys
|
|
Office
|
Excel Online Keyboard Shortcuts
|
|
Office
|
File Protection Solutions in Office 365
|
|
Office
|
First Look: Microsoft® Office 2010
|
|
Office
|
Get Started With Microsoft OneDrive
|
|
Office
|
Get Started With Microsoft Project Online
|
|
Office
|
Getting started with MyAnalytics
|
|
Office
|
How To Recover That Un-Saved Office Document
|
|
Office
|
InfoPath 2013 Keyboard Shortcuts
|
|
Office
|
Keyboard shortcuts for Microsoft Outlook 2013 and 2016
|
|
Office
|
Keyboard shortcuts for Microsoft Word 2016 for Windows
|
|
Office
|
Licensing Microsoft Office 365 ProPlus Subscription
Service in Volume Licensing |
|
Office
|
Licensing Microsoft Office software in Volume Licensing
|
|
Office
|
Microsoft Access 2013 Quick Start Guide
|
|
Office
|
Microsoft Classroom Deployment
|
|
Office
|
Microsoft Excel 2013 Quick Start Guide
|
|
Office
|
Microsoft Excel 2016 for Mac Quick Start Guide
|
|
Office
|
Microsoft Excel 2016 Quick Start Guide
|
|
Office
|
Microsoft Excel Mobile Quick Start Guide
|
|
Office
|
Microsoft Excel VLOOKUP Troubleshooting Tips
|
|
Office
|
Microsoft OneNote 2013 Quick Start Guide
|
|
Office
|
Microsoft OneNote 2016 for Mac Quick Start Guide
|
|
Office
|
Microsoft OneNote 2016 Quick Start Guide
|
|
Office
|
Microsoft OneNote 2016 Tips and Tricks
|
|
Office
|
Microsoft OneNote Mobile Quick Start Guide
|
|
Office
|
Microsoft Outlook 2013 Quick Start Guide
|
|
Office
|
Microsoft Outlook 2016 for Mac Quick Start Guide
|
|
Office
|
Microsoft Outlook 2016 Quick Start Guide
|
|
Office
|
Microsoft Outlook 2016 Tips and Tricks
|
|
Office
|
Microsoft Powerpoint 2013 Quick Start Guide
|
|
Office
|
Microsoft PowerPoint 2016 Quick Start Guide
|
|
Office
|
Microsoft PowerPoint 2016 for Mac Quick Start Guide
|
|
Office
|
Microsoft PowerPoint Mobile Quick Start Guide
|
|
Office
|
Microsoft Project 2013 Quick Start Guide
|
|
Office
|
Microsoft Publisher 2013 Quick Start Guide
|
|
Office
|
Microsoft Visio 2013 Quick Start Guide
|
|
Office
|
Microsoft Word 2013 Quick Start Guide
|
|
Office
|
Microsoft Word 2016 for Mac Quick Start Guide
|
|
Office
|
Microsoft Word 2016 Quick Start Guide
|
|
Office
|
Microsoft Word Mobile Quick Start Guide
|
|
Office
|
Microsoft® Office 365: Connect and Collaborate Virtually
Anywhere, Anytime |
|
Office
|
Monitoring and protecting sensitive data in Office 365
|
|
Office
|
Office 365 Dedicated Platform vNext Service Release
|
|
Office
|
Office 365 Licensing Brief
|
|
Office
|
OneNote 2013 Keyboard Shortcuts
|
|
Office
|
OneNote Online Keyboard Shortcuts
|
|
Office
|
Outlook 2013 Keyboard Shortcuts
|
|
Office
|
Outlook Web App Keyboard Shortcuts
|
|
Office
|
Own Your Future: Update Your Skills with Resources and
Career Ideas from Microsoft® |
|
Office
|
PowerPoint Online Keyboard Shortcuts
|
|
Office
|
Project 2013 Keyboard Shortcuts
|
|
Office
|
Publisher 2013 Keyboard Shortcuts
|
|
Office
|
Security and Privacy For Microsoft Office 2010 Users
|
|
Office
|
Security Incident Management in Microsoft Office 365
|
|
Office
|
SharePoint Online Dedicated & OneDrive for Business
Dedicated vNext Service Release |
|
Office
|
Skype for Business User Tips & Tricks for Anyone
|
|
Office
|
Switching from Google Apps to Office 365 for business
|
|
Office
|
Tenant Isolation in Microsoft Office 365
|
|
Office
|
Visio 2013 Keyboard Shortcuts
|
|
Office
|
Windows 10 Tips and Tricks
|
|
Office
|
Word 2013 Keyboard Shortcuts
|
|
Office
|
Word Online Keyboard Shortcuts
|
|
Office
|
Working with SmartArt Graphics Keyboard Shortcuts
|
|
Power BI
|
Ask, find, and act—harnessing the power of Cortana and
Power BI |
|
Power BI
|
Bidirectional cross-filtering in SQL Server Analysis
Services 2016 and Power BI Desktop |
|
Power BI
|
Configuring Power BI mobile apps with Microsoft Intune
|
|
Power BI
|
Getting started with the Power BI for Android app
|
|
Power BI
|
Getting Started with the Power BI for iOS app
|
|
Power BI
|
How to plan capacity for embedded analytics with Power BI
Premium |
|
Power BI
|
Introducing Microsoft Power BI
|
|
Power BI
|
Introducing Microsoft Power BI – Mobile
|
|
Power BI
|
Microsoft Power BI Premium Whitepaper
|
|
Power BI
|
Power BI mobile apps—enabling data analytics on the go
|
|
Power BI
|
Propelling digital transformation in manufacturing
operations with Power BI |
|
Power BI
|
Using Power BI to visualize data insights from Microsoft
Dynamics CRM Online |
|
PowerShell
|
Microsoft Dynamics GP 2015 R2 PowerShell Users Guide
|
|
PowerShell
|
PowerShell Integrated Scripting Environment 3.0
|
|
PowerShell
|
Simplify Group Policy administration with Windows
PowerShell |
|
PowerShell
|
Windows PowerShell 3.0 Examples
|
|
PowerShell
|
Windows PowerShell 3.0 Language Quick Reference
|
|
PowerShell
|
WINDOWS POWERSHELL 4.0 LANGUAGE QUICK REFERENCE
|
|
PowerShell
|
Windows PowerShell 4.0 Language Reference Examples
|
|
PowerShell
|
Windows PowerShell Command Builder User’s Guide
|
|
PowerShell
|
Windows PowerShell Desired State Configuration Quick
Reference |
|
PowerShell
|
WINDOWS POWERSHELL INTEGRATED SCRIPTING ENVIRONMENT 4.0
|
|
PowerShell
|
Windows PowerShell Web Access
|
|
PowerShell
|
WMI in PowerShell 3.0
|
|
PowerShell
|
WMI in Windows PowerShell 4.0
|
|
SharePoint
|
Configuring Microsoft SharePoint Hybrid Capabilities
|
|
SharePoint
|
Configuring Microsoft SharePoint Hybrid Capabilities –
Mobile |
|
SharePoint
|
Deployment guide for Microsoft SharePoint 2013
|
|
SharePoint
|
Microsoft SharePoint Server 2016 Architectural Models
|
|
SharePoint
|
Planning and Preparing for Microsoft SharePoint Hybrid –
8.5 X 11 |
|
SharePoint
|
Planning and Preparing for Microsoft SharePoint Hybrid –
Mobile |
|
SharePoint
|
RAP as a Service for SharePoint Server
|
|
SharePoint
|
SharePoint Online Dedicated Service Description
|
|
SharePoint
|
SharePoint Products Keyboard Shortcuts
|
|
SharePoint
|
SharePoint Server 2016 Databases – Quick Reference Guide
|
|
SharePoint
|
SharePoint Server 2016 Quick Start Guide
|
|
SQL Server
|
5 Tips For A Smooth SSIS Upgrade to SQL Server 2012
|
|
SQL Server
|
Backup and Restore of SQL Server Databases
|
|
SQL Server
|
Data Science with Microsoft SQL Server 2016
|
|
SQL Server
|
Deeper insights across data with SQL Server 2016 –
Technical White Paper |
|
SQL Server
|
Deploying SQL Server 2016 PowerPivot and Power View in a
Multi-Tier SharePoint 2016 Farm |
|
SQL Server
|
Deploying SQL Server 2016 PowerPivot and Power View in
SharePoint 2016 |
|
SQL Server
|
Guide to Migrating from Oracle to SQL Server 2014 and
Azure SQL Database |
|
SQL Server
|
Introducing Microsoft Azure™ HDInsight™
|
|
SQL Server
|
Introducing Microsoft Data Warehouse Fast Track for SQL
Server 2016 |
|
SQL Server
|
Introducing Microsoft SQL Server 2012
|
|
SQL Server
|
Introducing Microsoft SQL Server 2014
|
|
SQL Server
|
Introducing Microsoft SQL Server 2016: Mission-Critical
Applications, Deeper Insights, Hyperscale Cloud, Preview 2 |
|
SQL Server
|
Introducing Microsoft SQL Server 2016: Mission-Critical
Applications, Deeper Insights, Hyperscale Cloud, Preview 2 – Mobile |
|
SQL Server
|
Introducing Microsoft Technologies for Data Storage,
Movement and Transformation |
|
SQL Server
|
Introducing Microsoft® SQL Server® 2008 R2
|
|
SQL Server
|
Microsoft SharePoint Server 2016 Reviewer’s Guide
|
|
SQL Server
|
Microsoft SQL Server 2012 Tutorials: Analysis Services –
Data Mining Step-by-Step |
|
SQL Server
|
Microsoft SQL Server 2012 Tutorials: Analysis Services –
Multidimensional Modeling Step-by-Step |
|
SQL Server
|
Microsoft SQL Server 2012 Tutorials: Reporting Services
Quick Step-by-Step |
|
SQL Server
|
Microsoft SQL Server 2012 Tutorials: Writing
Transact-SQL-Statements |
|
SQL Server
|
Microsoft SQL Server 2014 Licensing Guide
|
|
SQL Server
|
Microsoft SQL Server 2016 Licensing Datasheet
|
|
SQL Server
|
Microsoft SQL Server 2016 Licensing Guide
|
|
SQL Server
|
Microsoft SQL Server 2016 Mission-Critical Performance
Technical White Paper |
|
SQL Server
|
Microsoft SQL Server 2016 New Innovations
|
|
SQL Server
|
Microsoft SQL Server 2016 SP1 Editions
|
|
SQL Server
|
Microsoft SQL Server In-Memory OLTP and Columnstore
Feature Comparison |
|
SQL Server
|
RAP as a Service for SQL Server
|
|
SQL Server
|
SQLCAT’s Guide to: Relational Engine
|
|
SQL Server
|
Xquery Language Reference
|
|
Surface
|
Surface Book User Guide
|
|
Surface
|
Surface Pro 4 User Guide
|
|
System Center
|
Guide to Microsoft System Center Management Pack for SQL
Server 2016 Reporting Services (Native Mode) |
|
System Center
|
Guide to System Center Management Pack for Windows Print
Server 2016 |
|
System Center
|
Introducing Microsoft System Center 2012 R2
|
|
System Center
|
Microsoft System Center Building a Virtualized Network
Solution, Second Edition |
|
System Center
|
Microsoft System Center Data Protection for the Hybrid
Cloud |
|
System Center
|
Microsoft System Center Deploying Hyper-V with
Software-Defined Storage & Networking |
|
System Center
|
Microsoft System Center Extending Operations Manager
Reporting |
|
System Center
|
Microsoft System Center Introduction to Microsoft
Automation Solutions |
|
System Center
|
Microsoft System Center Operations Manager Field
Experience |
|
System Center
|
Microsoft System Center Software Update Management Field
Experience |
|
System Center
|
Microsoft System Center: Building a Virtualized Network
Solution |
|
System Center
|
Microsoft System Center: Cloud Management with App
Controller |
|
System Center
|
Microsoft System Center: Configuration Manager Field
Experience |
|
System Center
|
Microsoft System Center: Designing Orchestrator Runbooks
|
|
System Center
|
Microsoft System Center: Integrated Cloud Platform
|
|
System Center
|
Microsoft System Center: Network Virtualization and Cloud
Computing |
|
System Center
|
Microsoft System Center: Optimizing Service Manager
|
|
System Center
|
Microsoft System Center: Troubleshooting Configuration
Manager |
|
System Center
|
What’s new in System Center 2016 White Paper
|
|
Virtualization
|
Understanding Microsoft Virtualizaton R2 Solutions
|
|
Windows Client
|
Deploying Windows 10: Automating deployment by using
System Center Configuration Manager |
|
Windows Client
|
Deploying Windows 10: Automating deployment by using
System Center Configuration Manager – Mobile |
|
Windows Client
|
Getting the most out of Microsoft Edge
|
|
Windows Client
|
Introducing Windows 10 for IT Professionals
|
|
Windows Client
|
Introducing Windows 10 for IT Professionals, Preview
Edition |
|
Windows Client
|
Introducing Windows 8.1 for IT Professionals
|
|
Windows Client
|
Introducing Windows 8: An Overview for IT Professionals
|
|
Windows Client
|
Licensing Windows desktop operating system for use with
virtual machines |
|
Windows Client
|
Protecting your data with Windows 10 BitLocker
|
|
Windows Client
|
RAP as a Service for Windows Desktop
|
|
Windows Client
|
Shortcut Keys for Windows 10
|
|
Windows Client
|
Use Reset to restore your Windows 10 PC
|
|
Windows Client
|
Volume Licensing Reference Guide Windows 10 Desktop
Operating System |
|
Windows Client
|
Windows 10 IT Pro Essentials Support Secrets
|
|
Windows Client
|
Windows 10 IT Pro Essentials Top 10 Tools
|
|
Windows Client
|
Windows 10 IT Pro Essentials Top 10 Tools – Mobile
|
|
Windows Client
|
Work Smart: Windows 8 Shortcut Keys
|
|
Windows Server
|
Automating Windows Server 2016 configuration with
PowerShell and DSC |
|
Windows Server
|
Introducing Windows Server 2008 R2
|
|
Windows Server
|
Introducing Windows Server 2012
|
|
Windows Server
|
Introducing Windows Server 2012 R2
|
|
Windows Server
|
Introducing Windows Server 2016
|
|
Windows Server
|
Introducing Windows Server 2016 – Mobile
|
|
Windows Server
|
Introducing Windows Server 2016 Technical Preview
|
|
Windows Server
|
Introducing Windows Server 2016 Technical Preview – Mobile
|
|
Windows Server
|
Introducing Windows Server® 2012 R2 Preview Release
|
|
Windows Server
|
Offline Assessment for Active Directory
|
|
Windows Server
|
RAP as a Service for Active Directory
|
|
Windows Server
|
RAP as a Service for Failover Cluster
|
|
Windows Server
|
RAP as a Service for Internet Information Services
|
|
Windows Server
|
RAP as a Service for Windows Server Hyper-V
|
|
Windows Server
|
Windows Server 2016 Licensing
|
Category | Title | Format |
Azure | Introducing Windows Azure™ for IT Professionals | PDF MOBI EPUB |
Azure | Microsoft Azure Essentials Azure Automation | PDF MOBI EPUB |
Azure | Microsoft Azure Essentials Azure Machine Learning | PDF MOBI EPUB |
Azure | Microsoft Azure Essentials Fundamentals of Azure | PDF MOBI EPUB |
Azure | Microsoft Azure Essentials Fundamentals of Azure, Second Edition | |
Azure | Microsoft Azure Essentials Fundamentals of Azure, Second Edition Mobile | |
Azure | Microsoft Azure Essentials Migrating SQL Server Databases to Azure – Mobile | |
Azure | Microsoft Azure Essentials Migrating SQL Server Databases to Azure 8.5X11 | |
Azure | Microsoft Azure ExpressRoute Guide | |
Azure | Overview of Azure Active Directory | DOC |
Azure | Rapid Deployment Guide For Azure Rights Management | |
Azure | Rethinking Enterprise Storage: A Hybrid Cloud Model | PDF MOBI EPUB |
BizTalk | BizTalk Server 2016 Licensing Datasheet | |
BizTalk | BizTalk Server 2016 Management Pack Guide | DOC |
Cloud | Enterprise Cloud Strategy | PDF MOBI EPUB |
Cloud | Enterprise Cloud Strategy – Mobile | |
Developer | .NET Microservices: Architecture for Containerized .NET Applications | |
Developer | .NET Technology Guidance for Business Applications | |
Developer | Building Cloud Apps with Microsoft Azure™: Best practices for DevOps, data storage, high availability, and more | PDF MOBI EPUB |
Developer | Containerized Docker Application Lifecycle with Microsoft Platform and Tools | |
Developer | Creating Mobile Apps with Xamarin.Forms, Preview Edition 2 | PDF MOBI EPUB |
Developer | Creating Mobile Apps with Xamarin.Forms: Cross-platform C# programming for iOS, Android, and Windows | PDF MOBI EPUB |
Developer | Managing Agile Open-Source Software Projects with Microsoft Visual Studio Online | PDF MOBI EPUB |
Developer | Microsoft Azure Essentials Azure Web Apps for Developers | PDF MOBI EPUB |
Developer | Microsoft Platform and Tools for Mobile App Development | |
Developer | Microsoft Platform and Tools for Mobile App Development – Mobile | |
Developer | Moving to Microsoft® Visual Studio® 2010 | XPS PDF MOBI EPUB |
Developer | Programming Windows 8 Apps with HTML, CSS, and JavaScript | PDF MOBI EPUB |
Developer | Programming Windows Store Apps with HTML, CSS, and JavaScript, Second Edition | PDF MOBI EPUB |
Developer | Programming Windows® Phone 7 (Special Excerpt 2) | XPS PDF |
Developer | Team Foundation Server to Visual Studio Team Services Migration Guide | |
Dynamics | 5 cool things you can do with CRM for tablets | |
Dynamics | Create Custom Analytics in Dynamics 365 with Power BI | |
Dynamics | Create of Customize System Dashboards | |
Dynamics | Create Your First CRM Marketing Campaign | |
Dynamics | CRM Basics for Outlook basics | |
Dynamics | CRM Basics for Sales Pros and Service Reps | |
Dynamics | Give Great Customer Service with CRM | |
Dynamics | Go Mobile with CRM for Phones – Express | |
Dynamics | Go Mobile with CRM for Tablets | |
Dynamics | Import Contacts into CRM | |
Dynamics | Introducing Microsoft Social Engagement | |
Dynamics | Introduction to Business Processes | |
Dynamics | Meet Your Service Goals with SLAs and Entitlements | |
Dynamics | Microsoft Dynamics CRM 2016 Interactive Service Hub User Guide | |
Dynamics | Microsoft Dynamics CRM 2016 On-Premises Volume Licensing and Pricing Guide | |
Dynamics | Microsoft Dynamics CRM for Outlook Installing Guide for use with Microsoft Dynamics CRM Online | |
Dynamics | Microsoft Dynamics CRM Resource Guide 2015 | |
Dynamics | Microsoft Social Engagement for CRM | |
Dynamics | Product Overview and Capability Guide Microsoft Dynamics NAV 2016 | |
Dynamics | RAP as a Service for Dynamics CRM | |
Dynamics | Set Up A Social Engagement Search For Your Product | |
Dynamics | Social is for Closers | |
Dynamics | Start Working in CRM | |
Dynamics | Your Brand Sux | |
General | 10 essential tips and tools for mobile working | |
General | An employee’s guide to healthy computing | |
General | Guide for People who have Language or Communication Disabilities | DOC |
General | Guide for People who have Learning Disabilities | DOC |
Licensing | Introduction to Per Core Licensing and Basic Definitions | |
Licensing | Licensing Windows and Microsoft Office for use on the Macintosh | |
Licensing | VLSC Software Assurance Guide | |
Licensing | Windows Server 2016 and System Center 2016 Pricing and Licensing FAQs | |
Office | Access 2013 Keyboard Shortcuts | |
Office | Azure AD/Office 365 seamless sign-in | |
Office | Content Encryption in Microsoft Office 365 | |
Office | Controlling Access to Office 365 and Protecting Content on Devices | |
Office | Customize Word 2013 Keyboard Shortcuts | |
Office | Data Resiliency in Microsoft Office 365 | |
Office | Excel 2013 Keyboard Shortcuts | |
Office | Excel 2016 keyboard shortcuts and function keys | DOC |
Office | Excel Online Keyboard Shortcuts | |
Office | File Protection Solutions in Office 365 | |
Office | First Look: Microsoft® Office 2010 | XPS PDF |
Office | Get Started With Microsoft OneDrive | |
Office | Get Started With Microsoft Project Online | |
Office | Getting started with MyAnalytics | DOC |
Office | How To Recover That Un-Saved Office Document | |
Office | InfoPath 2013 Keyboard Shortcuts | |
Office | Keyboard shortcuts for Microsoft Outlook 2013 and 2016 | DOC |
Office | Keyboard shortcuts for Microsoft Word 2016 for Windows | DOC |
Office | Licensing Microsoft Office 365 ProPlus Subscription Service in Volume Licensing | |
Office | Licensing Microsoft Office software in Volume Licensing | |
Office | Microsoft Access 2013 Quick Start Guide | |
Office | Microsoft Classroom Deployment | |
Office | Microsoft Excel 2013 Quick Start Guide | |
Office | Microsoft Excel 2016 for Mac Quick Start Guide | |
Office | Microsoft Excel 2016 Quick Start Guide | |
Office | Microsoft Excel Mobile Quick Start Guide | |
Office | Microsoft Excel VLOOKUP Troubleshooting Tips | |
Office | Microsoft OneNote 2013 Quick Start Guide | |
Office | Microsoft OneNote 2016 for Mac Quick Start Guide | |
Office | Microsoft OneNote 2016 Quick Start Guide | |
Office | Microsoft OneNote 2016 Tips and Tricks | |
Office | Microsoft OneNote Mobile Quick Start Guide | |
Office | Microsoft Outlook 2013 Quick Start Guide | |
Office | Microsoft Outlook 2016 for Mac Quick Start Guide | |
Office | Microsoft Outlook 2016 Quick Start Guide | |
Office | Microsoft Outlook 2016 Tips and Tricks | |
Office | Microsoft Powerpoint 2013 Quick Start Guide | |
Office | Microsoft PowerPoint 2016 Quick Start Guide | |
Office | Microsoft PowerPoint 2016 for Mac Quick Start Guide | |
Office | Microsoft PowerPoint Mobile Quick Start Guide | |
Office | Microsoft Project 2013 Quick Start Guide | |
Office | Microsoft Publisher 2013 Quick Start Guide | |
Office | Microsoft Visio 2013 Quick Start Guide | |
Office | Microsoft Word 2013 Quick Start Guide | |
Office | Microsoft Word 2016 for Mac Quick Start Guide | |
Office | Microsoft Word 2016 Quick Start Guide | |
Office | Microsoft Word Mobile Quick Start Guide | |
Office | Microsoft® Office 365: Connect and Collaborate Virtually Anywhere, Anytime | |
Office | Monitoring and protecting sensitive data in Office 365 | DOC |
Office | Office 365 Dedicated Platform vNext Service Release | |
Office | Office 365 Licensing Brief | |
Office | OneNote 2013 Keyboard Shortcuts | |
Office | OneNote Online Keyboard Shortcuts | |
Office | Outlook 2013 Keyboard Shortcuts | |
Office | Outlook Web App Keyboard Shortcuts | |
Office | Own Your Future: Update Your Skills with Resources and Career Ideas from Microsoft® | XPS PDF MOBI EPUB |
Office | PowerPoint Online Keyboard Shortcuts | |
Office | Project 2013 Keyboard Shortcuts | |
Office | Publisher 2013 Keyboard Shortcuts | |
Office | Security and Privacy For Microsoft Office 2010 Users | PDF MOBI EPUB |
Office | Security Incident Management in Microsoft Office 365 | PDF PDF |
Office | SharePoint Online Dedicated & OneDrive for Business Dedicated vNext Service Release | |
Office | Skype for Business User Tips & Tricks for Anyone | |
Office | Switching from Google Apps to Office 365 for business | |
Office | Tenant Isolation in Microsoft Office 365 | |
Office | Visio 2013 Keyboard Shortcuts | |
Office | Windows 10 Tips and Tricks | |
Office | Word 2013 Keyboard Shortcuts | |
Office | Word Online Keyboard Shortcuts | |
Office | Working with SmartArt Graphics Keyboard Shortcuts | |
Power BI | Ask, find, and act—harnessing the power of Cortana and Power BI | DOC |
Power BI | Bidirectional cross-filtering in SQL Server Analysis Services 2016 and Power BI Desktop | DOC |
Power BI | Configuring Power BI mobile apps with Microsoft Intune | DOC |
Power BI | Getting started with the Power BI for Android app | DOC |
Power BI | Getting Started with the Power BI for iOS app | DOC |
Power BI | How to plan capacity for embedded analytics with Power BI Premium | |
Power BI | Introducing Microsoft Power BI | |
Power BI | Introducing Microsoft Power BI – Mobile | |
Power BI | Microsoft Power BI Premium Whitepaper | |
Power BI | Power BI mobile apps—enabling data analytics on the go | DOC |
Power BI | Propelling digital transformation in manufacturing operations with Power BI | DOC |
Power BI | Using Power BI to visualize data insights from Microsoft Dynamics CRM Online | DOC |
PowerShell | Microsoft Dynamics GP 2015 R2 PowerShell Users Guide | |
PowerShell | PowerShell Integrated Scripting Environment 3.0 | |
PowerShell | Simplify Group Policy administration with Windows PowerShell | |
PowerShell | Windows PowerShell 3.0 Examples | |
PowerShell | Windows PowerShell 3.0 Language Quick Reference | |
PowerShell | WINDOWS POWERSHELL 4.0 LANGUAGE QUICK REFERENCE | |
PowerShell | Windows PowerShell 4.0 Language Reference Examples | |
PowerShell | Windows PowerShell Command Builder User’s Guide | |
PowerShell | Windows PowerShell Desired State Configuration Quick Reference | |
PowerShell | WINDOWS POWERSHELL INTEGRATED SCRIPTING ENVIRONMENT 4.0 | |
PowerShell | Windows PowerShell Web Access | |
PowerShell | WMI in PowerShell 3.0 | |
PowerShell | WMI in Windows PowerShell 4.0 | |
SharePoint | Configuring Microsoft SharePoint Hybrid Capabilities | |
SharePoint | Configuring Microsoft SharePoint Hybrid Capabilities – Mobile | |
SharePoint | Deployment guide for Microsoft SharePoint 2013 | |
SharePoint | Microsoft SharePoint Server 2016 Architectural Models | |
SharePoint | Planning and Preparing for Microsoft SharePoint Hybrid – 8.5 X 11 | |
SharePoint | Planning and Preparing for Microsoft SharePoint Hybrid – Mobile | |
SharePoint | RAP as a Service for SharePoint Server | |
SharePoint | SharePoint Online Dedicated Service Description | |
SharePoint | SharePoint Products Keyboard Shortcuts | |
SharePoint | SharePoint Server 2016 Databases – Quick Reference Guide | |
SharePoint | SharePoint Server 2016 Quick Start Guide | |
SQL Server | 5 Tips For A Smooth SSIS Upgrade to SQL Server 2012 | |
SQL Server | Backup and Restore of SQL Server Databases | |
SQL Server | Data Science with Microsoft SQL Server 2016 | |
SQL Server | Deeper insights across data with SQL Server 2016 – Technical White Paper | |
SQL Server | Deploying SQL Server 2016 PowerPivot and Power View in a Multi-Tier SharePoint 2016 Farm | DOC |
SQL Server | Deploying SQL Server 2016 PowerPivot and Power View in SharePoint 2016 | DOC |
SQL Server | Guide to Migrating from Oracle to SQL Server 2014 and Azure SQL Database | |
SQL Server | Introducing Microsoft Azure™ HDInsight™ | PDF MOBI EPUB |
SQL Server | Introducing Microsoft Data Warehouse Fast Track for SQL Server 2016 | |
SQL Server | Introducing Microsoft SQL Server 2012 | PDF MOBI EPUB |
SQL Server | Introducing Microsoft SQL Server 2014 | PDF MOBI EPUB |
SQL Server | Introducing Microsoft SQL Server 2016: Mission-Critical Applications, Deeper Insights, Hyperscale Cloud, Preview 2 | PDF MOBI EPUB |
SQL Server | Introducing Microsoft SQL Server 2016: Mission-Critical Applications, Deeper Insights, Hyperscale Cloud, Preview 2 – Mobile | |
SQL Server | Introducing Microsoft Technologies for Data Storage, Movement and Transformation | DOC |
SQL Server | Introducing Microsoft® SQL Server® 2008 R2 | XPS PDF MOBI EPUB |
SQL Server | Microsoft SharePoint Server 2016 Reviewer’s Guide | |
SQL Server | Microsoft SQL Server 2012 Tutorials: Analysis Services – Data Mining Step-by-Step | |
SQL Server | Microsoft SQL Server 2012 Tutorials: Analysis Services – Multidimensional Modeling Step-by-Step | |
SQL Server | Microsoft SQL Server 2012 Tutorials: Reporting Services Quick Step-by-Step | |
SQL Server | Microsoft SQL Server 2012 Tutorials: Writing Transact-SQL-Statements | |
SQL Server | Microsoft SQL Server 2014 Licensing Guide | |
SQL Server | Microsoft SQL Server 2016 Licensing Datasheet | |
SQL Server | Microsoft SQL Server 2016 Licensing Guide | |
SQL Server | Microsoft SQL Server 2016 Mission-Critical Performance Technical White Paper | |
SQL Server | Microsoft SQL Server 2016 New Innovations | |
SQL Server | Microsoft SQL Server 2016 SP1 Editions | |
SQL Server | Microsoft SQL Server In-Memory OLTP and Columnstore Feature Comparison | |
SQL Server | RAP as a Service for SQL Server | |
SQL Server | SQLCAT’s Guide to: Relational Engine | |
SQL Server | Xquery Language Reference | |
Surface | Surface Book User Guide | |
Surface | Surface Pro 4 User Guide | |
System Center | Guide to Microsoft System Center Management Pack for SQL Server 2016 Reporting Services (Native Mode) | DOC |
System Center | Guide to System Center Management Pack for Windows Print Server 2016 | DOC |
System Center | Introducing Microsoft System Center 2012 R2 | PDF MOBI EPUB |
System Center | Microsoft System Center Building a Virtualized Network Solution, Second Edition | PDF MOBI EPUB |
System Center | Microsoft System Center Data Protection for the Hybrid Cloud | PDF MOBI EPUB |
System Center | Microsoft System Center Deploying Hyper-V with Software-Defined Storage & Networking | PDF MOBI EPUB |
System Center | Microsoft System Center Extending Operations Manager Reporting | PDF MOBI EPUB |
System Center | Microsoft System Center Introduction to Microsoft Automation Solutions | PDF MOBI EPUB |
System Center | Microsoft System Center Operations Manager Field Experience | PDF MOBI EPUB |
System Center | Microsoft System Center Software Update Management Field Experience | PDF MOBI EPUB |
System Center | Microsoft System Center: Building a Virtualized Network Solution | PDF MOBI EPUB |
System Center | Microsoft System Center: Cloud Management with App Controller | PDF MOBI EPUB |
System Center | Microsoft System Center: Configuration Manager Field Experience | PDF MOBI EPUB |
System Center | Microsoft System Center: Designing Orchestrator Runbooks | PDF MOBI EPUB |
System Center | Microsoft System Center: Integrated Cloud Platform | PDF MOBI EPUB |
System Center | Microsoft System Center: Network Virtualization and Cloud Computing | PDF MOBI EPUB |
System Center | Microsoft System Center: Optimizing Service Manager | PDF MOBI EPUB |
System Center | Microsoft System Center: Troubleshooting Configuration Manager | PDF MOBI EPUB |
System Center | What’s new in System Center 2016 White Paper | |
Virtualization | Understanding Microsoft Virtualizaton R2 Solutions | XPS PDF |
Windows Client | Deploying Windows 10: Automating deployment by using System Center Configuration Manager | PDF MOBI EPUB |
Windows Client | Deploying Windows 10: Automating deployment by using System Center Configuration Manager – Mobile | |
Windows Client | Getting the most out of Microsoft Edge | DOC |
Windows Client | Introducing Windows 10 for IT Professionals | PDF MOBI EPUB |
Windows Client | Introducing Windows 10 for IT Professionals, Preview Edition | PDF MOBI EPUB |
Windows Client | Introducing Windows 8.1 for IT Professionals | PDF MOBI EPUB |
Windows Client | Introducing Windows 8: An Overview for IT Professionals | PDF MOBI EPUB |
Windows Client | Licensing Windows desktop operating system for use with virtual machines | |
Windows Client | Protecting your data with Windows 10 BitLocker | DOC |
Windows Client | RAP as a Service for Windows Desktop | |
Windows Client | Shortcut Keys for Windows 10 | DOC |
Windows Client | Use Reset to restore your Windows 10 PC | DOC |
Windows Client | Volume Licensing Reference Guide Windows 10 Desktop Operating System | |
Windows Client | Windows 10 IT Pro Essentials Support Secrets | PDF PDF MOBI EPUB |
Windows Client | Windows 10 IT Pro Essentials Top 10 Tools | PDF MOBI EPUB |
Windows Client | Windows 10 IT Pro Essentials Top 10 Tools – Mobile | |
Windows Client | Work Smart: Windows 8 Shortcut Keys | |
Windows Server | Automating Windows Server 2016 configuration with PowerShell and DSC | DOC |
Windows Server | Introducing Windows Server 2008 R2 | XPS PDF MOBI EPUB |
Windows Server | Introducing Windows Server 2012 | PDF MOBI MOBI EPUB EPUB |
Windows Server | Introducing Windows Server 2012 R2 | PDF MOBI EPUB |
Windows Server | Introducing Windows Server 2016 | |
Windows Server | Introducing Windows Server 2016 – Mobile | |
Windows Server | Introducing Windows Server 2016 Technical Preview | |
Windows Server | Introducing Windows Server 2016 Technical Preview – Mobile | |
Windows Server | Introducing Windows Server® 2012 R2 Preview Release | PDF MOBI EPUB |
Windows Server | Offline Assessment for Active Directory | |
Windows Server | RAP as a Service for Active Directory | |
Windows Server | RAP as a Service for Failover Cluster | |
Windows Server | RAP as a Service for Internet Information Services | |
Windows Server | RAP as a Service for Windows Server Hyper-V | |
Windows Server | Windows Server 2016 Licensing |
Some Sites where you can get great Security Information
sectors to share information, Chapter are all over the USA go to here for More information
DNSstuff performs forensic analysis of name
and email servers, path analysis, authenticate and locate domains..
Go
here
current issues go here
Verizon Data Breach Investigations
report – go here
of security go here
NCI
Sector-based Information Sharing and Analysis Centers (ISACs) collaborate and
coordinate with each other via the National Council of ISACs (NCI). Formed in
2003, the NCI today comprises 24 organizations designated by their sectors as
their
MacOS 10.13.1 – Root vulnerability allows new ADMIN account without password
building an emergency patch to lock down the “root” account where a preset
password does not exist. In certain settings, the “MacOS
10.13.1 Root vulnerability” allows a missing
password challenge to be fully worked around. That allows user
accounts to be reset, allowing full compromise of vulnerable systems.
This bug is serious and believe Apple with quickly rectify with an expedient
“patch now” update
Mac’s System Preferences application when “Users & Groups”
is selected, and the lock icon on the window is clicked. After that, a new
login window will appear. Anyone who types “root” as the username, leaves the
password field empty, and clicks unlock (once or twice) is on their way to a
new account that has system admin privileges to the computer.
result and said the bug “is as serious as it
gets.” Hackers are always crafting malware that can
gain greater system privileges into a computer. Now they have a new way, which
can also be triggered via a Mac’s command line function. Imagine a piece of
malicious code designed to attack Macs using the same flaw. Users wouldn’t even
know they were compromised, Serper said.
& preset “ROOT” account to password ahead of time instead of leaving unset
as null value
IcedID: A Hot New Item
researchers from IBM discovered a new banking Trojan called IcedID. IcedID primarily targets financial institutions such as banks,
payment card providers, and e-commerce sites. IcedID utilizes Emotet for
delivery to target hosts.
small cybercrime organizations in Eastern Europe targeting western countries
malware that was designed to amass and maintain botnets. Emotet itself is most
often delivered by opening a macro-enabled malicious file usually delivered by
spam mail. Once executed, the malware embeds itself within normal machine
processes, connects home, and installs additional modular components as
directed. Of the components installed consists of spamming modules, network
worm modules, and data stealers.
techniques of IcedID consist of common network propagation, victim monitoring,
and web URL tampering. More specifically the malware leverages a local web
proxy which listens to web traffic and based on what it sees can unknowingly
redirect or inject parameters to the victim which causes them to browse to
malicious web content controlled by the attacker instead of the original content
they wanted to see. Reverse engineering of the malware revealed a PropagationThroughNetwork
function, which enumerated the network propagation module that allows the
malware to affect local, or remote connected end points as a way of spreading
to other systems. Additionally, IcedID can query LDAP looking for other users
to attack and can look for other important information to send back to the
command and control server.
a full reboot after storing start up files to the Windows %LocalAppData% folder
to evade sandboxes and other defenses on victim hosts. Additionally, the
malware uses SSL to communicate home and launch its attacks to avoid intrusion
detection systems planted within the victim infrastructure. The malware also
uses a random value as the RunKey to establish persistence on the target host.
As an example, the startup file would be “C:UsersUserAppDataLocalewonlia rlewonliarl.exe”
and the Runkey would be at “HKCUSoftwareMicrosoftWindowsC urrentVersionRunewonliarl”.
IcedID listens on local network port 49157 and exfiltrates victim information
of its choosing to its command and control server. Interestingly enough IcedID can
still be identified by its original process IcedID which continues to run even
after reboot which researchers think will likely change in the future.
Almost 200.000 Cisco switches exposed to malicious attacks
here information from Talos http://blog.talosintelligence.com/2017/02/cisco-coverage-for-smart-install-client.html
Cisco Coverage for Smart Install Client Protocol Abuse
Talos Scanning Utility
Coverage
Snort Rules
Further Information
Security Warning OFFICE 365 Bogus Bill
Here some new Technology that i have come across
PuriFile
and sanitization of digital files, preventing the loss of critical data and
ensuring business continuity for government and commercial customers. Built to
protect your inbox and halt release of sensitive information, PuriFile
inherently understands your email, Microsoft Word, PowerPoint, Excel, PDF, and
image files, so it can provide thorough email and file inspection and
sanitization while maintaining the integrity of your network and information.
enterprise server application designed by Microsoft to run on Windows Servers.
MXS supports organizational email, contacts and tasks, calendar, data storage
and web based and mobile information access. By residing on an organizational
endpoint – the Exchange Server, PuriFile can provide email security through identification
and remediation of content entering and exiting through your organizations
communication lifeline, provide Data Loss Prevention and mitigate Zero-Day
attacks.
How it Works
Programming Interface (API), as well as information and resources to extend
Microsoft Exchange Server allowing for the customization of a unique customer
focused email environment.
PuriFile plugin provides Data Loss Prevention, limits Zero-Day attacks and
controls content leaving an organization.
Highly configurable, PuriFile is capable of identifying content within
email and attachments based on well-defined policies and takes corrective
action to alert the recipient and sender to remediate violations.
PuriFile is capable of scanning incoming and outgoing email to identify suspect
content based on an organizational policy. When an individual receives an email
or attempts to send email to a recipient, the PuriFile engine scans the content
and attachments checking for violations. In the event a violation is detected,
the recipient/sender is alerted and is able to take corrective action to accept
or modify the content prior to it being received or sent to the recipient:
message scanning, PuriFile is able to provide scanning and insight into content
residing in email attachments. When an individual receives or completes an
email and attempts to send it to the recipient, PuriFile scans the message
along with any attachments and checks for violations. In the event of a
violation in the attachment, the PuriFile engine replaces the content with a
text file identifying the violations. A return notification is sent back to the
sender along with the text file of violations.
The user will then be given an opportunity to review the violations and
address as appropriate. Once all violations are addressed, the email is
reprocessed for reading or sent on to the recipient:
Replacing Attachments mode. Rather than alerting the recipient/sender of
content in violation, the Message Cleansing capability cleanses the offending
content from the document. When an individual receives or completes an email
and attempts to send it to the recipient, PuriFile scans the message along with
any attachments and checks for violations. In the event of a violation in the
attachment, the PuriFile engine removes the content from the file prior to
reading or sending the offending file.
malicious content, effectively halting in excess of 90% of zero-day attacks.
Combined with an effective Anti-Virus/Anti-Malware solution organizations will
have gained the upper hand on virulent viruses and malware.
support) for doing the beta test for us.