<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>Shafer Consulting</title>
	
	<link>http://www.shaferconsulting.com/news</link>
	<description>Small Computer System News, Views and Security</description>
	<lastBuildDate>Fri, 23 Oct 2009 15:58:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/ShaferConsulting" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Wireshark for Network Management</title>
		<link>http://www.shaferconsulting.com/news/wireshark-for-network-management</link>
		<comments>http://www.shaferconsulting.com/news/wireshark-for-network-management#comments</comments>
		<pubDate>Thu, 22 Oct 2009 16:40:48 +0000</pubDate>
		<dc:creator>mike.shafer</dc:creator>
		<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/hsphere/local/home/mbshafer/shaferconsulting.com/news/wp-content/plugins/autometa/autometa.php</b> on line <b>300</b><br />
		<category><![CDATA[IT for SMB]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.shaferconsulting.com/news/wireshark-for-network-management</guid>
		<description><![CDATA[<a href=http://www.shaferconsulting.com/news/wireshark-for-network-management><img src=http://www.shaferconsulting.com/news/wp-content/uploads/2009/10/wsbadgewiki64-2.png class=imgtfe hspace=5 align=left width=100  border=0></a>
An edited version of this article was originally printed in the May 2009 edition of Hakin9 Magazine under Tool Reviews. As an IT consultant I frequently need to monitor and analyze network traffic. Wireshark is easily the tool of choice.
Introduction:
The great white is one of the undisputed masters of the open seas and with knowledge [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="wsbadgewiki64" align="right" src="http://www.shaferconsulting.com/news/wp-content/uploads/2009/10/wsbadgewiki64-2.png" width="186" height="64" /></p>
<p>An edited version of this article was originally printed in the May 2009 edition of Hakin9 Magazine under Tool Reviews. As an IT consultant I frequently need to monitor and analyze network traffic. Wireshark is easily the tool of choice.</p>
<p><strong>Introduction:</strong><br />
The great white is one of the undisputed masters of the open seas and with knowledge and training Wireshark can help the network admin or consultant master that sea of data that flows across the networks of the world. Originally developed by Gerald Combs in 1998 and available as free/open source software under the name Ethereal, the project grew to encompass many programmers over the years and was renamed Wireshark in June 2006. </p>
<p>Wireshark is considered to be one of the premier protocol analysis tools with eWeek Labs in 2007 listing it among “The Most Important Open-Source Apps of All Time.” Wireshark is free/open source software with versions available for Linux, Microsoft Windows and Mac OS X at <a href="http://www.wireshark.org" target="_blank">http://www.wireshark.org</a></p>
<p>As an essential element of the toolkit of any network professional, Wireshark provides the tools to capture and analyze network traffic or to perform analysis on network captures provided by tools such as tcpdump, tshark, EtherPeak and a wide range of others.</p>
<p><strong>Installation:</strong><br />
Installation is platform dependent but easily done using the appropriate method such as the Windows installer package or for the more adventurous by the compiling the program from the source code. Linux users should use the method appropriate to the distribution they are using such as apt-get or rpm. The download page at wireshark.org covers the options and installation methods for the more common platforms.</p>
<p><strong>First Runs:</strong><br />
With Wireshark installed you&#8217;re ready to do your first packet captures so let&#8217;s go. The easiest method is to use the main toolbar (the set of icons directly below the text menu headings) and left-click on the left-most icon that looks like NIC with a small white list box on it. This will open the “Capture interfaces” dialog box which will show the interfaces that Wireshark is recognizing, a description, the IP, and a column showing packet activity for each. </p>
<p>To begin capturing packets just left-click on the start button for the the interface you want. Wireshark will now begin capturing packets for that interface and show the results in the packet list pane that is part of the main window. On a busy network this will quickly fill with all the network noise including routing protocols, spanning-tree from switches and arp requests. Somewhere amidst the turmoil are the packets you&#8217;re looking for.</p>
<p><strong>Managing the Packet Capture:<br /></strong>Wireshark thoughtfully provides two primary methods to save filling your hard drive and drawing down your patience in analyzing all that network noise. On the front end the analyst can deploy capture filters that as the name would imply limit what packets Wireshark actually brings up from the NIC and includes in the capture archive. If for example you know you have no interest in the all that chatty spanning-tree traffic between switches you can deploy a capture filter to tell Wireshark to ignore those packets. This provides several benefits in that your capture data set will be reduced making analysis much quicker and efficient and the saved captures will make for smaller files.</p>
<p><strong>Finding Needles in Haystacks:</strong><br />
Even with a good set of capture filters in place a busy network will generate a lot of packets so how do we as network analysts save our patience and find specific packets or groups of packets. Enter the second powerful feature that of using display filters. Whereas capture filters actually limit what packet types will be included in the capture set the display filter only controls what is shown in the packet list pane. The actual capture set isn&#8217;t altered and remains intact. For example let&#8217;s say that in my haste I didn&#8217;t filter out the spanning-tree traffic and now my 15 minute capture set has some critical packets all of which are somewhere in that sea of STP dribbling down the page causing my vision to blur. Relief is as close as typing “!(stp)” in the “Filter:” box and clicking apply. The packet list pane will now show all traffic that was captured except for spanning-tree.</p>
<p><strong>Analysis and Statistics:</strong><br />
Wireshark provides an excellent set of tools to analyze the packet capture set the discussion of which is too lengthy for an introductory article. I would note that it&#8217;s well worth the efforts to spend some time working through the options provided as a wealth of information can be drawn from the capture set that can be instrumental in resolving a myriad of network issues including performance and security.</p>
<p><strong>Conclusion:</strong><br />
As an independent IT consultant to small businesses and similar organizations I&#8217;ve been using Wireshark and it&#8217;s fore-runner Ethereal since around 2001 and consider it the most important tool in my kit for resolving networking issues.</p>
<p>A simple example is a government customer with a staff of about 12 on a small LAN had a new “big-brand-name” combination copier, printer and scanner installed. The day after the installation the manager sent me an email saying that when I had a chance to check out the network as it was definitely acting just a tad more sluggish. A 60 second capture set with Wireshark showed that the network was not only busily handling its normal load of TCP/IP traffic but was awash in both AppleTalk and IPX/SPX. Seeing how we had neither any Macs or Netware servers on the network inquiring minds wanted to know the source of this bothersome gibberish. A quick analysis of the packets revealed the offending traffic all originating from the IP assigned to the new multifunction machine. A short walk through the network settings dialog screens for the multifunction box showed that the tech had simply left the defaults on which where to use IPv4, AppleTalk and IPX/SPX. Two quick taps to disable the latter two and Wireshark showed the network no longer bothered by unnecessary traffic and the performance slightly improved.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaferconsulting.com/news/wireshark-for-network-management/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco for Small Business – An Example Network Case Study</title>
		<link>http://www.shaferconsulting.com/news/cisco-for-small-business-an-example-network-case-study</link>
		<comments>http://www.shaferconsulting.com/news/cisco-for-small-business-an-example-network-case-study#comments</comments>
		<pubDate>Tue, 30 Jun 2009 13:03:57 +0000</pubDate>
		<dc:creator>mike.shafer</dc:creator>
		<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/hsphere/local/home/mbshafer/shaferconsulting.com/news/wp-content/plugins/autometa/autometa.php</b> on line <b>300</b><br />
		<category><![CDATA[All:Recent]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[IT for SMB]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.shaferconsulting.com/news/cisco-for-small-business-an-example-network-case-study</guid>
		<description><![CDATA[<a href=http://www.shaferconsulting.com/news/cisco-for-small-business-an-example-network-case-study><img src=http://www.shaferconsulting.com/news/wp-content/uploads/2009/07/cisco.2621xm.router-150x150.jpg class=imgtfe hspace=5 align=left width=100  border=0></a>This article is part 2 of a 2 part series: Part 1 is at Why Is Cisco Equipment a Smart Investment for Small Businesses?
Moving from the broad over view lets now move into demonstrating some of the direct benefits of the more commonly implemented features of Cisco router and switches by using a simple, small [...]]]></description>
			<content:encoded><![CDATA[<p>This article is part 2 of a 2 part series: Part 1 is at <a href="http://www.shaferconsulting.com/news/why-is-cisco-equipment-a-smart-investment-for-small-businesses">Why Is Cisco Equipment a Smart Investment for Small Businesses?</a></p>
<p>Moving from the broad over view lets now move into demonstrating some of the direct benefits of the more commonly implemented features of Cisco router and switches by using a simple, small office scenario as a case study.</p>
<p>Typical of a small organization is there are departments for financial matters, marketing and sales and one or more managers. The personnel in each of these areas has specific computer function and data needs with some being in common such as Internet access and others being necessarily limited to certain workers such as access to financial data.</p>
<p>Let&#8217;s assume we&#8217;re a consulting firm that&#8217;s been hired to design this network and as the the first step we have met with the key managers to develop a list of criteria for each department in regards to computer resources, security and performance. In our meeting we agreed to the following goals.</p>
<h4>Network Design Goals and Numbers</h4>
<p>Overall:</p>
<p>A reasonable level of network security. This particular business isn&#8217;t subject to any set of specific regulations such as HIPAA but management well understands that good security practices are both a sound investment in protecting the company&#8217;s IT assets, the company image and as a deterrent against legal proceedings. It was agreed that the following basic security procedures are to be implemented.</p>
<p>- Centralized anti-virus on a server that can &#8220;push-out&#8221; anti-virus software to all client machines on the network and can monitor and update those clients as needed.</p>
<p>- Only those services that are required in general will be permitted to pass through the various router interfaces and all others will be blocked. Core external (Internet/WAN side) services were identified as HTTP and HTTPS (web/secure web), SMTP and POP3 (email services), DNS (domain name lookup) and FTP (file transfers).</p>
<p>All Personnel:</p>
<p>1. Internet access for web services, email and file transfers.<br />
2. Each employee will have an area on the server for storage of personal files that is accessible only by them, managers and IT staff.</p>
<p>Managers: Subnet 172.10.8.0/24</p>
<p>1. Unlimited access to all computer resources and data.</p>
<p>Sales and Marketing: Subnet 172.10.9.0/24</p>
<p>1. Access to the server based CRM (Customer Relationship Management) software.</p>
<p>Accounting and Finance: Subnet 172.10.10.0/24</p>
<p>1. Access to the server based accounting software and financial records. All other personnel restricted with no access.</p>
<h4>Hardware and Software</h4>
<p>To implement our case scenario the following equipment and software is ordered, placed and wired with Category 5E cable. Our equipment list includes:</p>
<ol>
<li>One server running a server operating system such as Microsoft 2003 Server or an appropriate Linux distribution such as Red Hat or SUSE for use as a file server at address 172.10.8.2/24</li>
<li>One server running a server operating system such as Microsoft 2003 Server or an appropriate Linux distribution such as Red Hat or SUSE for use as an application server running the accounting package at address 172.10.10.2/24.</li>
<li>One Cisco 2621XM router using the two Fast Ethernet interfaces with no other modules/cards installed.</li>
<li>One Cisco Catalyst 2950 &#8211; 48 port switch.</li>
</ol>
<p>Given that the focus of this article is in how we utilize the Cisco router and switch to achieve our goals I&#8217;m won&#8217;t go into any detail as to server configuration. Suffice to say both Microsoft and Linux servers can be configured to provide appropriate access control through the use of user and group level permissions.</p>
<h4>Implementation</h4>
<p><img hspace="10" alt="cisco.2621xm" vspace="10" align="right" src="http://www.shaferconsulting.com/news/wp-content/uploads/2009/07/cisco.2621xm.router.jpg" width="450" height="175" />As the first step in implementing our network design we&#8217;ll look at the configuration of the Cisco 2621XM router. This router has two Fast Ethernet interfaces, referred to as FA0/0 and FA0/1, built in which are what we&#8217;ll be using for our network.</p>
<p>On the WAN (Wide area network) side we&#8217;ll connect the cable from the Internet Service Provider&#8217;s hardware (DSL, cable modem etc) Ethernet interface into FA0/0 of our router and run a cat 5e cable from router interface FA0/1 to port FA0/1 on our Cisco Catalyst 2950 switch.</p>
<p>We now have a setup where the insecure side of the WAN (Internet) enters into the router on interface FA0/0, the secure trusted network (LAN) connects to router interface FA0/1 and any traffic between them passes through the router. It&#8217;s on these interfaces we can at the simplest level implement ACLs (Access Control Lists) to meet one of our basic security goals.</p>
<p>(As an aside if the router is running IOS 12.4(6)T and later we can take advantage of the newer Cisco zone based firewall features which offer an even richer and more granular way to control traffic.)</p>
<p>Starting with the WAN side interface (FA0/0) we would build an ACL only allowing the HTTP, HTTPS, SMTP, POP3, DNS and FTP protocols while restricting all others. With this in place we have significantly improved our security profile by vastly limiting the &#8220;attack surface&#8221; which in this case is the number of ports open to the insecure/WAN side of the network. Also given it&#8217;s likely we only have a single public IP but have numerous devices on the trusted LAN that wish to connect to Internet based resources we would implement Port Address Translation (PAT) to provide the mapping of the multiple internal addresses to the single public address.</p>
<h4>VLan Setup</h4>
<p>Before moving to the configuration of FA0/1 interface of the router we need to outline the basics of the LAN design. To implement our desired internal security/access control goals we will use a combination of VLans (virtual LANs) on the switch and access control lists (ACLs) on the LAN side router interface (FA0/1).</p>
<p>For those not familiar a VLan is a software level method that allows a switch to be configured such that it can have groups of ports divided such that each group can be assigned to a different subnet (network level address) yielding a number of benefits. Our primary interest here is that by having the various groups of users on different subnets we can add an additional level of control over access to server resources and files. Specifically we will create the following VLans and correlate them with the following subnets.</p>
<p>VLan 8 : 172.10.8.0/24 &#8211; Managers<br />
VLan 9 : 172.10.9.0/24 &#8211; Sales &amp; Marketing<br />
VLan 10 : 172.10.10.0/24 &#8211; Accounting and Finance</p>
<p>Because a Catalyst 2950 is only a layer 2 switch (doesn&#8217;t have layer 3 routing capabilities) we have to use the LAN side router interface (FA0/1) to provide routing between the VLans via a configuration somewhat humorously known as a &#8220;router on a stick!&#8221; In sum the router interface is configured with three sub-interfaces with one each assigned an address within one of the network address ranges and corresponding VLan number. To clarify using an example we could configure a sub-interface for VLan 8 using the following commands. (Router configuration commands are enclosed in quotes)</p>
<p>&#8220;interface fa0/1.08&#8243; : This creates the sub-interface<br />
&#8220;encapsulation dot1q 8&#8243; : Set encapsulation to 802.1q and assign this interface to VLan 8<br />
&#8220;ip address 172.10.8.1 255.255.255.0&#8243; : Set the IP address for the interface to network 172.10.8 and for host address 1.</p>
<p>We would then create two more sub-interfaces for the remaining two VLans/subnets in a similar fashion.</p>
<p>Note: 802.1q or VLan tagging is a method that allows correlation of packets to a specific VLan.</p>
<p>Now with the router configured we need to do a bit of magic (configuration) on the switch by making the Fast Ethernet port of the switch connecting to the LAN side interface of the router into what&#8217;s referred to as a trunking port. In sum a trunking port recognizes packets from all VLans and allows then to pass over the cable to the router and back. This configuration allows packets to move between the several VLans/subnets unless otherwise restricted as we illustrate in the following.</p>
<h4>Meeting Design Goals</h4>
<p>Let&#8217;s return to our design specification above where we wanted to restrict traffic to the accounting package server at address 172.10.10.2 to only the members of the Accounting and Finance group. Notice we assigned this group to VLan 10 with the subnet of 172.10.10.0/24 thus appropriately placing the users and server on the same network. This provides a faster response for the users and removes unnecessary traffic from having to traverse the LAN side router interface of FA0/1.</p>
<p>Moreover we can easily met our design goal by using an appropriate ACL to prevent traffic from the Sales and Marketing subnet from entering the Accounting and Finance VLan (10). Other design goals for restricting traffic would be implemented in a similar fashion.</p>
<h4>Wrapping Up</h4>
<p>The above scenario may seem overly complex but in fact is a configuration that an experienced Cisco technician could implement in less than an hour or two. Although we have only &#8220;scratched the surface&#8221; of the capabilities for controlling traffic, improving performance and implementing security we have accomplished a fair amount in building a solidly performing network that can easily be expanded to accommodate growth.</p>
<p>Moreover this need not be vastly more expensive as the Cisco hardware described above can currently be bought in used but excellent condition on eBay from a reputable dealer for under $300 USD. Considering that a low-end &#8220;router&#8221; and switch would run about $100 or so the differential of $200 is rather insignificant for the benefits obtained from having real professional level equipment.</p>
<p>Hopefully, by my case example above, you as the owner and/or manger of a small business or similar sized organization will begin to see using real professional networking equipment such as that produced by Cisco in a new, and very favorable light. As an IT professional I can vouch there&#8217;s a lot more cost to a network then the purchase price and those bargain basement routers and switches are in fact a very expensive choice!</p>
<p>To your networking and business success!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaferconsulting.com/news/cisco-for-small-business-an-example-network-case-study/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Why Is Cisco Equipment a Smart Investment for Small Businesses?</title>
		<link>http://www.shaferconsulting.com/news/why-is-cisco-equipment-a-smart-investment-for-small-businesses</link>
		<comments>http://www.shaferconsulting.com/news/why-is-cisco-equipment-a-smart-investment-for-small-businesses#comments</comments>
		<pubDate>Sun, 28 Jun 2009 21:57:44 +0000</pubDate>
		<dc:creator>mike.shafer</dc:creator>
		<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/hsphere/local/home/mbshafer/shaferconsulting.com/news/wp-content/plugins/autometa/autometa.php</b> on line <b>300</b><br />
		<category><![CDATA[All:Recent]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[IT for SMB]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.shaferconsulting.com/news/why-is-cisco-equipment-a-smart-investment-for-small-businesses</guid>
		<description><![CDATA[Having worked at IT consulting on a part time basis since 1986 and full-time for the past seven years I&#8217;ve had the opportunity to work with a lot of small to mid-sized organizations varying in size from the one person home office to entities with revenues in the mid-eight figure range and just under 100 [...]]]></description>
			<content:encoded><![CDATA[<p>Having worked at IT consulting on a part time basis since 1986 and full-time for the past seven years I&#8217;ve had the opportunity to work with a lot of small to mid-sized organizations varying in size from the one person home office to entities with revenues in the mid-eight figure range and just under 100 employees.</p>
<p>At first blush there would seem to be vast differences in the networking needs of each but in fact I would argue there&#8217;s not. At least not in my opinion. Fact is I recommend Cisco equipment for the smallest home office and up and the reasoning is simple. In today&#8217;s world a solid IT infrastructure is a given for essentially every organization and there&#8217;s a whole lot of reasons to standardize on Cisco equipment and the related software. Let&#8217;s take a look at those reasons and see if you agree.</p>
<p>Out of the gate it&#8217;s hard to argue that Cisco isn&#8217;t one of the leading names in the world of networking hardware being a first rate manufacturer of routers, switches and related networking gear. In fact Cisco is in many ways a De Facto standard by which competitors are measured.</p>
<p>Moreover the Cisco certifications for networking expertise such as the CCNA (Cisco Certified Network Associate), CCNP (Cisco Certified Network Professional, and the &#8220;Doctorate&#8221; of networking, the CCIE (Cisco Certified Internet Expert) are well respected designations with corresponding levels of increasing difficulty to obtain. Designations that go a good way towards guaranteeing that the IT technician thus certified has the corresponding level of knowledge to perform the configuration and maintenance of Cisco networks the organization requires.</p>
<p>No other manufacturer of networking equipment for the small to medium business can compare in the range of equipment offered and the related programs to certify the support personnel. From my point of view there&#8217;s a lot of value in that fact alone and the reasoning is simple and centers primarily on one concept; TOC or Total Cost of Ownership.</p>
<h4>Total Cost of Ownership</h4>
<p>TOC was all the rage a few years back and perhaps is considered &#8220;old-hat&#8221; these days. Not-with-standing that Total Cost of Ownership isn&#8217;t the latest shiny toy in the world of IT marketing circles it&#8217;s a valid and highly useful concept for considering the real long-term cost of any business investment.</p>
<p>Total Cost of Ownership, as the name implies takes into consideration not only the initial investment but the less than obvious costs such as those to have the initial configuration done in setting up the network and the cost of ongoing maintenance and modifications as networks grow and change. TOC helps us guard against being penny-wise and pound-foolish! Let&#8217;s consider the real long-term costs of your networking investment.</p>
<h4>Costs of Building the Network</h4>
<p>When building a new network the most obvious issue is the initial investment to purchase the equipment but the somewhat hidden cost is that for creating a workable network that meets the present and near-future needs of the organization. The assumption I often see, understandably, is that a router is a router is a&#8230;.. not so! Real routers and switches can do things, important things, that the $50 dollar deal calling itself a router or switch at the local hardware retailer couldn&#8217;t dream of doing. Things that matter now and probably even more so as the entity grows.</p>
<p>When one measures the cost of the installation and configuration at rates typical of professional IT consultants it becomes readily apparent that a significant up front cost factor is for the latter and in fact less expensive, low-end equipment is often harder to install and configure correctly due to it&#8217;s limited capacity leading to even higher installation costs. In short the small savings for low-end equipment is quickly lost in the lack of configurability and the increased cost for IT support services.</p>
<h4>Long-term Benefits</h4>
<p>Let&#8217;s consider a short list of the long-term benefits of using an industry standard like Cisco.</p>
<p>1. Standardization: Cisco equipment runs on their proprietary software known as IOS (Internet Operating System). While new versions are developed on a regular basis to build in additional features the core commands for routing and switching remain largely unchanged. There&#8217;s no new interface or base command set to learn if you upgrade a router or switch. The existing configurations can be largely or completely moved to the new equipment and all will work as expected.</p>
<p>2. Configuration Options: The IOS offers a range of configuration options not found in low end equipment that is typically marketed to the small to medium business sector. Features such as ACLs (access control lists), VLans (virtual LANs) and QOS (quality of service) that allow the equipment to be configured for faster, more efficient, and in to days threat environment, more secure operations.</p>
<p>3. Modular Interface Configuration: Cisco&#8217;s line of modular routers such as the 1700, 1800, 2600 and 3600 series allow simple and efficient modification of what modules and networking interfaces are present. Modular configuration allows creating, and in the future recreating, the features and interfaces to meet your organization&#8217;s needs. Interface modules/cards include serial, Ethernet, Fast Ethernet, ATM, BRI-ISDN, PRI, T-1 and Voice options to meet the present and changing network traffic type demands.</p>
<p>4. Simplified Security and Accounting: Software packages such as the Security Device Manager and Access Control Server make the three A&#8217;s, Authentication, Authorization, and Accounting, even easier to setup and maintain giving organizations of alls sizes the features necessary for basic to advanced security for those who need to meet compliance requirements.</p>
<p>While each of the above topics could be discussed in depth, and will in future articles, we hope the preceding has prompted you to consider your current and future networking investments in a broader light and to consider Cisco equipment as the right choice. As an IT professional I can vouch there&#8217;s a lot more cost to a network then the purchase price and those bargain basement routers and switches are in fact a very expensive choice!</p>
<p>This article is part 1 of a 2 part series: Part 2 is at <a href="http://www.shaferconsulting.com/news/cisco-for-small-business-an-example-network-case-study">Cisco for Small Businesses-An Example Network Case Study</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaferconsulting.com/news/why-is-cisco-equipment-a-smart-investment-for-small-businesses/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Conflicker Worm Will Not Cause the World to End!</title>
		<link>http://www.shaferconsulting.com/news/conflicker-worm-will-not-cause-the-world-to-end</link>
		<comments>http://www.shaferconsulting.com/news/conflicker-worm-will-not-cause-the-world-to-end#comments</comments>
		<pubDate>Tue, 31 Mar 2009 14:26:02 +0000</pubDate>
		<dc:creator>mike.shafer</dc:creator>
		<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/hsphere/local/home/mbshafer/shaferconsulting.com/news/wp-content/plugins/autometa/autometa.php</b> on line <b>300</b><br />
		<category><![CDATA[All:Recent]]></category>
		<category><![CDATA[PC Security]]></category>
		<category><![CDATA[conflicker]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.shaferconsulting.com/news/conflicker-worm-will-not-cause-the-world-to-end</guid>
		<description><![CDATA[With the Conflicker worm having become the latest of the Internet scares being propagated by the main stream news media we thought it essential to cover this topic a bit. The Conflicker worm is programmed so that infected machines attempt to update themeselves periodically with the next known update being for April 1, 2009. That [...]]]></description>
			<content:encoded><![CDATA[<p>With the Conflicker worm having become the latest of the Internet scares being propagated by the main stream news media we thought it essential to cover this topic a bit. The Conflicker worm is programmed so that infected machines attempt to update themeselves periodically with the next known update being for April 1, 2009. That doesn&#8217;t mean the world will end!</p>
<p>First thing to consider is that Conflicker, like most of the malware (malicious software) released to the Internet in the past 5-6 years, is *not* likely to do any real, irreversible damage to your computer systems. It&#8217;s essential to understand that the programmers creating most modern malware are profit driven and see this as a business. They&#8217;re not going to make money by destroying computers. What they *do* want to achieve is to be able to use others computer systems for illegal activities which is most commonly for sending spam.</p>
<p>Case in point is that Dean Turner of Symantec Security says he doubts there will be substantial cyber disaster. More than likely the internet will not go down, the makers of Conflicker C are profit driven and need the computers in the botnet to make money for them by sending out spam emails and so on. Paul Ferguson of Trend Micro agrees. He says these people, &#8220;don&#8217;t want to bring down the infrastructure. That would not allow them to continue to carry out their scams.&#8221;</p>
<p>I hope you&#8217;re convinced (and relieved) that the world (or more directly the Internet) is unlikely to end on April 1, 2009 or anytime thereafter because of the actions of malware programmers. Either way most people want to know that their computer system is secure and they&#8217;re protected with which I heartily agree.</p>
<p>Let&#8217;s look at (1)a quick check list of items that will need to be in place to protect your computer system(s) and (2) how to check to see if your system might already be infected.</p>
<p>(Note: Clients of Shafer Consulting that have an active service agreement are protected as all updates and anti-virus protection are checked/executed as part of the monthly services items.)</p>
<p>Check the following to see if your protection is current:</p>
<p>1. Microsoft Windows updates should always be current. Microsoft released the initial fix for this back in October. If your Microsoft Windows computer is being updated regulary this patch should have been installed in the next update you did after mid-October 2008. If you really want to verify the update was applied then in your Windows machine go to the &#8220;Start&#8221; icon and then &#8220;Control Panel -&gt; Add or Remove Programs&#8221; (Note: Depending upon the menu choice you&#8217;re using you may have to use &#8220;Start -&gt; Settings &#8211; Control Panel -&gt;Add or Remove Programs&#8221;)</p>
<p>Once in the &#8220;Add or Remove Programs&#8221; area check the box at the top of the page that is titled &#8220;Show updates&#8221;. With this item selected you will now be able to see all the installed programs and the Windows updates that have been installed. You want to verify that KB958644 has been installed.</p>
<p>2. Anti-Virus: In today&#8217;s connected world *no* computer should be without anti-virus software. Moreover it&#8217;s essential to make sure that the anti-virus software is regularly updating the virus signatures. Typically when you open the anti-virus software you will see a place that gives the date of the last update or the date of the signatures database. Make sure this is less than several days old at most. If older than several days run the &#8220;update&#8221; option and make sure it worked! A full scan of your computer probably isn&#8217;t a bad idea either when not in use such as during lunch or at the end of the day.</p>
<p>A simple check for current infection:</p>
<p>1. Try contacting one of the links below that connect to well known anti-virus vendors. Conflicker is setup to block access to the most commonly known anti-virus vendor sites such as McAfee, Symantec and Kaspersky. If you can reach these websites you&#8217;re machine is likely *not* infected.</p>
<p><a href="http://www.mcafee.com" target="_blank">http://www.mcafee.com</a><br />
<a href="http://www.symantec.com" target="_blank">http://www.symantec.com</a></p>
<p>If you think you might have an infected machine McAfee (the anti-virus company) has a special version of their &#8220;Stinger&#8221; malware removal tool that is being updated daily. It can be downloaded at:</p>
<p><a href="http://www.majorgeeks.com/McAfee_AVERT_Stinger_Conficker__d6157.html" target="_blank">http://www.majorgeeks.com/McAfee_AVERT_Stinger_Conficker__d6157.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaferconsulting.com/news/conflicker-worm-will-not-cause-the-world-to-end/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stimulus Bill and Leasing</title>
		<link>http://www.shaferconsulting.com/news/stimulus-bill-and-leasing</link>
		<comments>http://www.shaferconsulting.com/news/stimulus-bill-and-leasing#comments</comments>
		<pubDate>Fri, 27 Feb 2009 16:06:48 +0000</pubDate>
		<dc:creator>mike.shafer</dc:creator>
		<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/hsphere/local/home/mbshafer/shaferconsulting.com/news/wp-content/plugins/autometa/autometa.php</b> on line <b>300</b><br />
		<category><![CDATA[Business Thoughts & Trends]]></category>
		<category><![CDATA[leasing]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.shaferconsulting.com/news/?p=37</guid>
		<description><![CDATA[<a href=http://www.shaferconsulting.com/news/stimulus-bill-and-leasing><img src=http://www.shaferconsulting.com/news/wp-content/uploads/2009/06/trendline-climber-150x150.jpg class=imgtfe hspace=5 align=left width=100  border=0></a>Whatever your feelings are regarding the massive stimulus bill that has been signed into law, there is one thing that directly benefits businesses. The 179 Rule has reverted back to the 2008 levels, meaning that there is 50% bonus depreciation for the year and the maximum deduction amount went from $125,000 back to $250,000. While [...]]]></description>
			<content:encoded><![CDATA[<p><img height="382" alt="trendline-climber" hspace="10" src="http://www.shaferconsulting.com/news/wp-content/uploads/2009/06/trendline-climber.jpg" width="300" align="right" vspace="10" />Whatever your feelings are regarding the massive stimulus bill that has been signed into law, there is one thing that directly benefits businesses. The 179 Rule has reverted back to the 2008 levels, meaning that there is 50% bonus depreciation for the year and the maximum deduction amount went from $125,000 back to $250,000. While it is still early in the year and the economy is unpredictable, businesses can directly benefit from tax deductions for leasing new and used equipment.</p>
<p>Note: Business Tips &amp; Trends posts are provided for informational purposed only. As always, anyone wishing to pursue ideas provided here should contact a professional in the appropriate field.</p>
<p>Business Tip provided by Mike Jones of First Pacific Funding, Inc. Mike can be reached at 1-866-926-5575 x 204</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaferconsulting.com/news/stimulus-bill-and-leasing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cybercrooks Know This</title>
		<link>http://www.shaferconsulting.com/news/cybercrooks-know-this</link>
		<comments>http://www.shaferconsulting.com/news/cybercrooks-know-this#comments</comments>
		<pubDate>Sat, 03 May 2008 20:13:12 +0000</pubDate>
		<dc:creator>mike.shafer</dc:creator>
				<category><![CDATA[PC Security]]></category>
		<category><![CDATA[cybercrime]]></category>
		<category><![CDATA[kaspersky]]></category>

	<!-- AutoMeta Start -->
	<category />
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.shaferconsulting.com/news/?p=25</guid>
		<description><![CDATA[We&#8217;ve all heard of Internet related crime. It almost sounds like there&#8217;s a bad-dude or two hiding under your mouse pad. Not quite but have you considered that they just might have a program or two on your computer doing their dirty work?
Eugene Kaspersky, founder and CEO of Kaspersky Lab, gives an insider&#8217;s view to [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve all heard of Internet related crime. It almost sounds like there&#8217;s a bad-dude or two hiding under your mouse pad. Not quite but have you considered that they just might have a program or two on your computer doing their dirty work?</p>
<p>Eugene Kaspersky, founder and CEO of Kaspersky Lab, gives an insider&#8217;s view to the Internet <a href="http://www.shaferconsulting.com/paper/cybercrime/kaspersky-cybercrime-ecosystem.01.shtml">Cybercrime Ecosystem</a> and the quick and dirty on the how&#8217;s and why&#8217;s. </p>
<p>Read this and you might come away with a whole new outlook on Internet security. Either way it&#8217;s and interesting insight into the world of professional computer crime and it&#8217;s effects on everyone.</p>
<p>Go to <a href="http://www.shaferconsulting.com/paper/cybercrime/kaspersky-cybercrime-ecosystem.01.shtml">Cybercrime Ecosystem</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaferconsulting.com/news/cybercrooks-know-this/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update Java on Your Windows Computer</title>
		<link>http://www.shaferconsulting.com/news/update-java-on-your-windows-computer</link>
		<comments>http://www.shaferconsulting.com/news/update-java-on-your-windows-computer#comments</comments>
		<pubDate>Tue, 25 Mar 2008 14:41:07 +0000</pubDate>
		<dc:creator>mike.shafer</dc:creator>
				<category><![CDATA[PC Security]]></category>

	<!-- AutoMeta Start -->
	<category />
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.shaferconsulting.com/news/update-java-on-your-windows-computer</guid>
		<description><![CDATA[<a href=http://www.shaferconsulting.com/news/update-java-on-your-windows-computer><img src=http://assets/images.news/java.jpg class=imgtfe hspace=5 align=left width=100  border=0></a>Security vulnerabilities recently discovered in the Java software found on most Windows computers requires an update.
The update is easily done in a minute or two and given the severity of the security issues is highly advisable.

Video instructions here: Java Update Video and step-by-step instructions below.


Go to &#8220;Start&#8221; and select either &#8220;Control Panel&#8221; OR &#8220;Settings&#8221; -&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>Security vulnerabilities recently discovered in the Java software found on most Windows computers requires an update.</p>
<p>The update is easily done in a minute or two and given the severity of the security issues is highly advisable.</p>
<p>
Video instructions here: <a href="http://www.shaferconsulting.com/video/java-upate/java-update.html" target="_blank">Java Update Video</a> and step-by-step instructions below.</p>
<ol>
<li style="list-style: none"></li>
<li>Go to &#8220;Start&#8221; and select either &#8220;Control Panel&#8221; OR &#8220;Settings&#8221; -&gt; &#8220;Control Panel&#8221; depending upon which start menu view you are using.</li>
<li>Once in the Control Panel screen look for an item marked &#8220;Java&#8221; with this icon <img src="http://assets/images.news/java.jpg" /> and double-click it to open the Java console.</li>
<li>On the top row tabs will be a choice marked &#8220;Update&#8221;. Click that to open the Update panel.</li>
<li>On this panel will be a button marked &#8220;Update Now&#8221;. Click that and following the update instructions. In the case of the video my computer was already updated.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.shaferconsulting.com/news/update-java-on-your-windows-computer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PayPal Phish – Ticket to Disaster</title>
		<link>http://www.shaferconsulting.com/news/paypal-phish-ticket-to-disaster</link>
		<comments>http://www.shaferconsulting.com/news/paypal-phish-ticket-to-disaster#comments</comments>
		<pubDate>Wed, 07 Jun 2006 05:02:06 +0000</pubDate>
		<dc:creator>mike.shafer</dc:creator>
				<category><![CDATA[Phishing]]></category>

	<!-- AutoMeta Start -->
	<category />
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.shaferconsulting.com/news/paypal-phish-ticket-to-disaster</guid>
		<description><![CDATA[<a href=http://www.shaferconsulting.com/news/paypal-phish-ticket-to-disaster><img src=http://www.shaferconsulting.com/assets/images.news/paypal.phish.gif class=imgtfe hspace=5 align=left width=100  border=0></a>If you&#8217;ve been on the Internet more than a month or two, you&#8217;ve likely by now received an email similar to the one below. The emails almost always predict some dire consequences and horrible fate to those who fail to comply immediately. Be advised &#8211; the dire consequences and horrible fate only await those who [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been on the Internet more than a month or two, you&#8217;ve likely by now received an email similar to the one below. The emails almost always predict some dire consequences and horrible fate to those who fail to comply immediately. Be advised &#8211; the dire consequences and horrible fate only await those <strong>who do</strong> reply to such emails.</p>
<p>The email shown here is what is known as &#8220;a phish&#8221; or &#8220;phishing attack.&#8221; While this one in particular is an attack on those having a PayPal account, phishing attacks have been conducted on virtually all well known financial institutions including banks and credit unions.</p>
<p>To get an understanding of how this is  done let&#8217;s dissect this rascal and see what&#8217;s behind the scenes!</p>
<p><img src="http://www.shaferconsulting.com/assets/images.news/paypal.phish.gif" /></p>
<p>Those familiar with the PayPal service and its  logos will likely agree this looks very official, and indeed it should as the attacker is actually using PayPal&#8217;s logos from www.paypal.com. For example here&#8217;s the HTML code (the language used to create web pages) from the email for the PayPal logo at the top of the page. If you click on the underlined part of the item below you will see that it takes you to the actual PayPal logo at the <strong>real</strong> PayPal site of paypal.com.</p>
<blockquote><p>&lt; img src=&#8221;http://images.paypal.com/en_US/i/logo/email_logo.gif&#8221; alt=&#8221;PayPal&#8221; border=&#8221;0&#8243;/&gt;</p></blockquote>
<p>If you&#8217;re not familiar with HTML code, don&#8217;t worry about it. The important point here is that those creating phishing attacks do link to the real graphics for logos and other distinctive items at the <strong>legitimate</strong> web site to make their fake email look more authentic.</p>
<p>Now let&#8217;s look at the attacker&#8217;s goal and how the actual attack takes place. The attacker&#8217;s goal is usually simply to get the unwary user to believe they are actually complying with an official request from the given institution (PayPal in this case) and to get the user to enter their private data such as login name and password. Other phishing attacks similarly try to get users to  provide account numbers, passwords, credit card numbers and similar information. In short, any data that the attacker can use to conduct a fraudulent transaction to his financial gain.</p>
<p>The &#8220;how&#8221; they accomplish this is by hiding the link to where you&#8217;ll actually be taken if you click on the link in the letter. Let&#8217;s clarify this with the current example above. In the email shown above we see at the end of the first paragraph the sentence ..</p>
<blockquote><p>You can submit additional information at the following link:</p></blockquote>
<p>followed by the rather official looking link:</p>
<blockquote><p>https://www.paypal.com/cgi-bin/webscr?cmd= login-run</p></blockquote>
<p>Let&#8217;s look at the actual HTML code for this email again to see what&#8217;s  <strong>really</strong> going on here. The actual code for the above link is:</p>
<blockquote><p>&lt; a href=&#8221;http://some-place-other-than-paypal.com&#8221; target=&#8221;_Blank&#8221;&gt;https://www.paypal.com/cgi-bin/webscr?cmd=_login-run&lt; /a&gt;</p></blockquote>
<p>The above is how a link to another area on the web is coded within HTML. Notice that the second part, starting after the &#8220;_Blank&#8221;&gt;&#8221; section is the same as that which appears in the link given in the graphic of the actual phishing attack email above.  This is the <strong>visible part</strong> of a hyperlink. Where the hyperlink actually takes you is given by the first part which in this case I have replaced with a fictitious link titled &#8220;http://some-place-other-than-paypal.com,&#8221; which is exactly what happens.  The attacker takes you to a fraudulent site that is made to appear legitimate</p>
<p>Let&#8217;s demonstrate this with the actual working link. Note, nothing will happen here as this is a fake link and you&#8217;ll just get a &#8220;page not found&#8221; error if you try. The important thing to note is to look at the actual link given at the bottom of your browser when you position the mouse over the visible link. Notice you&#8217;re actually being shown the <strong>hidden link</strong> of  &#8220;http:// some-place-other-than-paypal.com&#8221;</p>
<blockquote><p><a href="http://some-place-other-than-paypal.com" target="_Blank">https://www.paypal.com/cgi-bin/webscr?cmd=_login-run</a></p></blockquote>
<p>This is the heart of a basic phishing attack. I obviously used a fictional place and did so for several reasons,  in a real situation the attacker will direct the unwary user to a fake site that has been set up to look like the real thing and then have the victim submit the items mentioned above such as login names, passwords, credit card numbers and other personal items that can be exploited for personal gain by the attacker.</p>
<p>New and more sophisticated attacks have been developing over the past year that add a few twists and turns to how the attack is conducted but the above outlines the primary concept of redirecting the unwary user to an area meant solely to fraudulently capture the private data.</p>
<h3>Protecting Yourself</h3>
<p>If you receive such an email, the safest bet is to just delete it. If you believe that the email might be legitimate, <strong>don&#8217;t click on links</strong> given in the email. Instead start your browser and type in the URL for the institution yourself and then log into your account.</p>
<p>As an example, PayPal did send out emails to account holders a while back requiring that they agree to some changes in the terms of service. Not even bothering to see if they were legitimate, I just deleted the email, started Firefox, and logged into my PayPal account. Sure enough, there was a message there requiring some actions on my part.</p>
<p>Moreover you can help prevent these miscreants from plying their illicit trade by forwarding the phishing email to &#8216;reportphishing@antiphishing.org&#8217;.</p>
<p>Also, many organizations such as ebay and PayPal are using the universal email address of &#8220;spoof@the-institution-name.com&#8221; such as spoof@ebay.com or spoof@paypal.com.</p>
<p>Thoughts, comments and questions welcome. Tell us what you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaferconsulting.com/news/paypal-phish-ticket-to-disaster/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
