This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"dataRows": [ | |
{ | |
"id": "1", | |
"l7Protocol": "HTTPS", | |
"request": { | |
"startTime": 1649638271180, | |
"connectionId": "0x6C488E5F161A65DA92706", | |
"domain": "entitlement.diagnostics.office.com.", | |
"uri": "/v1/supporteligibility", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get-WmiObject -Class Win32_Product | Select-String "xxxx" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install eksctl. | |
$ brew install eksctl | |
# Create a cluster. | |
$ eksctl create cluster --name hisashiyamaguchi --fargate --region us-east-2 -p janrain | |
Assume Role MFA token code: | |
# Get clusters. | |
$ eksctl get cluster --region us-east-2 -p janrain | |
Assume Role MFA token code: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
sudo yum -y update | |
sudo yum -y install firewalld | |
sudo yum -y install kernel-devel-$(uname -r) | |
sudo yum -y localinstall http://packetfence.org/downloads/PacketFence/RHEL8/packetfence-release-11.1.el8.noarch.rpm | |
sudo yum -y install --enablerepo=packetfence packetfence |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setspn -A HTTP/[email protected] hisashiyamaguchi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ktpass /out hisashiyamaguchi.keytab /princ HTTP/[email protected] /mapuser [email protected] /pass "xxxx!" /crypto All /ptype KRB5_NT_PRINCIPAL |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"device_posture_signals": "https://signal.dps.akamai-access.com/", | |
"token_endpoint_auth_methods_supported": [ | |
"client_secret_post", | |
"client_secret_basic", | |
"client_secret_jwt" | |
], | |
"code_challenge_methods_supported": [ | |
"plain", | |
"S256" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<samlp:Response | |
xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" | |
xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" | |
ID="_39FDCB1F1BCF120098E89A4750374BB7" | |
InResponseTo="_077d996f-6b37-4172-8492-ae1d415596e8" | |
Version="2.0" | |
IssueInstant="2021-09-16T00:44:00Z" | |
Destination="https://login.microsoftonline.com/login.srf"> | |
<saml:Issuer>https://login.akamaidemo.net/saml/idp/sso</saml:Issuer> | |
<Signature |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Recommended minimum configuration: | |
# | |
# Example rule allowing access from your local networks. | |
# Adapt to list your (internal) IP networks from where browsing | |
# should be allowed | |
acl localnet src 10.0.0.0/8 # RFC1918 possible internal network | |
acl localnet src 172.16.0.0/12 # RFC1918 possible internal network | |
acl localnet src 192.168.0.0/16 # RFC1918 possible internal network |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml | |
version="1.0" | |
encoding="UTF-8"?> | |
<saml2p:Response | |
Destination="https://nriokta.login.go.akamai-access.com/saml/sp/response" | |
ID="id1663368879221708679411174" | |
InResponseTo="_D86B5A6619EEAF442EA0B21EBBC48BA1" | |
IssueInstant="2021-09-07T01:04:56.721Z" | |
Version="2.0" | |
xmlns:saml2p="urn:oasis:names:tc:SAML:2.0:protocol"> |