Questions tagged [checkpoint]

Check Point Software Technologies is a widely deployed brand of firewalls and other security and networking products.

Check Point Software Technologies is a widely deployed brand of firewalls and other security and networking products.

304 questions
0
votes
1 answer

Log Parser COM -iCheckpoint

I have these Apache Tomcat logs which i'm looking to load into database. The current process is to load the logs the day after. The aim is to incrementally load the log for the day at 12pm, 3pm and 6pm. I've had a look at the log parser help and…
user1087943
  • 489
  • 1
  • 7
  • 15
0
votes
1 answer

How to use fw1-loggrabber client

While trying to run a fw1-leggrabber client as fw1.loggrabber -l lea.conf --debug-level 3 i get the following debug message: debug message I have installed CheckPointR75.20 Splat. I created a new OPSEC Application using the SmartDashBoard Client.…
ashokadhikari
  • 1,182
  • 3
  • 15
  • 29
0
votes
1 answer

How to log into SmartDashBoard?

I installed the CheckPoint SecurePlatform R75.20 on my VirtualBox. I configured it. Now in order to create an OPSEC Application and proceed to maintaining a LEA server, i need to login to SmartDash Board. I define me (i.e my ip) as a GUI client, and…
ashokadhikari
  • 1,182
  • 3
  • 15
  • 29
0
votes
1 answer

$FWDIR does not point anywhere

I have installed Check Point R75.20 splat. Check Point firewall logs can be accessed directly by using OPSEC LEA. For that I need to have a LEA connection. Now to set up a LEA connection, I need to do the following steps: 1)In the FWDIR\conf…
ashokadhikari
  • 1,182
  • 3
  • 15
  • 29
0
votes
1 answer

How to pull Check Point Logs from a Check Point Device

What I need to do is that, I need to pull the Check Point Logs from a Check Point device. I have read that, in order to accomplish this, we have following things, The OPSEC LEA (Log Export API) provides the ability to pull logs from a Check Point…
ashokadhikari
  • 1,182
  • 3
  • 15
  • 29
0
votes
2 answers

Need a simple, DRY, general-purpose checkpointing mechanism

Context: Many of the operations I'm doing require lengthy web accesses. Sometimes a web access fails and the process needs to be restarted. And it's a pain to restart the process from scratch. So I've written a number of ad-hoc approaches to…
fearless_fool
  • 33,645
  • 23
  • 135
  • 217
-1
votes
1 answer

How can i run code after a certain point?

I work in PyCharm and I wish that I hadn't run the whole code every time because it takes a lot of time. Especially when I'm making a small change. Is there some kind of checkpoint? To run only the part that I did some change to it. Something like…
-1
votes
1 answer

How do I fix a HTTP Error 400: Bad Request in python3?

I am trying to access checkpoint firewall by using it's API but for some reason I am getting HTTP Error 400: Bad Request, I have never had this before. Any ideas? Here is my code: import json import ssl import urllib.request, urllib.parse,…
-1
votes
1 answer

HttpresponseMessage risposta = await client.PostAsync(new Uri(uri), queryString); ends execution prematurely

I'm trying to connect to CheckPoint APIs with some c# code, i type in all the data(username and password in json format and compile the Uri) and when i do the call it just ends the execution without exceptions Here's the code public async…
-1
votes
1 answer

Tensorflow: Model trained(checkpoint files) on GPU can be converted to CPU running model?

A model is trained with GPU and result is saved by checkpoint file. The saved checkpoint file can be run by cpu-tensorflow? If not, can convert the saved checkpoint file so as to run model in cpu-tensorflow?
liu bob
  • 21
  • 1
-1
votes
3 answers

Using a variable between regexp inside foreach

I need to get all macs based on a list that match checkpoint and cisco vendors. I do a "show ip arp" on Cisco Router, catch the arp output and save on file. Now, I need to check line by line what macs I have. To be exact, I need to match only the…
Danilo Braga
  • 63
  • 2
  • 9
-1
votes
1 answer

vpn site to site, remote site behind firewall

I am trying to connect several computers located in a remote site to our company network. we have been given internet access but not a public ip address. we can use addresses in the range 192.168.10.0/24 I would like to create a site to site vpn…
user2369812
  • 779
  • 2
  • 9
  • 21
-2
votes
1 answer

How do jsr 352 checkpoints work in a failure/rollback scenario?

It's possible to use "checkpoint" into "itemReader" and "itemWriter". If I define a commit each 10 items, the batch reads 10 items and calls the "itemWriter" code. Now, if the "itemWriter" fails (rollback on database), I have: checkinfo for…
mikael
  • 1
  • 1
-2
votes
1 answer

Checkpoint regex

I found these two expressions in documentation: To match subdomains of mydomain.com: (^|.*\.)mydomain\.com To match domain and subdomains of mydomain.com: (^|.*\.)*mydomain\.com I can't understand why those expressions mean what they say they mean.…
-2
votes
1 answer

VPN Device name

I use microsoft azure virtual network with a VPN gateway, I want to connect to a checkpoint site to site VPN. The other party asks what is my VPN device name. Which I dont have an answer to. Are they asking a brand name? Azure portal says VPN type:…
1 2 3
20
21