Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.204
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
Windows /
PLA /
Rules /
Delete
Unzip
Name
Size
Permission
Date
Action
en-US
[ DIR ]
drwxrwxrwx
2023-03-23 12:54
pt-BR
[ DIR ]
drwxrwxrwx
2019-12-07 15:53
Rules.System.CPU.xml
8.81
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Common.xml
2.99
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Configuration.xml
281.04
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Diagnostics.xml
165.06
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Disk.xml
6.28
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Finale.xml
6.96
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Memory.xml
12.61
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.NetDiagFramework.xml
55.94
KB
-rw-rw-rw-
2019-12-07 10:08
Rules.System.NetTrace.xml
393
B
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Network.xml
3.38
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Performance.xml
3.35
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Summary.xml
18.12
KB
-rw-rw-rw-
2019-12-07 10:09
Rules.System.Wired.xml
39.95
KB
-rw-rw-rw-
2019-12-07 10:08
Rules.System.Wireless.xml
156.19
KB
-rw-rw-rw-
2019-12-07 10:08
Save
Rename
<?xml version="1.0" encoding="UTF-8"?> <?Copyright (c) Microsoft Corporation. All rights reserved.?> <Rules> <Group name="$(GroupCommon)" enabled="true"> <Rule name="$(RuleWarningTable)" enabled="true"> <Step select="/Report/Section[1]"> <Exists> <Otherwise> <Variable name="warningTable">/Report/Section/Table[@name='warning']</Variable> <Insert> <Node axis="preceding-sibling"> <Section name="advice" key="100"> <Table name="warning" style="info" key="2" topic="TopicTestResults" expand="true"/> </Section> </Node> </Insert> </Otherwise> </Exists> </Step> </Rule> <Rule name="$(RuleMiss)" enabled="true"> <Step select="/Report/Section/Table[@name='collection']/Item[Data[@name='events'] != 0 and Data[@name='lostEvents'] != 0]" fatal="true"> <Variable name="events" expression="format-number(Data[@name='events']+Data[@name='lostEvents'],'#,##0')"/> <Variable name="lost" expression="format-number(Data[@name='lostEvents'],'#,##0')"/> <Variable name="percentlost" expression="round((Data[@name='lostEvents'] div (Data[@name='events']+Data[@name='lostEvents']))*100)"/> <Exists> <When expression="{percentlost} >= 10" description="Maximum allowable number of lost trace events. This rule will issue a warning if the number of lost events exceeds this value. The default value is greater than 10%"> <Variable name="symptom">$(missingEvents)</Variable> <Variable name="details">$(missingEventsDetails)</Variable> <Variable name="related">$(missingEventsRelated)</Variable> <Warning tag="rptHighLostCount" select="Data[@name='lostEvents']" type="info" table="{warningTable}"> <Item> <Data name="severity" img="info" link="rptHighLostCount" message="rptHighLostCount" translate="value">info</Data> <Data name="symptom" message="rptHighLostCount">{symptom}</Data> <Data name="details">{details}</Data> <Data name="related" url="http://go.microsoft.com/fwlink/?LinkID=70094">{related}</Data> </Item> </Warning> </When> </Exists> </Step> </Rule> </Group> <StringTable> <String ID="GroupCommon">Global Warning Table</String> <String ID="RuleWarningTable">Global Warning Table</String> <String ID="RuleMiss">Missing Events in Trace file</String> <String ID="missingEvents">Missing Events in Event Log</String> <String ID="missingEventsDetails">Investigate why {percentlost}% ({lost}) events were lost during data collection. The settings for Event Tracing for Windows (ETW) maximum buffers and buffer size may not be optimal depending on which data sets are being collected.</String> <String ID="missingEventsRelated">Event Tracing for Windows</String> </StringTable> </Rules>