<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://kb.whizzbang.co/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://kb.whizzbang.co/feed.php">
        <title>Whizzbang Tech Stuff - qnd:azure</title>
        <description></description>
        <link>https://kb.whizzbang.co/</link>
        <image rdf:resource="https://kb.whizzbang.co/_media/logo.png" />
       <dc:date>2026-05-15T16:27:21+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://kb.whizzbang.co/qnd:azure:app_services?rev=1618324271&amp;do=diff"/>
                <rdf:li rdf:resource="https://kb.whizzbang.co/qnd:azure:azure_iaas?rev=1633611671&amp;do=diff"/>
                <rdf:li rdf:resource="https://kb.whizzbang.co/qnd:azure:kusto_query_language_kql?rev=1661442365&amp;do=diff"/>
                <rdf:li rdf:resource="https://kb.whizzbang.co/qnd:azure:security_center?rev=1615310682&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://kb.whizzbang.co/_media/logo.png">
        <title>Whizzbang Tech Stuff</title>
        <link>https://kb.whizzbang.co/</link>
        <url>https://kb.whizzbang.co/_media/logo.png</url>
    </image>
    <item rdf:about="https://kb.whizzbang.co/qnd:azure:app_services?rev=1618324271&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-04-13T14:31:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>app_services</title>
        <link>https://kb.whizzbang.co/qnd:azure:app_services?rev=1618324271&amp;do=diff</link>
        <description>App Services

	*  &lt;https://docs.microsoft.com/en-us/azure/app-service/networking/private-endpoint&gt;
	*  &lt;https://docs.microsoft.com/en-us/azure/app-service/web-sites-integrate-with-vnet&gt;</description>
    </item>
    <item rdf:about="https://kb.whizzbang.co/qnd:azure:azure_iaas?rev=1633611671&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-10-07T13:01:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>azure_iaas</title>
        <link>https://kb.whizzbang.co/qnd:azure:azure_iaas?rev=1633611671&amp;do=diff</link>
        <description>Azure IaaS

Virtual Machine Agents/Extensions

	*  &lt;https://docs.microsoft.com/en-us/azure/azure-monitor/agents/agents-overview&gt;

Get VM creation date-time

Using the VM managed disk as a proxy for the machine this one-liner gets the creation date-time of the disk. This is not a perfect solution, but it will work in many cases.</description>
    </item>
    <item rdf:about="https://kb.whizzbang.co/qnd:azure:kusto_query_language_kql?rev=1661442365&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-08-25T15:46:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>kusto_query_language_kql</title>
        <link>https://kb.whizzbang.co/qnd:azure:kusto_query_language_kql?rev=1661442365&amp;do=diff</link>
        <description>Kusto Query Language (KQL)

	*  #azure #sentinel
	*  KQL for Resource Graph Explorer
	*  &lt;https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/sqlcheatsheet&gt;
	*  &lt;https://github.com/reprise99/Sentinel-Queries&gt;

Queries

Select records where a column does not contain any of the listed substrings


SecurityEvent
| where not(Computer has_any (&quot;mgmt&quot;, &quot;imagine&quot;))


Alternate form that works for a single substring match</description>
    </item>
    <item rdf:about="https://kb.whizzbang.co/qnd:azure:security_center?rev=1615310682&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-03-09T17:24:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>security_center</title>
        <link>https://kb.whizzbang.co/qnd:azure:security_center?rev=1615310682&amp;do=diff</link>
        <description>Azure Security Center

	*  The alerts generated in ASC often stop short of giving enough details to be useful. For example, one alert indicated an error occurred while handling some malware, but it does not indicate any details of the error. Another example, the alert message was, The system process SVCHOST was observed running in an abnormal context, but it&#039;s not clear as to what</description>
    </item>
</rdf:RDF>
