<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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/"
	>

<channel>
	<title>security Archives -</title>
	<atom:link href="https://zymitry.com/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>https://zymitry.com/tag/security/</link>
	<description>Tech &#38; Other Stuff</description>
	<lastBuildDate>Sun, 08 Feb 2026 05:15:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://i0.wp.com/zymitry.com/wp-content/uploads/2016/11/favicon.png?fit=32%2C32&#038;ssl=1</url>
	<title>security Archives -</title>
	<link>https://zymitry.com/tag/security/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">120106411</site>	<item>
		<title>Domain Name System (DNS) &#8211; Application Layer Protocol</title>
		<link>https://zymitry.com/domain-name-system-dns/</link>
					<comments>https://zymitry.com/domain-name-system-dns/#respond</comments>
		
		<dc:creator><![CDATA[Greg Palmer]]></dc:creator>
		<pubDate>Sat, 17 Jun 2023 20:50:25 +0000</pubDate>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[anonymity]]></category>
		<category><![CDATA[application layer protocol]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[domain name system]]></category>
		<category><![CDATA[email services]]></category>
		<category><![CDATA[file transfers]]></category>
		<category><![CDATA[internet services]]></category>
		<category><![CDATA[load balancing]]></category>
		<category><![CDATA[name resolution]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[redundancy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[web browsing]]></category>
		<guid isPermaLink="false">https://zymitry.com/?p=959</guid>

					<description><![CDATA[<p>The Domain Name System (DNS) is a vital application layer protocol that enables efficient name resolution on the internet. It translates human-readable domain names into machine-readable IP addresses, facilitating seamless web navigation. This manual excerpt explores DNS's hierarchical structure, resource records, messaging protocols, caching mechanisms, security measures, load balancing strategies, and privacy-enhancing mechanisms. Understanding DNS is crucial for managing network resources, optimizing performance, and ensuring reliable and secure internet connectivity.</p>
<p>The post <a href="https://zymitry.com/domain-name-system-dns/">Domain Name System (DNS) &#8211; Application Layer Protocol</a> appeared first on <a href="https://zymitry.com"></a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1>Domain Name System (DNS) &#8211; Application Layer Protocol</h1>
<h4></h4>
<p>&nbsp;</p>
<p><strong>Domain Name System (DNS) &#8211; Application Layer Protocol</strong></p>
<h4>Introduction:</h4>
<p>Domain Name System (DNS) &#8211; An Application Layer Protocol for Efficient Name Resolution</p>
<p>The Domain Name System (DNS) is an application-layer protocol that plays a crucial role in the functioning of the World Wide Web (WWW) and other internet services. It enables the translation of human-readable domain names, such as <a href="http://www.zymitry.com" target="_new" rel="noopener">www.zymitry.com</a>, into machine-readable IP addresses. In addition to the World Wide Web, DNS is essential for enabling services such as email, file transfers, and other internet applications. By using DNS, users can navigate the internet using alphanumeric names instead of relying on IP addresses. DNS is an integral part of the application layer protocols, defining how applications on different systems communicate with each other.</p>
<h4>Domain Name System and Application Layer Protocols:</h4>
<p>An application-layer protocol defines how applications on different systems communicate with each other. In the case of DNS, it specifies the types of messages exchanged, their syntax, the information conveyed, and the rules for sending and responding to these messages. DNS is critical for efficient name resolution and is essential for web browsing, email services, file transfers, and various other applications.</p>
<h4>DNS Hierarchical Structure and Name Resolution:</h4>
<p>The Domain Name System follows a hierarchical structure that starts with thirteen root servers distributed worldwide. These root servers maintain a database of Top Level Domain (TLD) servers, such as .com, .edu, .net, and .org. The TLD servers, in turn, store information about Authoritative DNS servers, which manage databases of actual host names and their corresponding IP addresses. This hierarchical structure enables efficient and accurate name resolution.</p>
<h4>Domain Name System Resource Records (RR):</h4>
<p>DNS uses resource records (RR) to store mappings between host names and IP addresses. Each record consists of four fields: Name, Value, Type, and Time To Live (TTL). The Name and Value fields vary based on the record type. For example, an &#8220;A&#8221; record directly translates a host name to an IP address. Other record types include Name Server (NS) records for resolving DNS server names, Mail Server (MX) records for mail server resolution, and Canonical Name (CNAME) records for mapping IP addresses to host alias names.</p>
<h4>DNS Messaging and Protocols:</h4>
<p>DNS messages are sent and received over User Datagram Protocol (UDP) port 53. UDP is a lightweight, connectionless protocol used for fast transmission of DNS messages. While UDP does not guarantee message delivery, it is widely used due to its efficiency. TCP port 53 can also be used if UDP is not available, especially in IPv6 environments.</p>
<h4>DNS Caching:</h4>
<p>DNS caching is a mechanism used to improve DNS lookup efficiency and reduce network traffic. When a DNS resolver receives a DNS response, it stores the mapping between a domain name and its corresponding IP address in its cache. Subsequent requests for the same domain name can be resolved from the cache, eliminating the need for repeated queries to authoritative DNS servers. Caching occurs at different levels, including local DNS resolvers, ISP DNS servers, and web browser caches, helping to speed up the overall DNS resolution process. For example, a local DNS resolver can store frequently accessed domain name-to-IP mappings in its cache, reducing the latency and network traffic associated with querying external DNS servers.</p>
<h4>DNS Security:</h4>
<p>DNS security is of utmost importance due to the risks associated with DNS spoofing and cache poisoning. DNS spoofing involves falsifying DNS data to redirect users to malicious websites, while cache poisoning involves injecting false information into DNS caches. These attacks can lead to DNS spoofing, where users are directed to deceptive or harmful destinations. To address these risks, DNSSEC (DNS Security Extensions) was introduced. DNSSEC uses digital signatures to verify the authenticity and integrity of DNS responses, providing an additional layer of security and ensuring that users are directed to legitimate and trusted resources.</p>
<h4>DNS Load Balancing and Redundancy:</h4>
<p>DNS can be used for load balancing by distributing traffic across multiple servers. This helps optimize performance, improve response times, and ensure high availability of services. Various strategies, such as round-robin DNS, geoDNS, and Anycast routing, can be employed to achieve load balancing. Round-robin DNS rotates the order of IP addresses in DNS responses, distributing the load evenly. GeoDNS considers the geographic location of clients and directs them to the nearest server, reducing latency. Anycast routing involves using the same IP address for multiple servers located in different geographic locations, improving scalability and ensuring efficient load distribution. Load balancing provides benefits such as improved scalability, fault tolerance, and optimized resource utilization.</p>
<h4>DNS Privacy and Anonymity:</h4>
<p>Emerging concerns regarding DNS privacy highlight the need to protect user data and prevent unauthorized access. DNS queries traditionally transmitted in clear text can be intercepted and monitored, compromising privacy. The motivation behind DNS privacy concerns includes protecting user browsing habits, preventing surveillance, and combating censorship. To address these concerns, DNS-over-HTTPS (DoH) and DNS-over-TLS (DoT) have been introduced. DoH encrypts DNS queries using the HTTPS protocol, while DoT uses the Transport Layer Security (TLS) protocol. Both mechanisms ensure that DNS queries remain confidential and protected from interception, enhancing privacy and anonymity for users.</p>
<h4>Conclusion:</h4>
<p>The Domain Name System (DNS) is a critical application-layer protocol that enables the translation of domain names to IP addresses, facilitating seamless internet navigation. Understanding DNS, its hierarchical structure, resource records, and messaging protocols is crucial for managing and optimizing network resources. Moreover, considering enhancements such as caching, security measures, load balancing, and privacy mechanisms further enhances the reliability, performance, and security of DNS in modern network environments.</p>
<h4>References</h4>
<p>G. Palmer Security Notes (2015-2023)</p>
<p>Gonyea, C. (2010, August 25). DNS: Why It’s Important and How It Works. Retrieved July 5, 2017, from <a href="https://web.archive.org/web/20200620134432/https://dyn.com/blog/dns-why-its-important-how-it-works/" target="_blank" rel="noopener noreferrer">http://dyn.com/blog/dns-why-its-important-how-it-works/</a>.</p>
<p>Hogg, S. (2010, August 22). Allow Both TCP and UDP Port 53 to Your DNS Servers. Retrieved July 5, 2017, from <a href="https://web.archive.org/web/20180525152435/https://www.networkworld.com/article/2231682/cisco-subnet/cisco-subnet-allow-both-tcp-and-udp-port-53-to-your-dns-servers.html" target="_blank" rel="noopener noreferrer">http://www.networkworld.com/article/2231682/cisco-subnet/cisco-subnet-allow-both-tcp-and-udp-port-53-to-your-dns-servers.html</a>.</p>
<p>Kurose, J. F., &amp; Ross, K. W. (2017). Computer networking: a top-down approach (7th ed.). Hoboken, NJ: Pearson.</p>
<p>TechNet DNS. (n.d.). Network Ports Used by DNS. Retrieved July 5, 2017, from Domain Name System (DNS) &#8211; An Application Layer Protocol for Efficient Name Resolution. <a href="https://technet.microsoft.com/en-us/library/dd197515(v=ws.10).aspx" target="_blank" rel="noopener noreferrer">https://technet.microsoft.com/en-us/library/dd197515(v=ws.10).aspx</a>.</p>
<h4>Related Articles and Content</h4>
<p><a href="https://zymitry.com/artificial-intelligence-implications-exploration/" target="_blank" rel="noopener">Exploring the Implications of Artificial Intelligence</a></p>
<p><a href="https://zymitry.com/artificial-intelligence-texas-higher-ed/" target="_blank" rel="noopener">Artificial Intelligence in Texas Higher Education: Ethical Considerations, Privacy, and Security</a></p>
<p><a href="https://zymitry.com/understanding-business-continuity-planning/" target="_blank" rel="noopener">Understanding Business Continuity Planning</a></p>
<p><a href="https://www.fortinet.com/resources/cyberglossary/what-is-dns" target="_blank" rel="noopener">Fortinet: What Is DNS (Domain Name System)?</a></p>
<p><a href="https://web.archive.org/web/20230617041515/https://www.cloudflare.com/learning/dns/what-is-dns/" target="_blank" rel="noopener">What is DNS? | How DNS works</a></p>
<p><a href="https://www.techtarget.com/searchnetworking/definition/domain-name-system" target="_blank" rel="noopener">Definition,  domain name system (DNS)</a></p>
<p><a href="https://aws.amazon.com/route53/what-is-dns/" target="_blank" rel="noopener">Amazon: What is DNS?</a></p>
<p><a href="https://web.archive.org/web/20220821115436/https://www.sciencedirect.com/topics/computer-science/application-layer-protocol" target="_blank" rel="noopener">Application Layer Protocol</a></p>
<p><a href="https://www.dnsfilter.com/blog/dns-layer-how-to-secure" target="_blank" rel="noopener">What is the DNS Layer and How Do I Secure It?</a></p>
<p><a href="https://web.archive.org/web/20241122173519/https://www.javatpoint.com/computer-network-dns" target="_blank" rel="noopener">Javapoint: DNS</a></p>
<p>&nbsp;</p>
<p><span style="font-size: 10pt;"><strong>Note:</strong> <em>This article has been revised and improved with the assistance of AI, incorporating ChatGTP suggestions and revisions to enhance clarity and coherence. The original research, decision-making, and final content selection were performed by a human author.</em></span></p>
<p><a href="https://zymitry.com/zymitry-disclaimer/" target="_blank" rel="noopener noreferrer">Disclaimer</a></p>
<p><a href="https://zymitry.com/terms-conditions-use/">Terms and Conditions of Use</a></p>
<p>The post <a href="https://zymitry.com/domain-name-system-dns/">Domain Name System (DNS) &#8211; Application Layer Protocol</a> appeared first on <a href="https://zymitry.com"></a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://zymitry.com/domain-name-system-dns/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">959</post-id>	</item>
		<item>
		<title>IDS / IDPS Detection Methods: Anomaly, Signature, and Stateful Protocol Analysis</title>
		<link>https://zymitry.com/ids-idps-detection-methods/</link>
					<comments>https://zymitry.com/ids-idps-detection-methods/#respond</comments>
		
		<dc:creator><![CDATA[Greg Palmer]]></dc:creator>
		<pubDate>Fri, 16 Jun 2023 19:31:00 +0000</pubDate>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[anomaly detection]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[detection]]></category>
		<category><![CDATA[detection methods]]></category>
		<category><![CDATA[IDPS]]></category>
		<category><![CDATA[IDS]]></category>
		<category><![CDATA[Intrusion]]></category>
		<category><![CDATA[intrusion prevention]]></category>
		<category><![CDATA[network security]]></category>
		<category><![CDATA[real-world applications]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[signature detection]]></category>
		<category><![CDATA[stateful protocol analysis]]></category>
		<guid isPermaLink="false">http://zymitry.com/?p=479</guid>

					<description><![CDATA[<p>"Intrusion Detection Systems (IDS) and Intrusion Prevention Systems (IDPS) are crucial for network security. Explore anomaly detection, signature detection, and stateful protocol analysis methods, their strengths, limitations, real-world applications, and best practices for effective deployment and management. Enhance your network security posture and mitigate risks."</p>
<p>The post <a href="https://zymitry.com/ids-idps-detection-methods/">IDS / IDPS Detection Methods: Anomaly, Signature, and Stateful Protocol Analysis</a> appeared first on <a href="https://zymitry.com"></a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1><strong>IDS / IDPS Detection Methods: Anomaly, Signature, and Stateful Protocol Analysis</strong></h1>
<p>&nbsp;</p>
<p><strong>IDS / IDPS Detection Methods: Anomaly, Signature, and Stateful Protocol Analysis</strong></p>
<p><em>Updated June 19, 2023</em></p>
<h4>Introduction:</h4>
<div class="flex flex-grow flex-col gap-3">
<div class="min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words">
<div class="markdown prose w-full break-words dark:prose-invert light">
<p>Intrusion Detection Systems (IDS) and Intrusion Prevention Systems (IDPS) play a vital role in network security by monitoring system activities and detecting potential attacks. These systems utilize various detection methods to identify and respond to security threats effectively. Among the commonly employed detection methods are anomaly detection, signature detection, and stateful protocol analysis. Each method offers unique advantages and considerations, empowering organizations to protect their networks and sensitive data. In this article, we will explore these IDS/IDPS detection methods in detail, highlighting their strengths, limitations, real-world applications, and best practices for deployment and management. By understanding the intricacies of these methods and implementing best practices, organizations can enhance their network security posture and mitigate potential risks.</p>
<h4>Anomaly Detection:</h4>
<p>Anomaly detection is a commonly employed detection method in IDS/IDPS. It works by creating profiles of system service and resource usage to establish a baseline of normal network behavior. Deviations from this baseline are flagged as potential intrusions. Anomaly detection offers several advantages, including:</p>
<ul>
<li>Real-world Examples: Anomaly detection has been effective in detecting various types of attacks, such as Distributed Denial of Service (DDoS) attacks and insider threats. For example, in a DDoS attack, an anomaly detection system can identify the sudden surge in network traffic and abnormal patterns of incoming requests, triggering appropriate countermeasures to mitigate the attack.</li>
<li>Immediate Profile Updates: Anomaly detection allows for immediate updates to profiles in response to emerging threats and attack techniques. This adaptability ensures that the IDS/IDPS remains effective against evolving attack strategies.</li>
<li>Internal Attack Detection: Anomaly detection can also identify attacks originating from within the network, such as insider threats or unauthorized access attempts. By monitoring deviations from normal behavior, the system can promptly detect and respond to suspicious activities.</li>
</ul>
<p>Despite its advantages, anomaly detection has some limitations, such as the need for configuring and fine-tuning profiles, evolving definitions, and training to reduce false positives. Therefore, it is crucial to implement best practices when deploying and managing anomaly detection systems. Consider the following best practices:</p>
<ul>
<li>Regularly review and update anomaly detection profiles to reflect changing network behavior and emerging threats.</li>
<li>Implement automated processes for profile updates and ensure continuous monitoring to detect and respond to new attack patterns promptly.</li>
<li>Regularly analyze and fine-tune the anomaly detection system to balance detection accuracy and minimize false positives.</li>
</ul>
<h4>Signature Detection:</h4>
<p>Signature detection is another widely used method in IDS/IDPS, which compares network activity and behavior to pre-defined signatures of known attacks. This detection method relies on the identification of specific patterns or characteristics associated with known attack patterns. Signature-based IDPS offers several advantages, including:</p>
<ul>
<li>Real-world Examples: Signature detection has proven effective in detecting and preventing various types of attacks. For instance, a signature-based system can identify and block specific malware or exploit code based on their known signatures. By matching network traffic against these signatures, the system can quickly identify and respond to known threats.</li>
<li>Quick Deployment: Implementing a signature-based detection system is relatively simple and straightforward. Once the signatures are configured and the system is installed, it can be up and running quickly, providing immediate protection against known attacks.</li>
<li>Easy Identification: Each signature is assigned a unique identifier, making it easier to identify specific attack activities. This allows security analysts to quickly recognize and categorize the type of attack based on the signature triggered.</li>
</ul>
<p>However, signature detection has certain limitations, such as the need for regular signature updates, the potential evasion of detection through modifications, and the requirement of maintaining an extensive signature database. To optimize the effectiveness of signature detection, consider the following best practices:</p>
<ul>
<li>Establish a process for regularly updating the signature database to include new attack signatures and stay effective against emerging threats.</li>
<li>Implement complementary detection methods, such as anomaly detection or behavior-based analysis, to address the limitations of signature-based detection.</li>
<li>Monitor and analyze network traffic to identify potential signature evasion techniques employed by attackers.</li>
</ul>
<h4>Stateful Protocol Analysis:</h4>
<p>Stateful protocol analysis is another important method used by IDS/IDPS to enhance network security. This method involves tracking connections between hosts and comparing them to entries in a state table. Stateful protocol analysis provides several advantages, including:</p>
<ul>
<li>Identifying Unexpected Sequences of Commands: Stateful protocol analysis can identify unexpected sequences of commands that deviate from the normal flow of network communications. By tracking the state of connections and analyzing the order of commands, the IDS/IDPS can detect and flag suspicious activity.</li>
<li>Adding Stateful Characteristics to Regular Protocol Analysis: By incorporating stateful analysis, the IDS/IDPS gains a deeper understanding of the context and flow of network protocols. It can evaluate the reasonableness of commands based on the state of the connection, enabling more accurate detection of protocol-based attacks.</li>
<li>Reasonableness Check Thresholds for Individual Commands: Stateful protocol analysis allows for the implementation of reasonableness check thresholds for individual commands. By setting predefined thresholds for certain commands or sequences, the IDS/IDPS can identify and respond to anomalous behavior, such as excessive data transfers or unauthorized commands.</li>
</ul>
<p>However, stateful protocol analysis does have some limitations, such as resource intensity, limitations in detecting non-violating attacks, and potential conflicts with protocol implementation. To optimize the effectiveness of stateful protocol analysis, consider the following best practices:</p>
<ul>
<li>Ensure the IDS/IDPS has sufficient processing power and memory resources to handle the resource-intensive nature of stateful protocol analysis.</li>
<li>Regularly update the protocol model used by the IDS/IDPS to address potential conflicts with protocol implementation in network devices or applications.</li>
<li>Continuously evaluate and adjust the reasonableness check thresholds to balance detection accuracy and minimize false positives.</li>
</ul>
<h4>Summary:</h4>
<p>In this article, we explored the key detection methods used in Intrusion Detection Systems (IDS) and Intrusion Prevention Systems (IDPS) – anomaly detection, signature detection, and stateful protocol analysis. We discussed the advantages and limitations of each method, providing real-world examples to illustrate their practical application and effectiveness. Additionally, we highlighted best practices for deploying and managing IDS/IDPS systems, including:</p>
<ul>
<li>Considerations for deployment, ongoing monitoring, and response procedures</li>
<li>Regular updates to the signature database to include new attack signatures</li>
<li>Implementing complementary detection methods to address limitations of signature-based detection</li>
<li>Monitoring and analyzing network traffic to identify potential signature evasion techniques</li>
<li>Ensuring sufficient processing power and memory resources for resource-intensive stateful protocol analysis</li>
<li>Regular updates to the protocol model used by the IDS/IDPS to address conflicts with protocol implementation</li>
<li>Continuously evaluating and adjusting reasonableness check thresholds for stateful protocol analysis</li>
</ul>
<p>By understanding the strengths and limitations of each detection method and implementing these best practices, organizations can make informed decisions about their implementation, enhance network security, detect a wide range of attacks, and protect sensitive data. Staying updated with emerging trends in IDS/IDPS detection methods, considering case studies, and incorporating practical guidance will further strengthen the effectiveness of IDS/IDPS systems.</p>
<p>&nbsp;</p>
</div>
<p><strong>IDS / IDPS Detection Methods: Anomaly, Signature, and Stateful Protocol Analysis</strong></p>
</div>
</div>
<h4>References:</h4>
<p>G. Palmer Security Notes (2017-2023)</p>
<p>Cepheli, O., Buyukcorak, S., &amp; Kurt, G. K. (2016). Hybrid Intrusion Detection System for DDoS Attacks. International Conference on Intelligent Computing, Communication &amp; Convergence (ICCC-2014). Retrieved from https://www.hindawi.com/journals/jece/2016/1075648/</p>
<p>Ja, J., &amp; Muthukumar, B. (2015). Intrusion Detection System (IDS): Anomaly Detection using Outlier Detection Approach. International Conference on Intelligent Computing, Communication &amp; Convergence (ICCC-2014). Retrieved June 16, 2023 from <a href="https://web.archive.org/web/20230412023233/http://www.sciencedirect.com/science/article/pii/S1877050915007000" target="_new" rel="noopener">https://www.sciencedirect.com/science/article/pii/S1877050915007000</a></p>
<p>Weaver, R., Weaver, D., Farwood, D., &amp; Weaver, R. (2012). Guide to Network Defense and Countermeasures (3rd ed.). Boston, MA: Course Technology, Cengage Learning.</p>
<p>IDPS_Info498. (n.d.). Stateful protocol analysis detection. Retrieved March 28, 2017, from https://sites.google.com/site/idpsinfo498/home/common-detection-methodologies/stateful-protocol.</p>
<h4>Related Articles and Content</h4>
<p><a href="https://zymitry.com/artificial-intelligence-implications-exploration/" target="_blank" rel="noopener">Exploring the Implications of Artificial Intelligence</a></p>
<p><a href="https://zymitry.com/artificial-intelligence-texas-higher-ed/" target="_blank" rel="noopener">Artificial Intelligence in Texas Higher Education: Ethical Considerations, Privacy, and Security</a></p>
<p><a href="https://zymitry.com/understanding-business-continuity-planning/" target="_blank" rel="noopener">Understanding Business Continuity Planning</a></p>
<p><a href="https://www.barracuda.com/support/glossary/intrusion-prevention-system" target="_blank" rel="noopener">https://www.barracuda.com/support/glossary/intrusion-prevention-system</a></p>
<p><a href="https://web.archive.org/web/20240418013659/https://www.n-able.com/blog/intrusion-detection-system" target="_blank" rel="noopener">Intrusion Detection Systems</a></p>
<p><a href="https://web.archive.org/web/20250228104352/https://www.spiceworks.com/it-security/vulnerability-management/articles/what-is-idps/" target="_blank" rel="noopener">https://www.spiceworks.com/it-security/vulnerability-management/articles/what-is-idps/</a></p>
<p><a href="https://kirkpatrickprice.com/blog/idps-techniques/" target="_blank" rel="noopener">Stay Secure Intrusion Detection</a></p>
<p>&nbsp;</p>
<p><strong>IDS / IDPS Detection Methods: Anomaly, Signature, and Stateful Protocol Analysis</strong></p>
<p><em><span style="font-size: 10pt;">Note: This article has been drafted and improved with the assistance of AI, incorporating ChatGTP suggestions and revisions to enhance clarity and coherence. The original research, decision-making, and final content selection were performed by a human author.</span></em></p>
<p>This article is for informational purposes only. Terms and conditions of use apply.</p>
<p><a href="https://zymitry.com/zymitry-disclaimer/" target="_blank" rel="noopener">Disclaimer</a></p>
<p><a href="https://zymitry.com/terms-conditions-use/" target="_blank" rel="noopener">Terms and Conditions of Use</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="https://zymitry.com/ids-idps-detection-methods/">IDS / IDPS Detection Methods: Anomaly, Signature, and Stateful Protocol Analysis</a> appeared first on <a href="https://zymitry.com"></a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://zymitry.com/ids-idps-detection-methods/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">479</post-id>	</item>
		<item>
		<title>Domain Name System (DNS) Security Threats</title>
		<link>https://zymitry.com/dns-security-threats/</link>
					<comments>https://zymitry.com/dns-security-threats/#comments</comments>
		
		<dc:creator><![CDATA[Greg Palmer]]></dc:creator>
		<pubDate>Thu, 17 May 2018 02:14:23 +0000</pubDate>
				<category><![CDATA[System Security]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[mitigate]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[protect]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[threat]]></category>
		<category><![CDATA[web]]></category>
		<guid isPermaLink="false">https://zymitry.com/?p=1069</guid>

					<description><![CDATA[<p>DNS Security Threats The Domain Name System (DNS) is a service used on both the Internet and private networks to translate Internet Protocol (IP) addresses to Fully Qualified Domain Names. Example, this service allows someone to type a FQDN like www.zymitry.com to reach the Zymitry web site instead of having to type in the domains… <span class="read-more"><a href="https://zymitry.com/dns-security-threats/">Read More: Domain Name System (DNS) Security Threats &#187;</a></span></p>
<p>The post <a href="https://zymitry.com/dns-security-threats/">Domain Name System (DNS) Security Threats</a> appeared first on <a href="https://zymitry.com"></a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>DNS Security Threats</strong></p>
<p>The Domain Name System (DNS) is a service used on both the Internet and private networks to translate Internet Protocol (IP) addresses to Fully Qualified Domain Names. Example, this service allows someone to type a FQDN like <a href="https://zymitry.com" target="_blank" rel="noopener">www.zymitry.com</a> to reach the Zymitry web site instead of having to type in the domains IP address. Regarding security, Domain Name Service provides another method for administrators to control network traffic. Network devices and applications such as firewalls, proxy servers, and web browsers can be used to block unwanted communications based on DNS names. Domain Name Service can be exploited by attackers in several ways to include buffer overflow attacks and DNS cache poisoning.</p>
<p>The following is a list of common DNS threats. These threats are both technical, and non-technical in nature:</p>
<ul>
<li>Typosquatting: The practice of registering a domain name that is confusingly similar to an existing popular brand. Recent research has shown that typosquatting is becoming a profound risk to the confidentiality of corporate secrets and should be increasingly thought of as a security problem. Typosquatting is not only about attackers opportunistically registering confusingly similar domains in the hope of benefiting from misdirected Web traffic, it can also be used to steal information. To mitigate against this threat it is recommended for administrators to monitor newly registered domain names against other similar domain names. Information about new domain registrations is often freely available from registries, and there are many companies that offer dedicated digital brand management services.</li>
</ul>
<p>&nbsp;</p>
<ul>
<li>Distributed denial of service attacks (DDoS). DDoS is not considered a threat specific to DNS, however, DNS is particularly vulnerable to DDoS attacks because it represents a logical choke point on the network. Recommended DDoS mitigation measures are as follows:
<ul>
<li>Don&#8217;t count on a firewall to prevent or stop a DDoS attack. The first step is to recognize that your firewall is insufficient protection against the types of DDoS attacks that are increasingly common today. Firewalls should be considered only one component of a DDoS mitigation strategy.</li>
<li>Incorporate DDoS into the organizations Disaster Recovery Plan (DRP) and Business Continuity Plans (BCP). Measure the financial impact of being offline for a period of time.</li>
<li>Monitor networks and know how to identify DDoS attacks. Use firewall DDoS detection applications.</li>
<li>Know your customers and users, and lock out unexpected transactions.</li>
<li>If a DDoS attack occurs, look for fraud, data breaches or other criminal activity.</li>
<li>Employ consultants and security professionals that know how to identify and recover from DDoS attacks.</li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
<ul>
<li>DNS Amplification Attacks. DNS amplification is a tactic used in DDoS attacks that leverages DNS servers deployed in insecure “recursive” configurations. Recursion is a feature of DNS that allows for domain name resolution to be handed off to more robust name servers. Running a recursive DNS server that is open to the entire Internet is no longer considered acceptable security practice. Securing against this threat is usually achieved with a simple configuration change.</li>
</ul>
<p>&nbsp;</p>
<ul>
<li>Registrar Hijacking. Domain names are registered via a registrar company, and these represent single points of failure. If an attacker can compromise your account with your chosen registrar, they gain control over your domain name allowing them to point it to the servers of their choice. To mitigate against hijacking, choose a registrar that follows accepted security authentication or offers additional security precautions such as multi-factor authentication.</li>
</ul>
<p>&nbsp;</p>
<ul>
<li>Cache Poisoning. Vulnerabilities in the DNS protocol itself could allow an attacker to inject fraudulent addressing information into DNS caches. Users accessing the cache to visit the targeted site would find themselves instead at a server controlled by the attacker. An attacker can setup this counterfeit site to look like the original and use it to harvest information such as user names and passwords. Mitigation against DNS cache poisoning is often done using the DNSSEC protocol. Once DNSSEC adoption becomes universal, adding a DNSSEC digital signature to a domain name will mean that browsers and ISPs will be able to validate that DNS information they receive is authentic.</li>
</ul>
<p>&nbsp;</p>
<p>References</p>
<p>Mohan, R. (2011, October 05). Five DNS Threats You Should Protect Against. Retrieved May 16, 2018, from <a href="https://web.archive.org/web/20230624145053/https://www.securityweek.com/five-dns-threats-you-should-protect-against/" target="_blank" rel="noopener">http://www.securityweek.com/five-dns-threats-you-should-protect-against</a>.</p>
<p>Musthaler, L. (2013, January 10). Best practices to mitigate DDoS attacks. Retrieved May 16, 2018, from <a href="http://www.networkworld.com/article/2162683/infrastructure-management/best-practices-to-mitigate-ddos-attacks.html" target="_blank" rel="noopener">http://www.networkworld.com/article/2162683/infrastructure-management/best-practices-to-mitigate-ddos-attacks.html</a>.</p>
<p>Weaver, R., Weaver, D., Farwood, D., &amp; Weaver, R. (2012). Guide to Network Defense and Countermeasures (3rd ed.). Boston, MA: Course Technology, Cengage Learning.</p>
<p>&nbsp;</p>
<p><a href="https://zymitry.com/zymitry-disclaimer/" target="_blank" rel="noopener">Disclaimer</a></p>
<p>The post <a href="https://zymitry.com/dns-security-threats/">Domain Name System (DNS) Security Threats</a> appeared first on <a href="https://zymitry.com"></a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://zymitry.com/dns-security-threats/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1069</post-id>	</item>
		<item>
		<title>Security Policy Example &#8211; IRT Access &#038; Authorization Policy</title>
		<link>https://zymitry.com/policy-irt-access-authorization/</link>
					<comments>https://zymitry.com/policy-irt-access-authorization/#comments</comments>
		
		<dc:creator><![CDATA[Greg Palmer]]></dc:creator>
		<pubDate>Sat, 27 Jan 2018 23:41:36 +0000</pubDate>
				<category><![CDATA[Information Security Compliance]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[authorization]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[incident response]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[policies]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">https://zymitry.com/?p=953</guid>

					<description><![CDATA[<p>Policy Example &#160; SunSpot Credit Union Computer Incident Response Team—Access &#38; Authorization Policy   1.0       Policy Statement This policy applies to SunSpot Credit Union employees, temporary workers, contractors, and consultants who use or access SunSpot Credit Union information systems and computers.   2.0       Purpose/Objectives Definitions for this policy are as follows: SunSpot Credit Union: (SCU).… <span class="read-more"><a href="https://zymitry.com/policy-irt-access-authorization/">Read More: Security Policy Example &#8211; IRT Access &#038; Authorization Policy &#187;</a></span></p>
<p>The post <a href="https://zymitry.com/policy-irt-access-authorization/">Security Policy Example &#8211; IRT Access &#038; Authorization Policy</a> appeared first on <a href="https://zymitry.com"></a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Policy Example</strong></p>
<p>&nbsp;</p>
<p style="text-align: center;"><strong>SunSpot Credit Union</strong></p>
<p style="text-align: center;"><strong>Computer Incident Response Team—Access &amp; Authorization Policy</strong></p>
<p><strong> </strong></p>
<p><strong>1.0       Policy Statement</strong></p>
<p>This <a href="https://zymitry.com/security-policies-standards-procedures/" target="_blank" rel="noopener noreferrer">policy</a> applies to SunSpot Credit Union employees, temporary workers, contractors, and consultants who use or access SunSpot Credit Union information systems and computers.</p>
<p><strong> </strong></p>
<p><strong>2.0       Purpose/Objectives</strong></p>
<p>Definitions for this <a href="https://zymitry.com/security-policies-standards-procedures/" target="_blank" rel="noopener noreferrer">policy</a> are as follows:</p>
<ul>
<li>SunSpot Credit Union: (SCU).</li>
<li>Incident Response Team: (<a href="https://web.archive.org/web/20230322085647/https://zymitry.com/information-incident-response/" target="_blank" rel="noopener noreferrer">IRT</a>). Personnel designated to respond to security incidents.</li>
<li>Incident Response Policy: (<a href="https://zymitry.com/computer-incident-response-teams/" target="_blank" rel="noopener noreferrer">IRP</a>). Establishes Incident Response (IR) procedures for dealing with incidents related to technology and information risk.</li>
<li>Graham-Leach-Bliley Act: (<a href="https://www.ftc.gov/tips-advice/business-center/privacy-and-security/gramm-leach-bliley-act" target="_blank" rel="noopener noreferrer">GLBA</a>).</li>
<li>Chief Information Office: (<a href="https://zymitry.com/leaderships-role-information-security/" target="_blank" rel="noopener noreferrer">CIO</a>).</li>
<li>Information Security Officer: (<a href="https://zymitry.com/leaderships-role-information-security/" target="_blank" rel="noopener noreferrer">ISO</a>).</li>
</ul>
<p>This document establishes IRT membership, roles, responsibilities, and authority. IRT members and their authority are as follows:</p>
<ul>
<li>Information Security Officer (ISO): IRT team leader with authority over all SCU information systems in the event of a security incident. The ISO has the authority to perform any legal action necessary to protect SCU resources and private information, and customer personal and financial information.</li>
<li>Senior System Administrator: overall responsible for monitoring internal systems and configurations. Designated by the ISO authority to change configurations and take actions as required to protect SCU information resources and customer private and financial information in the event of a security incident. Has the authority to represent and communicate with law enforcement.</li>
<li>Network Administrator. Works closely with the Senior Systems Administrator. Granted the authority to take networks and systems offline if required to protect SCU information systems, and customer private and financial information.</li>
<li>Human Resources Director: Granted the authority manage staff regulation and law related matters that may result from a security incident.</li>
<li>Public Relations Director: Granted the authority to communicate with news and other public entities, stockholders, and other non-legal entities as dictated by the ISO.</li>
<li>Law Firm: The authority to conduct legal matters related to security incidents per direction of the ISO. Has the authority to represent and communicate with law enforcement.</li>
</ul>
<p><strong> </strong></p>
<p><strong>3.0       Scope</strong></p>
<p>This policy applies to all SCU security domain areas to include computers and devices, SCU system users, security detection systems, firewalls, remote access <a href="https://zymitry.com/vpn-security-monitoring-controls/" target="_blank" rel="noopener noreferrer">VPN</a> software and hardware, and applications, that are controlled and operated by SCU staff or its designated IT Infrastructure Implementation Agents, contractors, and vendors, throughout at all branches of SCU, SCU Enterprise Cloud, Web, and Data Center providers, and other offsite facilities.</p>
<p><strong> </strong></p>
<p><strong>4.0       Standards</strong></p>
<p>Require compliance with section 501(b) of the <a href="https://www.ftc.gov/tips-advice/business-center/privacy-and-security/gramm-leach-bliley-act" target="_blank" rel="noopener noreferrer">Gramm-Leach-Bliley Act (GLB Act</a>).4 and section 216 of the Fair and Accurate Credit Transactions Act of 2003 (FACT Act).5 The Security Guidelines establish standards relating to administrative, technical, and physical safeguards to ensure the security, confidentiality, integrity and the proper disposal of customer information. Specific standards are as follows:</p>
<ul>
<li>Develop and maintain an effective information security program.</li>
<li>Ensure the security of customer information at all times.</li>
<li>Procedures for notifying customers of confirmed or suspected private information exposure.</li>
</ul>
<p><strong> </strong></p>
<p><strong>5.0       Procedures</strong></p>
<p>Responsible IRT members must consider <a href="https://www.ftc.gov/tips-advice/business-center/privacy-and-security/gramm-leach-bliley-act" target="_blank" rel="noopener noreferrer">GLBA</a> standards when responding to incidents. The ISO is responsible for overseeing the development, implementation, and maintenance of this policy. The CIO is responsible for enforcing this policy. The SCU incident response model is as follows:</p>
<ol>
<li>Incident detection. The Senior System Administrator and Network Administrator are responsible for monitoring Intrusion Detection and Prevention Systems (<a href="https://zymitry.com/ids-idps-detection-methods/" target="_blank" rel="noopener noreferrer">IDS/IDPS</a>), system logs, and maintain communications with the help desk in order to detect possible security incidents. If a possible incident is detected, they will notify the ISO who will determine if the IRT needs to be activated.</li>
<li>The ISO will direct team members to implement additional control configurations to stop an attack, secure systems, and begin collecting evidence. Per SCU IRP, the ISO will issue evidence bags, make available electronic collection media, and chain of custody forms. All evidence will be collected and chain of custody maintained per the SCU IRP standards. The ISO and CSU law firm will monitor evidence collection procedures.</li>
<li>After evidence collection is complete or to a point where normal operations will not interfere with collection, the ISO will direct team member to recover systems per SCU IRP, Business Continuity Plans (BIA)’s, and other applicable SCU technical and administrative publications and policies.</li>
<li>Conduct analysis and debrief. At the ISO direction, the IRT will meet to discuss, evaluate, and make recommendations to prevent future incidents.</li>
<li>The ISO will be responsible for constructing and disseminating an incident report based on the IRT analysis of the incident. The report is to be used by HR, the Public Relations Director, and retained law firm for communicating details of the incident and make decisions on possible disciplinary or legal action.</li>
<li>Process improvement. Policy updates and additional training as required are to be implemented per the SCU IRP and training policy.</li>
</ol>
<p>&nbsp;</p>
<p><strong>6.0       Guidelines</strong></p>
<p>In the course of business it is inevitable that situations will arise that policy does not specifically address. Guidelines for these issues are as follows:</p>
<ul>
<li>Unforeseen security events or conflicts in procedures are to be referred to the ISO for guidance. In the event that the ISO is unavailable, the Senior System Administrator or CIO, dependent on the most senior present, will fulfill the ISO duties.</li>
</ul>
<p>&nbsp;</p>
<p><strong>7.0       Policy Enforcement and Violations</strong></p>
<p>Violations of this policy will be addressed in accordance relevant SCU information security and human resource policies. The appropriate level of disciplinary action will be determined on an individual case basis by the appropriate executive or designee, with sanctions up to or including termination depending upon the severity of the offense. The ISO is responsible for official interpretation of this policy. Questions regarding the application of this policy should be directed to the SCU Information Technology department.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="https://zymitry.com/zymitry-disclaimer/" target="_blank" rel="noopener noreferrer">Disclaimer</a></p>
<p>The post <a href="https://zymitry.com/policy-irt-access-authorization/">Security Policy Example &#8211; IRT Access &#038; Authorization Policy</a> appeared first on <a href="https://zymitry.com"></a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://zymitry.com/policy-irt-access-authorization/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">953</post-id>	</item>
		<item>
		<title>Security Policy Example &#8211; Remote Access</title>
		<link>https://zymitry.com/security-policy-example-remote-access/</link>
					<comments>https://zymitry.com/security-policy-example-remote-access/#respond</comments>
		
		<dc:creator><![CDATA[Greg Palmer]]></dc:creator>
		<pubDate>Sat, 27 Jan 2018 21:50:41 +0000</pubDate>
				<category><![CDATA[Information Security Compliance]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[compliance]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[guidelines]]></category>
		<category><![CDATA[policies]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[procedures]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[standards]]></category>
		<guid isPermaLink="false">https://zymitry.com/?p=946</guid>

					<description><![CDATA[<p>&#160; SunSpot Health Care Provider Remote Access Policy for Remote Workers &#38; Medical Clinics   1.0       Policy Statement It is SunSpot Health Care Provider (SHCP) policy to protect Information Resources based on risk against accidental or unauthorized disclosure, modification, or destruction, and assure the Confidentiality, Integrity, and Availability (CIA) of clinic and patient data. Apply… <span class="read-more"><a href="https://zymitry.com/security-policy-example-remote-access/">Read More: Security Policy Example &#8211; Remote Access &#187;</a></span></p>
<p>The post <a href="https://zymitry.com/security-policy-example-remote-access/">Security Policy Example &#8211; Remote Access</a> appeared first on <a href="https://zymitry.com"></a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>&nbsp;</p>
<p style="text-align: center;"><strong>SunSpot Health Care Provider</strong></p>
<p style="text-align: center;"><strong>Remote Access Policy for Remote Workers &amp; Medical Clinics</strong></p>
<p><strong> </strong></p>
<p><strong>1.0       Policy Statement</strong></p>
<ul>
<li>It is SunSpot Health Care Provider (SHCP) <a href="https://zymitry.com/security-policies-standards-procedures/" target="_blank" rel="noopener noreferrer">policy</a> to protect Information Resources based on <a href="https://zymitry.com/risk-management-success/" target="_blank" rel="noopener noreferrer">risk</a> against accidental or <a href="https://zymitry.com/health-information-privacy-complaint/" target="_blank" rel="noopener noreferrer">unauthorized</a> disclosure, modification, or destruction, and assure the Confidentiality, Integrity, and Availability (<a href="https://web.archive.org/web/20170408045051/http://resources.infosecinstitute.com/cia-triad/" target="_blank" rel="noopener noreferrer">CIA</a>) of clinic and patient data.</li>
<li>Apply appropriate physical and technical safeguards in a manner intended to reduce obstacles to conducting clinic business.</li>
<li>Comply with applicable <a href="https://zymitry.com/safe-harbor-breach-notification-laws/" target="_blank" rel="noopener noreferrer">state</a> and federal laws, and other clinic governing policies.</li>
</ul>
<p>&nbsp;</p>
<p><strong>2.0       Purpose/Objectives</strong></p>
<p>This Policy serves as the foundation for the security of remote access to clinic information system resources, and provides the Information Security Officer the authority to implement policies, standards, procedures, and guidelines, deemed necessary to protect clinic and patient data. Definitions found in this policy are as follows:</p>
<ul>
<li>Information Security Office: (ISO)</li>
<li>Health Insurance Portability and Accountability Act: (HIPAA)</li>
<li>Virtual Private Network: (VPN). A technology that allows the creation of a secure connection to a private network, or between private networks, over public networks such as the Internet.</li>
<li>Secure Socket Layer: (SSL). A standard security technology for establishing an encrypted link between a web server and a browser.</li>
<li>Electronic Private Health Information (ePHI).</li>
</ul>
<p>&nbsp;</p>
<p><strong>3.0       Scope</strong></p>
<p>This policy applies to all SHCP Local Area Network (LAN) to Wide-area Network (WAN) devices and security detection systems, firewalls, remote access VPN software and hardware, and remote access users, that are controlled and operated by SHCP staff or its designated IT Infrastructure Implementation Agents, contractors, and vendors, throughout at all branches of SHCP, SHCP Enterprise Cloud, Web, and Data Center providers, and other offsite facilities.</p>
<p>&nbsp;</p>
<p><strong>4.0       Standards</strong></p>
<p>SHCP security policies are guided by HIPAA which defines data protection controls necessary to comply with the HIPAA standards. These standards are mandatory requirements, and establish an effective baseline of appropriate system, administrative, and physical controls. All policies must be designed to ensure that SHCP conforms to the following HIPAA standards:</p>
<ul>
<li>Two-factor authentication, example; unique user name and password</li>
<li>Proper remote user access privilege approval system.</li>
<li>Time-outs on inactive portals or <a href="https://zymitry.com/vpn-security-monitoring-controls/" target="_blank" rel="noopener noreferrer">VPN</a> sessions.</li>
<li>Restrictions on downloading of ePHI to remote host devices.</li>
<li>ePHI in transit or at rest must be encrypted on host and server systems.</li>
<li>Ensure remote access users are trained on policies and remote access use.</li>
<li>All computers that use or store ePHI must use anti-malware software.</li>
<li>Use Intrusion Detection/Intrusion Detection Prevention (<a href="https://zymitry.com/ids-idps-detection-methods/" target="_blank" rel="noopener noreferrer">IDS/IDPS</a>).</li>
<li>Conduct regular system scans and audits.</li>
</ul>
<p>&nbsp;</p>
<p><strong>5.0       Procedures</strong></p>
<p>Responsible administrators and managers must consider HIPAA standards when performing maintenance and configuration of information systems. They must implement processes and control procedures that meet HIPAA standards to include effective oversight of activities and transactions. The ISO will establish the requirement for a remote access policy and is responsible for the design, implementation, and management of the clinics security program.</p>
<ul>
<li>Authentication and granting remote access privileges. Individual department heads are responsible for requesting remote access privileges for their employees to include specifying the desired level of access. The department head will initiate a remote access request form that must be approved by the ISO, and then routed to the system administrator. The system administrator will create a unique account requiring a complex password for each remote user. Accounts created will be logged and tracked.</li>
<li>The system administrator will be responsible for configuring a twenty (20) minute inactivity time-out on all <a href="https://zymitry.com/vpn-security-monitoring-controls/" target="_blank" rel="noopener noreferrer">VPN</a> connections.</li>
<li>Downloading ePHI on unprotected non-clinic devices is prohibited. The system administrator will configure mechanisms that will prevent remote hosts from downloading information.</li>
<li>Users transmitting data outside of SHCP systems are required to encrypt the data using SSL certificates and digital signatures. All physical storage media must be encrypted using proven industry standard algorithms. The ISO is responsible for approving all SSL certificates. The system administrator is responsible for the creation, configuration, and tracking of SSL certificates.</li>
<li>The ISO is responsible for overseeing and monitoring security and remote access user training. Department heads are responsible for ensuring employee compliance.</li>
<li>The system administrator will install, update, and monitor anti-malware software on all SHCP computers and servers. The ISO will regularly audit <a href="https://zymitry.com/importance-patch-management-microsoft-systems/" target="_blank" rel="noopener noreferrer">patch</a> and update policy compliance, and review scan logs monthly.</li>
<li>The system administrator will review <a href="https://zymitry.com/ids-idps-detection-methods/" target="_blank" rel="noopener noreferrer">IDS/IDPS</a> scan logs daily. The ISO will audit system logs monthly.</li>
</ul>
<p>&nbsp;</p>
<p><strong>6.0       Guidelines</strong></p>
<p>In the course of business it is inevitable that situations will arise that policy does not specifically address. Guidelines for these issues are as follows:</p>
<ul>
<li>Unforeseen security events or conflicts in procedures are to be referred to the ISO for guidance. In the event that the ISO is unavailable, the system administrator fulfills ISO duties.</li>
</ul>
<p>&nbsp;</p>
<p><strong>7.0       Policy Enforcement and Violations</strong></p>
<p>Violations of this policy will be addressed in accordance relevant SHCP information security and human resource policies. The appropriate level of disciplinary action will be determined on an individual case basis by the appropriate executive or designee, with sanctions up to or including termination depending upon the severity of the offense. The ISO is responsible for official interpretation of this policy. Questions regarding the application of this policy should be directed to the SHCP Information Technology department.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="https://zymitry.com/zymitry-disclaimer/" target="_blank" rel="noopener noreferrer">Disclaimer</a></p>
<p>The post <a href="https://zymitry.com/security-policy-example-remote-access/">Security Policy Example &#8211; Remote Access</a> appeared first on <a href="https://zymitry.com"></a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://zymitry.com/security-policy-example-remote-access/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">946</post-id>	</item>
		<item>
		<title>Security Policy Template for Hand-Held Devices</title>
		<link>https://zymitry.com/security-policy-hand-held-devices/</link>
					<comments>https://zymitry.com/security-policy-hand-held-devices/#respond</comments>
		
		<dc:creator><![CDATA[Greg Palmer]]></dc:creator>
		<pubDate>Fri, 26 Jan 2018 00:23:40 +0000</pubDate>
				<category><![CDATA[Information Security Compliance]]></category>
		<category><![CDATA[device]]></category>
		<category><![CDATA[hand-held]]></category>
		<category><![CDATA[policies]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[template]]></category>
		<guid isPermaLink="false">https://zymitry.com/?p=923</guid>

					<description><![CDATA[<p>Hand-Held Device use has become common place in today&#8217;s business environment to include company owned assets, and personal &#8220;Bring Your Own Device&#8221; (BYOD)&#8217;s. Security of Hand Held Devices normally spans over many of the other standard domains making it practical to treat them as a separate domain.. The SANS Reading Room article; Security Policy for… <span class="read-more"><a href="https://zymitry.com/security-policy-hand-held-devices/">Read More: Security Policy Template for Hand-Held Devices &#187;</a></span></p>
<p>The post <a href="https://zymitry.com/security-policy-hand-held-devices/">Security Policy Template for Hand-Held Devices</a> appeared first on <a href="https://zymitry.com"></a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hand-Held Device use has become common place in today&#8217;s business environment to include company owned assets, and personal &#8220;Bring Your Own Device&#8221; (<a href="https://zymitry.com/byod-policies-practices/" target="_blank" rel="noopener">BYOD</a>)&#8217;s. Security of Hand Held Devices normally spans over many of the other standard domains making it practical to treat them as a separate domain..</p>
<p>The SANS Reading Room article; Security Policy for the use of handheld devices in corporate environments, provides a security <a href="https://zymitry.com/security-policies-standards-procedures/" target="_blank" rel="noopener">policy</a> template for Governing the use of hand-held devices in a corporate environment. Standard template elements are as follows:</p>
<ul>
<li>Introduction</li>
<li>Purpose</li>
<li>Scope of application and obligation</li>
<li>Roles and Responsibilities</li>
<li>Target Readership</li>
<li>How to use the policy template</li>
<li>Definitions</li>
<li>References</li>
</ul>
<p>The actual security policy contains the following elements:</p>
<ul>
<li>General policy requirements which discuss a wide range of elements to include roles and responsibilities of users, inventory of mobile devices, authorized and forbidden services, and user awareness training.</li>
<li>Physical security. This policy includes, physical security as it relates to theft or loss of a mobile device, device safety, password requirements, ownership, remote blocking and wiping, availability and business continuity, and camera use.</li>
<li>Operating System (OS) security. Items covered include firmware and OS update and patching, hardening, signed and unsigned application use, firewalls and anti-virus, and defining a security model for the device itself.</li>
<li>Personal Area Network (PAN) security. Items covered here include, the use of Bluetooth, PINS and pairing, Bluetooth device security, file transfer over PAN, audits, and unauthorized use.</li>
<li>Data security. A few items covered here include, information classification, restrictions, data security as it relates <a href="https://zymitry.com/ethics-related-collection-information/" target="_blank" rel="noopener">handling information</a>, and encryption.</li>
<li>Corporate network access security. Some items listed are. Access control to the network, remote access to corporate resources, internal access to resources, and wireless support.</li>
<li>Over-the-air provisioning security. This policy covers device management, provision security, and communications security</li>
<li>Internet security. Includes acceptable use, general email security, and attachment restrictions,</li>
<li>Forbidden services</li>
<li>Unauthorized actions</li>
</ul>
<p>Overall, the template generally falls in line with other commonly used policy <a href="https://zymitry.com/primary-advantages-cobit-iso-27000-nist/" target="_blank" rel="noopener">frameworks</a>. It covers all the general elements with the exception of legal or industry general requirements.</p>
<p>References</p>
<p>Guerin, N., &amp; Wanner, R. (2008, May 29). <em>Security Policy for the use of handheld devices in corporate environments. </em>Retrieved September 19, 2017, from <a href="https://www.sans.org/reading-room/whitepapers/pda/security-policy-handheld-devices-corporate-environments-32823" target="_blank" rel="noopener">https://www.sans.org/reading-room/whitepapers/pda/security-policy-handheld-devices-corporate-environments-32823</a>.</p>
<p>Johnson, R. (2015). <em>Security Policies and Implementation Issues (2nd ed</em>.). Burlington, MA: Jones &amp; Bartlett Learning.</p>
<p>The post <a href="https://zymitry.com/security-policy-hand-held-devices/">Security Policy Template for Hand-Held Devices</a> appeared first on <a href="https://zymitry.com"></a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://zymitry.com/security-policy-hand-held-devices/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">923</post-id>	</item>
		<item>
		<title>Virtual Private Network (VPN) Security and Monitoring Controls</title>
		<link>https://zymitry.com/vpn-security-monitoring-controls/</link>
					<comments>https://zymitry.com/vpn-security-monitoring-controls/#respond</comments>
		
		<dc:creator><![CDATA[Greg Palmer]]></dc:creator>
		<pubDate>Thu, 25 Jan 2018 01:33:24 +0000</pubDate>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[controls]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[private]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[VPN]]></category>
		<guid isPermaLink="false">https://zymitry.com/?p=909</guid>

					<description><![CDATA[<p>A Virtual Private Network (VPN) is a group of network hosts that can transfer encrypted data between themselves on a Virtual Private Network. The technology creates a safe encrypted connection, usually over public networks such as the internet, that allows remote users and locations such as branch offices, to securely access and share resources. The… <span class="read-more"><a href="https://zymitry.com/vpn-security-monitoring-controls/">Read More: Virtual Private Network (VPN) Security and Monitoring Controls &#187;</a></span></p>
<p>The post <a href="https://zymitry.com/vpn-security-monitoring-controls/">Virtual Private Network (VPN) Security and Monitoring Controls</a> appeared first on <a href="https://zymitry.com"></a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>A Virtual Private Network (VPN) is a group of network hosts that can transfer encrypted data between themselves on a Virtual Private Network. The technology creates a safe encrypted connection, usually over public networks such as the internet, that allows remote users and locations such as branch offices, to securely access and share resources. The main benefit is providing an adequate level of security and encryption to safely transmit private data across unprotected networks. Even though modern Virtual Private Networks use advanced encryption to protect data, additional controls should be utilized to protect them from vulnerabilities that might be introduced through other system componoents and configuration weaknesses.</p>
<p>The following is a list of recommended Virtual Private Network monitoring and security controls:</p>
<ul>
<li>Use firewalls and Intrusion Detection/Prevention Systems <a href="https://zymitry.com/ids-idps-detection-methods/" target="_blank" rel="noopener noreferrer">(IDS/IDPS)</a> in order to <a href="https://zymitry.com/active-passive-network-monitoring-basics/" target="_blank" rel="noopener noreferrer">monitor</a> VPN connections.</li>
<li>Use anti-malware and personal firewalls on remote clients and servers.</li>
<li>All VPN connections require authentication.</li>
<li>Logging enabled and auditing performed on a regular basis in order to detect possible attacks.</li>
<li>Establish user and administrator security training requirements.</li>
<li>VPN&#8217;s placed within a Demilitarized Zone (<a href="https://zymitry.com/security-terms-acronyms/" target="_blank" rel="noopener noreferrer">DMZ</a>) to isolate them from internal protected networks.</li>
<li>Split tunneling to allow local internet access on remote hosts should be prohibited.</li>
<li>Use strong authentication mechanisms to include certificates, smart cards, or tokens.</li>
<li>Access privileges granted on as-needed basis.</li>
<li>Use strong alternative authentication mechanisms such as Terminal Access Controller Access Control System (TACACS), and Remote Authentication Dial-In User Service (RADIUS).</li>
<li>Remote access computers physically secure.</li>
<li>Use strong industry proven encryption with sufficient key strength to protect confidentiality.</li>
</ul>
<p>It is important to note that even though Virtual Private Networks provide secure communications over insecure networks, client-side security must also be addressed in order to ensure end-to-end security.</p>
<p>&nbsp;</p>
<p>References</p>
<p>HKSAR-The Government of the Hong Kong Special Administrative Region. (2008, February). <em>VPN Security.</em> Retrieved September 20, 2017, from https://www.infosec.gov.hk/english/technical/files/vpn.pdf.</p>
<p>Oracle Docs. Defining a VPN. <a href="https://docs.oracle.com/cd/E19047-01/sunscreen32/806-6347/6jfa0g87q/index.html" target="_blank" rel="noopener noreferrer">https://docs.oracle.com/cd/E19047-01/sunscreen32/806-6347/6jfa0g87q/index.html</a>.</p>
<p>Tech Target. Virtual Private Network. <a href="https://web.archive.org/web/20210903022620/https://searchnetworking.techtarget.com/definition/virtual-private-network" target="_blank" rel="noopener noreferrer">http://searchnetworking.techtarget.com/definition/virtual-private-network</a>.</p>
<p>The post <a href="https://zymitry.com/vpn-security-monitoring-controls/">Virtual Private Network (VPN) Security and Monitoring Controls</a> appeared first on <a href="https://zymitry.com"></a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://zymitry.com/vpn-security-monitoring-controls/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">909</post-id>	</item>
		<item>
		<title>Basics of Security Awareness: Users are the Weakest Link</title>
		<link>https://zymitry.com/principles-security-awareness/</link>
					<comments>https://zymitry.com/principles-security-awareness/#respond</comments>
		
		<dc:creator><![CDATA[Greg Palmer]]></dc:creator>
		<pubDate>Tue, 23 Jan 2018 21:47:39 +0000</pubDate>
				<category><![CDATA[System Security]]></category>
		<category><![CDATA[awareness]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[risk]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[training]]></category>
		<guid isPermaLink="false">https://zymitry.com/?p=902</guid>

					<description><![CDATA[<p>Basic Principles of Security Awareness. Security experts consider system users the weakest link in information security. User skill levels and experience can greatly vary, and unlike automated controls, human users can be subject to fatigue, or be distracted, which can lead to mistakes resulting in vulnerabilities. Security awareness training is often a user’s first experience… <span class="read-more"><a href="https://zymitry.com/principles-security-awareness/">Read More: Basics of Security Awareness: Users are the Weakest Link &#187;</a></span></p>
<p>The post <a href="https://zymitry.com/principles-security-awareness/">Basics of Security Awareness: Users are the Weakest Link</a> appeared first on <a href="https://zymitry.com"></a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Basic Principles of Security Awareness. Security experts consider system users the weakest link in information security. User skill levels and experience can greatly vary, and unlike automated controls, human users can be subject to fatigue, or be distracted, which can lead to mistakes resulting in vulnerabilities. Security awareness training is often a user’s first experience with information security. Most employees want to do a good job and do the right thing, but dependent on their skill level, they might not be aware how to practice good information security. Awareness training provides employees the following:</p>
<ul>
<li>Basic principles of information security</li>
<li>Awareness of information security threats and <a href="https://zymitry.com/risk-management-success/" target="_blank" rel="noopener">risks</a></li>
<li>How to recognize and react to unexpected <a href="https://zymitry.com/risk-management-success/" target="_blank" rel="noopener">risks</a> and <a href="https://web.archive.org/web/20230322085647/https://zymitry.com/information-incident-response/" target="_blank" rel="noopener">security events</a></li>
<li>How to report suspicious activity</li>
<li>Builds a security culture throughout the organization</li>
</ul>
<p>Techniques to keep security awareness fresh in user minds include:</p>
<ul>
<li>Ensure<a href="https://zymitry.com/leaderships-role-information-security/" target="_blank" rel="noopener"> executive and management support</a>. When top executives and management provide noticeable vocal support, it provides a sense of the importance of information security organization-wide.</li>
<li>Use awareness aids such as posters, newsletters, email tips, blogs, and other reminders. People are different and learn in different ways. Using different types of aids helps ensure that the message gets through to employees in many different areas of the organization.</li>
<li>Focus on changing behaviors. The goal is to create a culture of security. One way of doing this is relating awareness to employee’s personal life, family, and home. This allows employees to share security materials and information outside of work with family and friends making information security a part of their personal life as well. Make awareness engaging or interactive. This can often be fun for employees.</li>
<li>Solicit ideas and feedback. Ask employees how security awareness can be improved. This gets employees directly involved in security programs.</li>
<li>Measure success and growth. Track training completion. Get feedback on what employees like about training and what could use improvement.</li>
</ul>
<p>&nbsp;</p>
<p>References</p>
<p>Johnson, R. (2015). <em>Security Policies and Implementation Issues (2nd ed.).</em> Burlington, MA: Jones &amp; Bartlett Learning.</p>
<p>Lohrmann, D. (2014, March 09). <em>Ten Recommendations for Security Awareness Programs. </em>Retrieved September 20, 2017, from <a href="http://www.govtech.com/blogs/lohrmann-on-cybersecurity/Ten-Recommendations-for-Security-Awareness-Programs.html" target="_blank" rel="noopener">http://www.govtech.com/blogs/lohrmann-on-cybersecurity/Ten-Recommendations-for-Security-Awareness-Programs.html</a>.</p>
<p>The post <a href="https://zymitry.com/principles-security-awareness/">Basics of Security Awareness: Users are the Weakest Link</a> appeared first on <a href="https://zymitry.com"></a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://zymitry.com/principles-security-awareness/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">902</post-id>	</item>
		<item>
		<title>Primary Advantages of COBIT, ISO 27000, and NIST</title>
		<link>https://zymitry.com/primary-advantages-cobit-iso-27000-nist/</link>
					<comments>https://zymitry.com/primary-advantages-cobit-iso-27000-nist/#respond</comments>
		
		<dc:creator><![CDATA[Greg Palmer]]></dc:creator>
		<pubDate>Tue, 23 Jan 2018 04:01:31 +0000</pubDate>
				<category><![CDATA[Information Security Compliance]]></category>
		<category><![CDATA[advantages]]></category>
		<category><![CDATA[COBIT]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[NIST]]></category>
		<category><![CDATA[policies]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[similar]]></category>
		<guid isPermaLink="false">https://zymitry.com/?p=896</guid>

					<description><![CDATA[<p>The following is a list of the primary benefits of the COBIT, ISO 27000, and NIST frameworks: COBIT COBIT allows much broader scope and takes into account all IT management processes. Geared towards a method of successfully executing key policies and procedures. It is often used to tie together controls, technical issues and risks, within… <span class="read-more"><a href="https://zymitry.com/primary-advantages-cobit-iso-27000-nist/">Read More: Primary Advantages of COBIT, ISO 27000, and NIST &#187;</a></span></p>
<p>The post <a href="https://zymitry.com/primary-advantages-cobit-iso-27000-nist/">Primary Advantages of COBIT, ISO 27000, and NIST</a> appeared first on <a href="https://zymitry.com"></a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The following is a list of the primary benefits of the COBIT, ISO 27000, and NIST frameworks:</p>
<p><span style="text-decoration: underline;">COBIT<br />
</span></p>
<ul>
<li>COBIT allows much broader scope and takes into account all <a href="https://zymitry.com/leaderships-role-information-security/" target="_blank" rel="noopener">IT management</a> processes.</li>
<li>Geared towards a method of successfully executing key <a href="https://zymitry.com/security-policies-standards-procedures/" target="_blank" rel="noopener">policies</a> and procedures. It is often used to tie together controls, technical issues and risks, within an organization.</li>
<li>COBIT is managed by the Information Systems Audit and Control Association (ISACA) so it is kept up to date with current technology, and is globally accepted.</li>
<li>Allows scope to extend beyond IT and into management of the organization.</li>
</ul>
<p><span style="text-decoration: underline;">ISO 27002</span></p>
<ul>
<li>ISO 27002 provides best practice recommendations for an Information Security Management System (ISMS) standard. The 27001 and 27002 are used together to provide a management system, and specify industry-related controls. The ISO 27002 is an IT department focused standard.</li>
<li>Allows system managers to identify and mitigate gaps and overlaps in coverage.</li>
<li>Limited in scope compared to other standards.</li>
</ul>
<p><span style="text-decoration: underline;">NIST</span></p>
<ul>
<li>NIST is a Federal Government standard that covers a Risk Management Framework which addresses security controls in accordance with the Federal Information Processing Standard (FIPS) 200. This means that the standard has been through a very stringent review process and is very thorough.</li>
<li>Provides a level of detail for organizations not wanting to do a lot of customization. Comprehensive.</li>
<li>Like the ISO standard, NIST is limited in scope to information security.</li>
</ul>
<p>&nbsp;</p>
<p>When comparing COBIT to the other standards, it does have some appealing advantages. Since it allows for a wide-scope to include management outside of IT, it makes it easier to customize and integrate into the organization. COBIT is a good choice for an organization-wide framework allowing flexibility. Both ISO and NIST are restricted in scope to IT, and are not as flexible. A notable point is that all Government agencies and contractors must adhere to NIST standards. Much depends on the organization, its purpose, and if it is private or Government affiliated. For large private enterprises with no Government ties, COBIT is a desirable framework because of its broad scope, and flexibility.</p>
<p>&nbsp;</p>
<p>References</p>
<p>Agnosticator. (2013, December 09). <em>A Comparison of COBIT, ITIL, ISO 27002 and NIST. </em>Retrieved September 9, 2017, from <a href="http://agnosticationater.blogspot.com/2013/12/a-comparison-of-cobit-itil-iso-27002.html" target="_blank" rel="noopener">http://agnosticationater.blogspot.com/2013/12/a-comparison-of-cobit-itil-iso-27002.html</a>.</p>
<p>Gallagher, P. D. (2013, April). <em>NIST Special Publication 800-53 Revision 4. Security and </em><em>Privacy Controls for Federal Information Systems and Organizations.</em> Retrieved September 9, 2017, from <a href="https://web.archive.org/web/20250531222210/https://nvlpubs.nist.gov/nistpubs/specialpublications/nist.sp.800-53r4.pdf" target="_blank" rel="noopener">http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-53r4.pdf</a>.</p>
<p>The post <a href="https://zymitry.com/primary-advantages-cobit-iso-27000-nist/">Primary Advantages of COBIT, ISO 27000, and NIST</a> appeared first on <a href="https://zymitry.com"></a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://zymitry.com/primary-advantages-cobit-iso-27000-nist/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">896</post-id>	</item>
		<item>
		<title>IT &#038; Security Framework and Policy Development Team</title>
		<link>https://zymitry.com/framework-policy-development-team/</link>
					<comments>https://zymitry.com/framework-policy-development-team/#respond</comments>
		
		<dc:creator><![CDATA[Greg Palmer]]></dc:creator>
		<pubDate>Tue, 23 Jan 2018 01:05:31 +0000</pubDate>
				<category><![CDATA[Information Security Compliance]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[policies]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[roles]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[team]]></category>
		<category><![CDATA[technology]]></category>
		<guid isPermaLink="false">https://zymitry.com/?p=890</guid>

					<description><![CDATA[<p>The IT security policy framework is the foundation of an organizations information security program. The framework consists of a library of documents, but is just not a collection of documents. The framework and its documents are used to build an organizations processes, determine appropriate technologies to use, and lay the foundation for policy enforcement. The… <span class="read-more"><a href="https://zymitry.com/framework-policy-development-team/">Read More: IT &#038; Security Framework and Policy Development Team &#187;</a></span></p>
<p>The post <a href="https://zymitry.com/framework-policy-development-team/">IT &#038; Security Framework and Policy Development Team</a> appeared first on <a href="https://zymitry.com"></a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The IT security <a href="https://zymitry.com/security-policies-standards-procedures/" target="_blank" rel="noopener">policy</a> framework is the foundation of an organizations information security program. The framework consists of a library of documents, but is just not a collection of documents. The framework and its documents are used to build an organizations processes, determine appropriate technologies to use, and lay the foundation for policy enforcement. The framework is a way for management to communicate the importance of information security to the rest of the organization.</p>
<p>Typical business areas commonly involved with <a href="https://zymitry.com/security-policies-standards-procedures/" target="_blank" rel="noopener">policy</a> framework include; development, maintenance, and compliance. Some of the common roles associated with <a href="https://zymitry.com/security-policies-standards-procedures/" target="_blank" rel="noopener">policy</a> framework include; Chief Information Security Officer (<a href="https://zymitry.com/leaderships-role-information-security/" target="_blank" rel="noopener">CISO</a>), Information Resources Manager, and Security Manager.</p>
<p>The SANS Reading Room publication; Information Security Policy &#8211; A Development Guide for Large and Small Companies, describes a guideline rather than specific roles.  The guideline describes a two-part structure consisting of primary involvement members, and secondary involvement members.</p>
<p>Primary Involvement:</p>
<ul>
<li>Information Security Team. The team or parts of the team should be assigned overall responsibility for developing framework, and policies. Overall control is normally given to a designated member with others in supporting roles as needed. The primary team guides <a href="https://zymitry.com/security-policies-standards-procedures/" target="_blank" rel="noopener">policy</a> framework and <a href="https://zymitry.com/security-policies-standards-procedures/" target="_blank" rel="noopener">policy</a> from development through to revision as the cycle dictates.</li>
<li>Technical Writers(s). Many companies have technical writers on staff. Even though they probably will not take an active role in development, they can be an invaluable resource when it comes to planning and structure of the project.</li>
</ul>
<p>Secondary Involvement:</p>
<ul>
<li><a href="https://zymitry.com/computer-incident-response-teams/" target="_blank" rel="noopener">Technical Staff</a>: In addition to <a href="https://zymitry.com/developing-effective-red-team/" target="_blank" rel="noopener">security staff</a>, it is probable that expertise from other areas will be needed. Staff from these areas will have in-depth knowledge of day-to-day operations, and knowledgeable of technical issues in their areas.</li>
<li>Legal Counsel should review policy documents when complete. They can also provide guidance on industry <a href="https://zymitry.com/online-terms-service-contract-law/" target="_blank" rel="noopener">regulations</a> such as the Health Information Portability and Accountability Act (<a href="https://zymitry.com/health-information-privacy-complaint/" target="_blank" rel="noopener">HIPAA</a>), and Sarbanes Oxley (<a href="https://zymitry.com/section-409-sarbanes-oxley-act-sox/" target="_blank" rel="noopener">SOX</a>).</li>
<li>Human Resources (HR) should also review all policies to ensure they comply with company HR policies.</li>
<li>Audit and Compliance. Departments responsible for internal audits will likely be involved in monitoring policies. They should be involved in the development of frameworks and policies to ensure that they are enforceable.</li>
<li>User Groups. During revision stages users can provide a good indication on how successful a policy has been, and what parts might need revision. They often notice where improvements can be made in style, layout, and wording.</li>
</ul>
<p>References</p>
<p>Diver, S. (06, July 12).<em> Information Security Policy &#8211; A Development Guide for Large and Small Companies. </em>Retrieved September 7, 2017, from <a href="https://www.sans.org/reading-room/whitepapers/policyissues/information-security-policy-development-guide-large-small-companies-1331" target="_blank" rel="noopener">https://www.sans.org/reading-room/whitepapers/policyissues/information-security-policy-development-guide-large-small-companies-1331</a>.</p>
<p>The post <a href="https://zymitry.com/framework-policy-development-team/">IT &#038; Security Framework and Policy Development Team</a> appeared first on <a href="https://zymitry.com"></a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://zymitry.com/framework-policy-development-team/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">890</post-id>	</item>
	</channel>
</rss>
