Questions tagged [ips]

A seldom-used tag to mean the plural of "IP" protocol or addressing. Please avoid using this tag and use the singular form instead.

16 questions
215
votes
10 answers

How to create .ipa file using Xcode?

Please tell me the complete procedure to build my app & use it on a real iPhone.
Surjit Joshi
  • 3,287
  • 2
  • 18
  • 20
2
votes
0 answers

atos failed to read xx.dSYM: The file “DWARF” couldn’t be opened

I have a crash report from MyApp,so I have a dSYM file. I have run the following code: atos -arch arm64 -o MyApp.app.dSYM -l 0x104148000 0x00000001080031fc However, instead of getting the proper output, I am receiving an error: atos failed to read…
1
vote
1 answer

how to identify a patient in FHIR IPS?

In International Patient Summary (IPS), how is it expected to uniquely identify a cross-border Patient? To elaborate, IATA has a way to track all passengers across the globe. How can the healthcare systems do that? I'm unable to figure this from hl7…
pMan
  • 8,808
  • 11
  • 32
  • 35
0
votes
1 answer

Suricata inline mode (netfilterqueue) problem with droping by http.host

I have suricata running in inline mode : /usr/bin/suricata -c /etc/suricata/suricata.yaml -q 0 --pidfile /run/suricata.pid Iptables configuration chain 'forward', 'input' and 'output' are configured as below: iptables -L | grep NFQUEUE NFQUEUE …
admfotad
  • 197
  • 3
  • 11
0
votes
0 answers

problem in snort/suricata rule for https url path blocking by connection rate limiting in pfsense

I have https://example.com behind my pfsense, in pfsense I configured haproxy in tcp mode in both backend and front on port 443 in front, I can access my site with this configuration. I whant to use snort/suricata in pfsense too, too have connection…
Morteza
  • 1
  • 2
0
votes
0 answers

Printing IPs from running VM instances in Google Cloud

i am writing a script that helps me to extract external IPs from running instances in Google cloud. For this purpose im using the "list" command gcloud compute instances list How can I print the external IPs from all running instances? Thanks! Seb
0
votes
0 answers

Issues with setting up CryptopANT IP address anonymization library

Errors with compiling CryptopANT binaries: > gcc scramble_ips.c -o scramble_ips produces scramble_ips.c: In function ‘main’: scramble_ips.c:354:16: error: ‘regex4’ undeclared (first use in this function); did you mean ‘regexec’? …
bytewolf
  • 1
  • 1
0
votes
0 answers

How to call AEM dynamic media IPS Api

We have a use case that we want to programmatically publish or unpublish the image on scene 7 , But I found that there is something aem dynamic media IPS Api. I am not sure if we can use this to achieve my usecase . But if it can be used to achieve…
0
votes
0 answers

what's wakeups_resource.ips and is it indicate a crash?

As this problem said:https://developer.apple.com/forums/thread/110446?login=true, it's a crash or some kind of warning or metric log? ips file get from: iOS Settings > Privacy > Diagnostics & Usage > Analytics Data, generate by running monkey
John
  • 65
  • 9
0
votes
1 answer

IPS test using the plm R package gives different T-rho values from individually pefromed ADF test statistics

I have been throught the Im, Pesaran and Shin paper many times to solve this issue but have failed so far. When I perform the IPS test in R using the plm package [purtest() function] I get exactly the same rho values for every panel as when I do the…
0
votes
0 answers

Suricata IPS rules in AWS network firewall is not working

I have created the AWS network firewall lab, but I found my rules are not effective. I want to allow EC2 can only access ubuntu.com and github.com via HTTPS and SSH only, and drop other outbound connections Here are the rules: I can access any…
0
votes
1 answer

How to download CTU-IoT-Malware-Capture in IoT-23?

Stratosphere IPS Team (IoT-23) doesn't permit me to download all CTU-IoT-Malware-Capture. I want CTU-IoT-Malware-Capture-7-1 to complete my research. Thanks :(( enter image description here
0
votes
1 answer

Suricata dont drop packets

I have a server with Suricata (169.69.1.11) installed and a specific rule: drop ICMP any any -> 169.69.1.11 any (msg: "ping dropped";sid:10001;) In other VM I execute: ping 169.69.1.11 -c 5 so at this point, everything is bad because the pings…
user13643470
0
votes
1 answer

Suricata DHCP Parsing

I am working on a capability using Suricata that would alert me to specific vender identifiers from DHCP Inform packets. I have Suricata configured with the DHCP logging enabled and the extended option set to 'yes'. This ensures all DHCP packets are…
Jason
  • 31
  • 6
0
votes
0 answers

Is there a way to get private IPs using Javascript

I am going to make a console interface and it would connect to my virtual machine. However, I would want to find out who's connected on my local network so is there a way to get the client's local IP using pure JavaScript and no third party…
user15145138
1
2