mandiant / GeoLogonalyzer

GeoLogonalyzer is a utility to analyze remote access logs for anomalies such as travel feasibility and data center sources.
Apache License 2.0
194 stars 59 forks source link

is there a limitation for the lines ? #7

Open mohelbahy opened 6 years ago

mohelbahy commented 6 years ago

hello guys I tried the script with CSV log file contains 14606 lines I got the following error Traceback (most recent call last): File "./GeoLogonalyzer.py", line 980, in main(args) File "./GeoLogonalyzer.py", line 662, in main time, ip_string, user, hostname, client = get_csv_details(line) File "./GeoLogonalyzer.py", line 301, in get_csv_details ip_string = line_list[2].strip()

are you aware about any limitation ?

davidpany commented 6 years ago

There is no known input file size limit. I recently tested on a CSV file with 63,206 rows of input. Is there more to your error? The traceback you shared looks incomplete and does not seem to indicate why the tool failed.