<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Delete of Domains in SAS Visual Investigator 10.6 in Fraud, AML and Security Intelligence</title>
    <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Delete-of-Domains-in-SAS-Visual-Investigator-10-6/m-p/672273#M641</link>
    <description>&lt;P&gt;Hello ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It works thanks a lot.&lt;/P&gt;</description>
    <pubDate>Sat, 25 Jul 2020 06:22:48 GMT</pubDate>
    <dc:creator>chaudharydeepak</dc:creator>
    <dc:date>2020-07-25T06:22:48Z</dc:date>
    <item>
      <title>Delete of Domains in SAS Visual Investigator 10.6</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Delete-of-Domains-in-SAS-Visual-Investigator-10-6/m-p/667676#M628</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm working SAS Visual Investigator 10.6. I want to know how I can delete domains from the SAS&amp;nbsp;Visual Investigator.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 11:23:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Delete-of-Domains-in-SAS-Visual-Investigator-10-6/m-p/667676#M628</guid>
      <dc:creator>chaudharydeepak</dc:creator>
      <dc:date>2020-07-08T11:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Delete of Domains in SAS Visual Investigator 10.6</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Delete-of-Domains-in-SAS-Visual-Investigator-10-6/m-p/667941#M629</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Although the UI doesn't currently allow you to delete a domain, you can delete it from a REST call. You will have to delete any alerts associated with that domain first. The curl statement for the delete is shown below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;exec curl -I -X DELETE "http://$HOST:$PORT/svi-alert/domains/$DOMAIN_ID" \
  --header "Content-Type:application/json" \
  --header "Authorization: Bearer $TOKEN"
&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 03:28:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Delete-of-Domains-in-SAS-Visual-Investigator-10-6/m-p/667941#M629</guid>
      <dc:creator>_austin_</dc:creator>
      <dc:date>2020-07-09T03:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Delete of Domains in SAS Visual Investigator 10.6</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Delete-of-Domains-in-SAS-Visual-Investigator-10-6/m-p/672273#M641</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It works thanks a lot.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2020 06:22:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Delete-of-Domains-in-SAS-Visual-Investigator-10-6/m-p/672273#M641</guid>
      <dc:creator>chaudharydeepak</dc:creator>
      <dc:date>2020-07-25T06:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Delete of Domains in SAS Visual Investigator 10.6</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Delete-of-Domains-in-SAS-Visual-Investigator-10-6/m-p/684121#M665</link>
      <description>Hi, can please tell me Why do we use domain window in SAS Visual investigator?what is the use?</description>
      <pubDate>Wed, 16 Sep 2020 05:13:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Delete-of-Domains-in-SAS-Visual-Investigator-10-6/m-p/684121#M665</guid>
      <dc:creator>shravanisreeyan</dc:creator>
      <dc:date>2020-09-16T05:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Delete of Domains in SAS Visual Investigator 10.6</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Delete-of-Domains-in-SAS-Visual-Investigator-10-6/m-p/684252#M666</link>
      <description>&lt;P&gt;Are you asking "what are alert domains good for"?&lt;/P&gt;
&lt;P&gt;If that is the question, I would explain it this way. Visual Investigator is meant to be an enterprise-level solution. So it may be used by multiple groups in a company for different reasons. For example, a domain can be used to represent a business unit, such as anti-money laundering or fraud. One of the principles of the alert framework is that we pull together all the suspicious activity for an "actionable entity" (the entity you need to investigate) into a single alert. But in a big system, different businesses could be investigating the same entity for different reasons. You probably don't want the fraud indicators triaged together with the money laundering activity or the insider threat activity. Each of those "alerting domains" are worked by different people, showing different information and behaving differently.&amp;nbsp;For this reason, tagging your alerting event data by alert domain separates the alerts, guaranteeing that information from one source can be worked independently from information about another source.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 14:56:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Delete-of-Domains-in-SAS-Visual-Investigator-10-6/m-p/684252#M666</guid>
      <dc:creator>_austin_</dc:creator>
      <dc:date>2020-09-16T14:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Delete of Domains in SAS Visual Investigator 10.6</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Delete-of-Domains-in-SAS-Visual-Investigator-10-6/m-p/685677#M671</link>
      <description>&lt;P&gt;Why do we create bridge table while creating relationships between entities ??On what basis we are creating?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 12:40:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Delete-of-Domains-in-SAS-Visual-Investigator-10-6/m-p/685677#M671</guid>
      <dc:creator>shravanisreeyan</dc:creator>
      <dc:date>2020-09-22T12:40:10Z</dc:date>
    </item>
  </channel>
</rss>

