Skip to content

Commit 57e9075

Browse files
committed
1.09 Final
1 parent 937d6b7 commit 57e9075

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

FLAIR.cmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,12 @@ if %V_OS% GEQ 61 (
8888
FSUTIL.exe usn readjournal %SystemDrive% csv > "%outputdir%\USN_System.csv"
8989
)
9090
call :logme File: SystemRoot
91+
"%Store%Utils\LogParser.exe" -stats:OFF -oDQuotes:on -i:fs -o:csv -recurse:0 -useLocalTime:OFF -preserveLastAccTime:ON "Select Path,HASHMD5_FILE(Path) AS Hash,Size,Attributes,CreationTime,LastAccessTime,LastWriteTime INTO '%outputdir%\LP_Systemroot.csv' from '%SystemRoot%\*.*'" >> "%outputdir%\_COLLECTION_LOG.TXT" 2>&1
9192
if "%x64%" EQU "64" (
93+
call :logme File: SystemRoot - SysWOW64
9294
"%Store%Utils\LogParser.exe" -stats:OFF -oDQuotes:on -i:fs -o:csv -recurse:-1 -useLocalTime:OFF -preserveLastAccTime:ON "Select Path,HASHMD5_FILE(Path) AS Hash,Size,Attributes,CreationTime,LastAccessTime,LastWriteTime INTO '%outputdir%\LP_SysWOW64.csv' from %SystemRoot%\SysWOW64\*.*" >> "%outputdir%\_COLLECTION_LOG.TXT" 2>&1
9395
)
96+
call :logme File: SystemRoot - System32
9497
"%Store%Utils\LogParser.exe" -stats:OFF -oDQuotes:on -i:fs -o:csv -recurse:-1 -useLocalTime:OFF -preserveLastAccTime:ON "Select Path,HASHMD5_FILE(Path) AS Hash,Size,Attributes,CreationTime,LastAccessTime,LastWriteTime INTO '%outputdir%\LP_System32.csv' from '%SystemRoot%\System32\*.*'" >> "%outputdir%\_COLLECTION_LOG.TXT" 2>&1
9598
call :logme File: Profiles
9699
"%Store%Utils\LogParser.exe" -stats:OFF -oDQuotes:on -i:fs -o:csv -recurse:-1 -useLocalTime:OFF -preserveLastAccTime:ON "Select Path,HASHMD5_FILE(Path) AS Hash,Size,Attributes,CreationTime,LastAccessTime,LastWriteTime INTO '%outputdir%\LP_USERPROFILE.csv' from '%USERPROFILE%\..\*.*'" >> "%outputdir%\_COLLECTION_LOG.TXT" 2>&1

Readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,19 @@ The use of FLAIR on Multiple Locales remains the same (French, German etc), it s
2626

2727
French
2828
'''DOS
29+
Connexions actives
30+
31+
Proto Adresse locale Adresse distante État
32+
TCP 0.0.0.0:25 0.0.0.0:0 LISTENING 5788
33+
2934
'''
3035

3136
German
3237
'''DOS
38+
Aktive Verbindungen
39+
40+
Proto Lokale Adresse Remoteadresse Status PID
41+
TCP 0.0.0.0:25 0.0.0.0:0 ABH™REN 4552
3342
'''
3443

3544
While the names and status fields reflect the locale of the target, the relative position remains the same. Even so when processing non-English targets it is something to consider.

Versions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,4 @@ Examples of the OS version as recovered from the VER command and stored in %V_OS
7171
| | | | Added the use of a 'Release' folder |
7272
| | | | Commented out the creation of self-extracting EXE for now |
7373
| | | | Simplified the logic for checking for the presence of Exchange server |
74+
| | | | Added 'Windows' folder to Logparser collection without recursion |

0 commit comments

Comments
 (0)