<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://orourke.tv/web/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>orourke.tv - security</title>
        <description>every banana has 5 sides</description>
        <link>http://orourke.tv/web/</link>
        <lastBuildDate>Mon, 21 Sep 2026 19:55:42 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>http://orourke.tv/web/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
            <title>orourke.tv</title>
            <link>http://orourke.tv/web/</link>
        </image>
        <item>
            <title>email</title>
            <link>http://orourke.tv/web/doku.php?id=security:email&amp;rev=1727629462&amp;do=diff</link>
            <description>Email Security

	* SFP, DMARC and DKIM - tool - Reference: &lt;https://binsec.nl/powershell-script-for-spf-dmarc-and-dkim-validation/&gt;
		*  Install Powershell script - 
Install-Module DomainHealthChecker

		*  Run the command - 
Invoke-SpfDkimDmarc -Name &lt;domain&gt;



SFP

&lt;https://www.cloudflare.com/learning/dns/dns-records/dns-spf-record/&gt;

Example - DNS TXT record for orourke.tv is the below - which includes the SMTP IP address for smtp.reg365.net</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 29 Sep 2024 17:04:22 +0000</pubDate>
        </item>
        <item>
            <title>openssl</title>
            <link>http://orourke.tv/web/doku.php?id=security:openssl&amp;rev=1786617477&amp;do=diff</link>
            <description>Open SSL TIPS

Check TLS Version supported by a Server


openssl s_client -connect www.google.com:443 -tls1_3
openssl s_client -connect www.google.com:443 -tls1_2
openssl s_client -connect www.google.com:443 -tls1_1
openssl s_client -connect www.google.com:443 -tls1</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 13 Aug 2026 10:37:57 +0000</pubDate>
        </item>
    </channel>
</rss>
